/*-- menu styles --*/
#menuJS {
	display: block;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background-color:#2C2E80;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	width:141px;
}

#menuJS ul li{
	display: block;
}

#menuJS ul li:HOVER, #menuJS ul li.CSStoHighlight {
	display: block;
	color:#CC0000;
}
#menuJS ul li a{
	font: normal 11px arial, helvetica, sans-serif;
	text-align:center;
	padding:6px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	background-image:url(../Images/TemplateImagesNew/menuUp.gif);
	background-repeat:no-repeat;
}
#menuJS ul li a.home{background-image:none;}
#menuJS ul li a.home:HOVER{background-image:url(../Images/TemplateImagesNew/menuHomeOver.gif) !important;background-repeat:no-repeat;}
#menuJS ul li a.end:HOVER{background-image:url(../Images/TemplateImagesNew/menuEndOver.gif) !important;background-repeat:no-repeat;}

#menuJS ul li a:hover, #menuJS ul li a.CSStoHighLink { color: #ffffff; background-image:url(../Images/TemplateImagesNew/menuOver.gif);background-repeat:no-repeat;}
#menuJS ul li:hover ul a{ color: #ffffff; }
#menuJS ul li:hover a, #menuJS ul li:hover #menuJS ul li:hover a{ color: #ffffff; }



#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;
}
