@charset "utf-8";
/* CSS Document */

/*===== Styles for Top Mega Dropdown Menu - STRAT =====*/
ul#topnav {
	margin: 0; 
	padding: 0;
	width: 990px;
	list-style: none; 
	background: #faeedd;
	font-size:11px;	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	height:24px;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0; 
	position: relative; /*--Important--*/ 
	border-right:#000000 1px solid;
}
ul#topnav li a {
	float: left; 
	height: 24px; 
	line-height:24px; 
	vertical-align:middle;
	color:#d53e07;
	font-weight:bold;
	padding:0 12px;
}
ul#topnav li:hover a, ul#topnav li a:hover { /*--Hover state--*/
	background-position: left bottom; 
	background:#faeedd; 
	color:#bf0f2c;
} 
ul#topnav li .children { /* -- dropdown container DIV styles--*/
	position: absolute; /*--Important--*/	
	top: 24px; 
	left:0; 
	z-index: 99999;	
	background: #faeedd url(images/submenu_bg.jpg) repeat;
	float: left;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;	
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px; 
	display: none; 
	padding: 10px 5px 12px 5px;
}
ul#topnav li.brands .children {	left:-480px;} /* -- Move the Brands dropdown menu left to avoid span beyond the page--*/
ul#topnav li.bikini .children {	left:-158px;} /* -- Move the Bikini & ... dropdown menu left to avoid span beyond the page--*/
ul#topnav .children ul {
	list-style: none;	
	margin: 0; 
	padding: 0;	
	width: 160px;	
	float: left;
}
ul#topnav .children ul li {
	width: 100%; 
	color: #bf0f3b; 
	border:none;
}
ul#topnav .children ul li a {
	float: none; 
	text-indent: 0; 
	height: auto; 
	padding:4px 7px;	
	display: block;	
	text-decoration: none;	
	color: #a5260a;	
	font-weight:normal;	
	line-height:14px;
}
ul#topnav .children ul li a:hover {
	color: #d53e07; 
	text-decoration:underline;
}
ul#topnav li:hover .children ul li a, ul#topnav li a:hover .children ul li a {background:none;} /*-- Important - overrides background styling from parent list items--*/

#linkunit-width{padding:0 4px;} /* -- Overrides parent container styles to suit mega dropdown menu --*/
/*===== Styles for Top Navigation Mega Menu - END =====*/