/*-- menu styles --*/
#menuJS {
	width:100%;
	display: block;
	float: left;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
	width:123px;
}
#menuJS ul.currentfirstpage {
	width:130px;
}
#menuJS ul.firstpage {
	width:130px;
}
#menuJS ul li{
	display: block;
}

#menuJS ul li:HOVER, #menuJS ul li.CSStoHighlight {
	display: block;
	color:#CC0000;
}
#menuJS ul li a{
	font: 13px Verdana;
	text-align:center;
	padding:13px 5px 0px 5px;
	height:34px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#menuJS ul li a span.arrow {
	position:		absolute; 
	display:		block; 
	float:			right;
	right:			0px; 
	top:			8px; 
	width:			0px; 
	height:			32px;
	border-right:	1px dotted #ffffff; 
	font-size:		1px; 
	line-height:	0;

}

#menuJS ul li a:hover, 
#menuJS ul li a.CSStoHighLink,
#menuJS ul li a.currentpage{ color: #ffffff; background:url(../Images/TemplateImages/menu_cbg.gif) repeat-x;}

#menuJS ul li:hover ul a{ color: #ffffff; background:#000000; border-bottom: 1px solid #ffffff;border-right: 1px solid #ffffff;}
#menuJS ul li:hover a{ color: #ffffff; }



#menuJS ul ul li a,
#menuJS ul ul ul li a{
	text-align:left;
	padding:10px 5px 0px 5px;
	display: block;
	z-index: 99;
	color: #ffffff;
	background-color:#000000;
}

#menuJS ul li:hover ul a{ color: #ffffff; }

#menuJS ul ul li a:hover, #menuJS ul ul li a.CSStoHighLink { color: #000000; background:#ffffff; }
#menuJS ul ul li a:hover{ color: #000000; }
#menuJS ul ul ul li a:hover{ color: #000000; }




/*--menu positioning--*/
#menuJS ul ul {
	position: absolute;
	top: 47px;
	left: 0px;
	width: 123px;
	background-color: #000000;
	z-index: 99;
}


#menuJS ul ul ul{
	position: absolute;
	top: 0px;
	left: 123px;
	width: 123px;
	background-color: #000000;
	z-index: 99;
}

#menuJS li {position: relative; z-index: 99;}/*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;
}

#menuJS ul ul ul,
#menuJS ul ul li:hover ul ul
{display: none;
}


/* Left Nav Links */
div#leftmenu {
	padding-top: 2px;
	border-top: 1px dotted #000000;
	margin-bottom:2px;
}
div.block {
	padding-top: 2px;
	border-top: 1px dotted #000000;
}
a.leftNavLinks_1,
a.leftNavLinks_2,
a.CleftNavLinks_2{
	font-family:Verdana;
	font-size:13px;
	display:block;
	color: #000000;
	text-decoration:none;
	padding: 5px 10px 6px 18px;
	background:url(../Images/TemplateImages/leftmenu_bg.jpg) no-repeat bottom #ceba84;
	margin-bottom: 2px;
}

a.leftNavLinks_1:HOVER,
a.leftNavLinks_2:HOVER,
a.CleftNavLinks_2{
	color: #ffffff;
	background:url(../Images/TemplateImages/Cleftmenu_bg.png) no-repeat top #000000;
}

a.leftNavLinks_3,
a.CleftNavLinks_3{
	font-family:Verdana;
	font-size:13px;
	margin-bottom: 2px;
	display:block;
	color: #000000;
	text-decoration:none;
	padding: 6px 10px 6px 30px;
	border-bottom: 1px dotted #000000;
	
}
a.leftNavLinks_3:HOVER,
a.CleftNavLinks_3{
	background:url(../Images/TemplateImages/3rd_arrow.gif) no-repeat;
	background-position: 10% 50%; 
}

a.leftNavLinks_4,
a.CleftNavLinks_4{display:none;}
a.leftNavLinks_4:HOVER{display:none;}
