/*-- menu styles --*/
#menuJS {
	width:100%;
	display: block;
	float: left;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
}

#menuJS ul li{
	display: block;
}

#menuJS ul li:HOVER, #menuJS ul li.CSStoHighlight {
	display: block;
	color:#232629;
	background-image: url(images/templateimages/menu_bg_over.jpg);
	background-repeat: repeat-x;
}


#menuJS ul li a{
	font: bold 12px Verdana, Arial;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #242527;
	display: block;
	line-height: 33px;
	padding: 0px 19px 0px 19px;
}

#menuJS ul.firstmenu li a
{
	border: 0px;
}

#menuJS ul li a:hover, #menuJS ul li a.CSStoHighLink, #menuJS ul li a.currentpage { color: #232629; 	background-image: url(../images/templateimages/menu_bg_over.jpg);
	background-repeat: repeat-x;
}
 

#menuJS ul li:hover ul a{ color: #000000; }
#menuJS ul li:hover a, #menuJS ul li:hover #menuJS ul li:hover a{ color: #232629; }



#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:none;
}

