/*-- menu styles --*/
#menuJS {
	width:100%;
	display: block;
	float: left;
	margin-left: 4px;
	margin-top:3px;
}

#menuJS ul {
	list-style: none;
	display: block;
	margin: 0px;
	margin-left:3px;
	padding: 0px;
	float:left;
	width:235px;
	height:59px;
	background: url(../Images/TemplateImages/menu_bg.jpg) no-repeat;
}
#menuJS ul:hover,
#menuJS ul.currentpage {
	background: url(../Images/TemplateImages/current_menu_bg.jpg) no-repeat;
}
#menuJS ul li{
	display: block;
}

#menuJS ul li:HOVER, #menuJS ul li.CSStoHighlight {
	display: block;
	color:#ffffff;
}
#menuJS ul li a{
	font: 18px arial, helvetica, sans-serif;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width:235px;
	height:41px;
	padding-top: 18px;
}
#menuJS ul li a:hover, #menuJS ul li a.CSStoHighLink { color: #ffffff; }
#menuJS ul li:hover ul a{ color: #666666; }
#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: 59px;
	left: -3px;
	width:235px;
}

#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:none;
}


/* Left Nav Links */
a.leftNavLinks_1,
a.leftNavLinks_2,
a.CleftNavLinks_2{
	padding: 5px 10px 4px 20px;
	color:#ffffff;
	font-size: 18px;
	width:175px;
	
	display:block;
	text-decoration:none;
	margin-bottom:1px;
	background: url(../Images/TemplateImages/leftmenu_bg.jpg) no-repeat #aba197;
}

a.leftNavLinks_1:HOVER,
a.leftNavLinks_2:HOVER,
a.CleftNavLinks_2{
	color:#92c300;
	background: url(../Images/TemplateImages/current_leftmenu_bg.jpg) no-repeat #5c1849;
}

a.leftNavLinks_3,
a.CleftNavLinks_3{
	padding: 5px 10px 4px 20px;
	color:#ffffff;
	font-size: 18px;
	width:165px;
	
	display:block;
	text-decoration:none;
	margin-bottom:1px;
	margin-left:10px;
	background: url(../Images/TemplateImages/leftmenu_bg.jpg) no-repeat #aba197;
}
a.leftNavLinks_3:HOVER,
a.CleftNavLinks_3{
	color:#92c300;
	background: url(../Images/TemplateImages/current_leftmenu_bg.jpg) no-repeat #5c1849;
}

a.leftNavLinks_4{color:#dda242;}
a.leftNavLinks_4:HOVER{color:white;}
