
img {
	border: none;
}

#topnav {
	background: none;
	font-family: arial;
	list-style: none;
	width: 730px;
	padding: 0;
	margin: 0;
}

#topnav > li {
	float: left;
}

.r_arrow {
	padding: 0 4px;
}

.parent {
	background: #ddd url(../images/bar_bg.png) repeat scroll 0 0;
	display: block;
	width: 105px;
	text-align:left;
	padding: 5px 8px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	background-color: transparent;
}

.parent:hover {
	background-color: #c5c5c5;
	background: url(../images/topnav_hover.png) repeat scroll 0 0;
}

#topnav > li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
	cursor:pointer;
	border-bottom:1px solid #444444;
}

#topnav > li ul a {
	background-color:#333333;
	border-color:#252525 #000000 #444444;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-bottom:-3px;
	padding:10px;
	text-decoration:none;
	width:152px;

	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;

}

#topnav > li ul li a.first {
	border-top: 1px solid #545454;
	color:#da1074;
}

#topnav > li ul .child-hover1 {
	background-color:#222;
	background-image: none;
	color:#da1074;
}

#topnav > li ul .child-hover2 {
	background-color:#222;
	color:#da1074;
}

#topnav > li ul .child-hover3 {
	background-color:#222;
	color:#da1074;
}

#topnav > li ul .child-hover4 {
	background-color:#222;
	color:#da1074;
}

#topnav > li ul li ul {
	margin: -29px 0 0 163px;
	position: absolute;
}
