/*-- menu styles --*/
#menuJS {
	width:685px;
	display: block;
	float: right;
	background-color:#bbd7e3;
	height:27px;
	padding-top:5px;
	clear:both;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	width:auto;
}

#menuJS ul li{
	display: block;
}

#menuJS ul li a{
	font: bold 12px Tahoma, arial, helvetica, sans-serif;
	text-align:center;
	padding:5px 30px 5px 30px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#menuJS ul li a:hover, #menuJS ul li a.CSStoHighLink { color: #2E82AB; }
#menuJS ul li:hover ul a{ color: #666666; }
#menuJS ul li:hover a, #menuJS ul li:hover #menuJS ul li:hover a{ color: #2E82AB; }



#menuJS ul ul li a{
	text-align:left;
	padding-left:5px;
	display: block;
}



#menuJS ul ul li a:hover, #menuJS ul ul li a.CSStoHighLink { color: #000000;background-color:#CC0000; }
#menuJS ul ul li:hover ul li a{ color: #ffffff; }
#menuJS ul ul li:hover a{ color: #ffffff; }


/*--menu positioning--*/

#menuJS ul ul {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 150px;
	background-color: #E5E5E5;
}

#menuJS li {position: relative;}/*Add margins here to get separate menu effect*/

/*-- menu display --*/
#menuJS ul ul,
#menuJS ul li:hover ul ul
{display: none;
}

#menuJS ul li:hover ul,
#menuJS ul ul li:hover ul
{
	display:block;
}
