@charset "UTF-8";
/* CSS Document */

/* IE6 compatibility */
body {
	behavior:url(csshover.htc);
}

#oUlProductNavigation1 {
	list-style:none;
	width:778px;
	display:block;
	padding:0px;
	clear:both;
	margin:0;
	height:50px;
	background-image:none;
	float:left;
	margin-top:3px;
}


#oUlProductNavigation1 li
{
	padding:0;
	margin:0;
	float:left;
}


#oUlProductNavigation1 li a
{
	margin:0px;
	font-size:10px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	height:19px;
	padding:6px 2px 0px 2px;
	display:block;
	width:107px;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
}


#oUlProductNavigation1 li:hover a {
	color:#00A99E;
	background-image:none;	
}
#oUlProductNavigation1 li:hover {
	background-color:#FFFFFF;
}

/* selected top menu item */
#oUlProductNavigation1 .level1selected, #oUlProductNavigation1 .level1selected a {
	background-position:bottom;
}


/* the submenu box */
#oUlProductNavigation1 li ul  {
	display: none;
    margin: 0px;
	text-align: left;
    width:  300px;
	position:absolute;
	font-weight: normal;
	left:auto;
	margin:25px 0 0 0;
	padding:0;
	border-bottom:1px solid #00A99E;
	background-color:#fff;
	
	/* add efects is safari and mozilla*/
	-webkit-box-shadow: 0px 6px 30px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 6px 30px rgba(0,0,0,0.6);
}

/*required to make popup work */
#oUlProductNavigation1 li:hover ul, #oUlProductNavigation1 li.over ul {
	display: block;
}

#oUlProductNavigation1 li ul li {
	display: block;
    float: none;
    margin:0px;
	padding:0px;
	
}

#oUlProductNavigation1 li ul a,
#oUlProductNavigation1 li ul a:visited,
#oUlProductNavigation1 li ul a:active  {
	text-decoration: none;
	display: block;
    text-align:left;
	padding:6px 10px;
	margin:0;
	width:280px;
	background:none;
	line-height:1em;
	font-size:small;
	color:#00A99E;
	height:auto;
	border-top:1px solid #00A99E;
}

#oUlProductNavigation1 li ul li:hover a {
	color:#fff;
	background-color:#00A99E;
}

#oUlProductNavigation1 .level2selected a  {
	color:#fff;
	background-color:#ddd;
}

