/*-- menu styles --*/
#menuJS {
	width: 100%;
	display: block;
	background-image: url(../Images/TemplateImages/menuBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
	padding-left: 10px;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
	background-image: url(../Images/TemplateImages/menuBreak.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#menuJS .menuhome { background-image: none; }
#menuJS ul li{ display: block; z-index:200;}

#menuJS ul li:HOVER, #menuJS ul li.CSStoHighlight {
	background-image: url(../Images/TemplateImages/menuOver.jpg);
	background-position: top center; 
	background-repeat: repeat-x;
}

#menuJS ul li a {
	font: normal 14px arial, helvetica, sans-serif;
	text-align: center;
	padding: 17px 22px 16px 22px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#menuJS ul li a:hover, #menuJS ul li a.CSStoHighLink {
    color: #006bb7;
}

#menuJS ul li:hover ul a{ color: #666666; }
#menuJS ul li:hover a, #menuJS ul li:hover #menuJS ul li:hover a{ color: #006BB7; }

#menuJS ul ul li a {
	font: normal 13px arial, helvetica, sans-serif;
	text-align: left;
	padding: 8px 10px 8px 8px;
	display: block;
	margin:0px;
}

#menuJS ul ul li a:hover, #menuJS ul ul li a.CSStoHighLink {
    color: #000000;
    background-color: #708c9d;
}

#menuJS ul ul li { background-image: none !important; }
#menuJS ul ul li:hover ul li a{ color: #000000;background-color: #708c9d; }
#menuJS ul ul li:hover a{ color: #000000;background-color: #708c9d; }

/*--menu positioning--*/

#menuJS ul ul {
	position: absolute;
	top: 49px;
	left: 0px;
	width: 170px;
	background-color: #E5E5E5;
	background-image::none !important;
}

#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;
}

