/*-- 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.currentpage {
	display: block;
	color:#CC0000;
}

#menuJS ul li a
{
    display: block;
    font: bold 12px arial, helvetica, sans-serif;
    width:86px;
    height:25px;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #7AC7EC;
	border-left:none;
	background:url(../Images/TemplateImages/mainnav_bg_o.jpg) center;
	padding:2px 6px;
    padding-top:14px;
}

#menuJS ul.start li a
{
      border-left:1px solid #7AC7EC;
      width:89px;
}

/* 2 LINES TEXT */
#menuJS ul.id_2145881014 li a,
#menuJS ul.id_2145881024 li a,
#menuJS ul.id_2145881053 li a,
#menuJS ul.id_2145881055 li a,
#menuJS ul.id_2145881049 li a
{
  /*  padding-top:6px;
    height:33px;*/
    
    
    height: 25px;
    padding: 14px 6px 2px;
}


#menuJS ul li a:hover, #menuJS ul li a.currentpage { color: #ffffff; background:url(../Images/TemplateImages/mainnav_bg_x.jpg); }
#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;
	display: block;
	padding:5px;
	height:auto;
	background:#0085C6;
	border:none;
	width: 140px;
}

#menuJS ul.id_2145881014 ul li a,
#menuJS ul.id_2145881024 ul li a,
#menuJS ul.id_2145881053 ul li a,
#menuJS ul.id_2145881055 ul li a
{
    height:auto;   
}

#menuJS ul ul li a:hover, #menuJS ul ul li a.currentpage { color: #ffffff; background:#0085C6; }
#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: 43px;
	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;
}

