@charset "utf-8";
/* common styling */
.menu {behavior: url(includes/csshover.htc);height:25px;font-size:12px; float:left;position:relative;z-index:100; background:url(../images/topnav.gif) repeat-x;}
.menu ul li a{
	display:block; 
	text-decoration:none; height:25px; text-align:center; color:#8e8e8e;
	line-height:25px; font-size:12px; float:left;padding:0px 20px; color:#fff;
	
}

.menu ul li:hover ul li a{
	overflow: hidden;
	float: none;
	text-align: left;
	display: block;
	padding: 0;
	padding-left: 10px;
	height:20px;
	line-height:20px;
	border-top:1px #07396f solid;
	}

.menu ul li ul li{	
	width: 135px;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left;position:relative;}
.menu ul li ul li{
	float: none;	
	}
li.submenu {
	*margin-bottom: -3px; /*ie 3px bug*/
	}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a,.menu ul #menu_on {
	color:#fff; 
	background-color:#01294d;
	}
.menu ul #menu_on a{
	color:#fff;
	}
.menu ul #menu_on a.hide{
	font-weight:bold;
	}
.menu ul li:hover ul {
	display:block;
	position:absolute; top:25px; left:0;
	width:120px;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li ul.level2 li a{
	float: none;
	overflow: hidden;
	}

.menu ul li:hover ul li a:hover, .level2 li a:hover, .submenu a:hover{
	border-bottom: 1px solid #07396f;
	text-decoration: none;
	color:#fff;
	}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:130px; 
	top:0px;
	}
.menu a:hover{
	text-decoration: none;
}


/*for otherproducts menu*/
#otherproductsContent ul{
	
}
#otherproductsContent ul,#otherproductsContent ul li{
	margin: 0;
	padding: 0;
}
#otherproductsContent ul li.submenu{
	position: relative; 
	list-style: none; 
	margin: 0;
	border: 1px solid #070A0C;
}
#otherproductsContent ul li ul{
	position: absolute;
	left: 165px;
	top: 0;
	-top: 1px;
	background-color:#070A0C;
	display: none;
}
#otherproductsContent ul li ul li{	
	width: 160px;
	height: 25px;
	line-height: 25px;	
}

#otherproductsContent ul li a{
	background:transparent url(../images/leftnav-link-arrow.gif) no-repeat scroll 10px 8px;
	padding-left:20px;
	border-bottom: 1px solid #07396f;
	margin: 0;
}
#otherproductsContent ul li ul li a, #otherproductsContent ul li a{
	color: white;
	display: block;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
	padding-right: 10px;
}
#otherproductsContent ul li ul li a{
	padding-left: 20px;
}
#otherproductsContent ul li ul li a{
	border-bottom: none;
	background: none;
	border-bottom: 1px solid #07396f; 
}
#otherproductsContent ul li:hover ul{
	display: block;
}
#otherproductsContent ul li:hover ul li:hover a{
	padding-top: 1px;
}