/*-------------- product browser menu --------------*/
#productBrowserMenu {
   	margin-left: 5px;
   	padding-right:10px;
	width: 180px;
   	min-height: 300px;
   	float:left;
}

#productBrowserMenu ul {
    margin: 0px;
    padding: 0px;
	background: #066fba;
	font-weight: bold;
}

#productBrowserMenu ul li {
	list-style: none;
}

#productBrowserMenu h1 {
	color: #fff;
	line-height: 25px;
	text-indent: 10px;
	width:100%;
	padding-top:5px;
   	font-size: 11px;
}
	
#productBrowserMenu a {
   	font-size: 10px;
	color: #666;
	cursor: pointer;
	display:block;
	padding: 5px 5px;
	text-decoration:none;
}

#productBrowserMenu a:hover{ 
	text-decoration:none;
	color:#066fba;
}
	
#productBrowserMenu ul ul li:hover {
	background: #f1f1f1;
}
        
#productBrowserMenu ul ul { 
	display: block;
	background: #fff;  
	font-weight: normal;
}

#productBrowserMenu ul ul li {
	width:178px;
	border-left: #666 solid;
	border-right: #666 solid;
	border-bottom: #666 solid;
   	border-width: 1px;
}

#productBrowserMenu ul ul li a .selected {
	width: 100%;
	color:#066fba;
	text-decoration:none;   
}

#productBrowserMenu .selected {
	color:#066fba;
	text-decoration:none;   
	background:#f1f1f1;
}

.submenu {
	width: 100%;
	height: 40px;
	margin:0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding:0px;
	position:relative;
	font-size: 18px;
}

.submenu ul {
	height:40px;
	list-style:none;
	padding-left: 0px;
}

.submenu li {
	float:left;
	display:block;
	padding:0px 15px;
	/* position: absolute; */
	}

.submenu li a {
	color:#999;
	line-height:40px;
	text-decoration:none;
	font-size: 18px;
}

.submenu .selected a {
	background-position: top center;
	height: 40px;
	color:#111115;
	display:block;
	text-decoration:none;
	}

.submenu li a:hover {
	color:#5db6ee;
	text-decoration:none;
}
.submenu p {
	clear:left;
}	
.submenu #current {
	background:url(../images/current-bg.gif) top left repeat-x;
	color:#ffffff;
}
