/*-- menu styles --*/
#menuJS {
	width:100%;
	display: block;
	float: left;
	margin-bottom:5px;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	width:124.5px;
}

#menuJS ul li{
	display: block;
	background-color:#5aad41;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#menuJS ul li:HOVER, #menuJS ul li.CSStoHighlight {
	display: block;
	background-color:#f4793e;
}
#menuJS ul li a{
	font: bold 11px arial, helvetica, sans-serif;
	text-align:center;
	padding:5px;
	color: #ffffff;
	text-decoration: none;
	border-right:2px solid #ffffff;
	display: block;
}
#menuJS ul li a:hover, #menuJS ul li a.CSStoHighLink { background-color:#f4793e; }
#menuJS ul li:hover ul a{ background-color:#5aad41;}
#menuJS ul li:hover a, #menuJS ul li:hover #menuJS ul li:hover a{background-color:#f4793e; }



#menuJS ul ul li a{
	text-align:left;
	padding-left:10px;
	display: block;
}



#menuJS ul ul li a:hover, #menuJS ul ul li a.CSStoHighLink { color: #000000;background-color:#f4793e; }
#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: 24px;
	left: 0px;
	width: 124.5px;
	background-color: #5aad41;
	border-right: none;
	z-index:99;
	border-bottom: 2px solid #ffffff;
}

div#menuJS ul.lastpage  ul  ul{ 
	position: absolute;
	top: -1px;
	left: -124.5px;
	width: 124.5px;
	background-color: #5aad41;
	border-right: none;
	z-index:99;
	border-bottom: 2px solid #ffffff;
	}
	
div#menuJS ul.currentlastpage  ul  ul{ 
	position: absolute;
	top: -1px;
	left: -124.5px;
	width: 124.5px;
	background-color: #5aad41;
	border-right: none;
	z-index:99;
	border-bottom: 2px solid #ffffff;
	}

#menuJS ul ul ul{
	position: absolute;
	top: 0px;
	left: 124.5px;
	width: 124.5px;
	background-color: #5aad41;
	border-right: none;
	z-index:99;
		border-bottom: 2px solid #ffffff;
}

#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;
}


.currentpage{ background-color:#f4793e;} 
.currentlastpage{ background-color:#f4793e;}


/* Left menu */
div#leftmenu {
margin-bottom: 10px;
padding-bottom: 5px;
}
div#leftmenu a{
font-size: 12px;
text-decoration:none;
padding-left: 5px;
height:20px;
}

/* Left Nav Links */
a.leftNavLinks_1,
a.leftNavLinks_2,
a.leftNavLinks_3,
a.leftNavLinks_4{
padding:5px 0px 0px 0px;
display:block; 
border-bottom: 1px dashed #666666; 
font-weight:bold;
color: #666666;
}

a.leftNavLinks_1 img,
a.leftNavLinks_2 img,
a.leftNavLinks_3 img,
a.leftNavLinks_4 img{
float:right; margin-right: 5px; position: relative; top: -9px; z-index:1;}

a.leftNavLinks_1:HOVER,
a.leftNavLinks_2:HOVER,
a.leftNavLinks_3:HOVER,
a.leftNavLinks_4:HOVER{
color:#f4793e;
background-image:url(../Images/TemplateImages/arrow.gif);
background-repeat:no-repeat;
background-position:right;
}

a.CleftNavLinks_1,
a.CleftNavLinks_2,
a.CleftNavLinks_3,
a.CleftNavLinks_4{
padding:5px 0px 0px 0px;
color:#f4793e;
display:block; 
border-bottom: 1px dashed #646464 ; 
font-weight:bold;
background-image:url(../Images/TemplateImages/arrow.gif);
background-repeat:no-repeat;
background-position:right;
}

a.CleftNavLinks_1 img,
a.CleftNavLinks_2 img,
a.CleftNavLinks_3 img,
a.CleftNavLinks_4 img{
float:right; margin-right: 5px; top: -9px; z-index:1;}