/*-- menu styles --*/
#menuJS {
	width:100%;
	display: block;
	float: left;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	width:165px;
	margin-right: 1px;
}

#menuJS ul li{
	display: block;
}

#menuJS ul li:HOVER, #menuJS ul li.CSStoHighlight {
	display: block;
	color:#CC0000;
}
#menuJS ul li a{
	font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size:14px;
	font-weight:bold;
    color:#ffffff;
	text-align:center;
	padding:6px 0px 8px 0px;
	height: 19px;
	text-decoration: none;
	display: block;
	background: url(../Images/TemplateImages/menu_bg.gif) repeat-x;
}
#menuJS ul li a:hover, #menuJS ul li a.CSStoHighLink {  }
#menuJS ul li:hover ul a{ color: #666666; }
#menuJS ul li:hover a, #menuJS ul li:hover #menuJS ul li:hover a{ 
	background-image: url(../Images/TemplateImages/current_menu_bg.gif);
	background-repeat: repeat-x;
}



#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;
}

