/* CSS Document */

/* header */

#divHeader {
	/*position:relative;*/
	border-bottom:1px solid #999;
	z-index: 1;
	float: right;
	width: 950px;
}
 
ul#topnav {
	margin: 0px 15px 0px 0px; 
	padding: 0;
	float:right;	
	list-style: none;
	font-size: 1.1em;
	
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	
}
ul#topnav li a {
	float: left; 
	/*text-indent: -9999px;*/
	height: 28px;
}
ul#topnav li:hover a, ul#topnav li a:hover 
{ 
	background-position: left bottom; 
}

ul#topnav a.home {
	background: url(/images/nav_home.jpg) no-repeat;
	width: 68px; 
}
ul#topnav a.brands {
	background: url(/images/nav_OurBrands.jpg) no-repeat;
	width: 94px; 
}
ul#topnav a.about {
	background: url(/images/nav_AboutUs.jpg) no-repeat;	
	width: 84px; 
}
ul#topnav a.investor {
	background: url(/images/nav_InvestorRelations.jpg) no-repeat;
	width: 145px; 
}
ul#topnav a.careers {
	background: url(/images/nav_Careers.jpg) no-repeat;
	width: 72px; 
}
ul#topnav a.contact {
	background: url(/images/nav_ContactUs.jpg) no-repeat;
	width: 98px; 
}



ul#topnav li .sub {
	position: absolute;	
	top:28px; left: 0;
	/*background: #ffffff url(images/menuBG.png) repeat-x;*/
	background: #fefefe;
	padding: 15px 15px 15px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
ul#topnav li .row {
	clear: both;
	float: left; 
	width: 100%; 
	margin-bottom: 10px;
	
	}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #000;
}
ul#topnav .sub ul li h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;  
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color:#000000;
}
ul#topnav .sub ul li a {	
	font-weight:bold;
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 4px 5px 4px 15px;
	list-style-type:circle;
	display: block;
	text-decoration: none;
	color:#333333;	
	font-size:11px;
	/*font-weight:bold;*/
	text-decoration:none;
}
ul#topnav .sub ul li a:hover {color:#666666; background-position: 5px 12px ;}


