/*-- menu styles --*/
#menuJS {
	width:100%;
	display: block;
}

#menuJS ul {
	list-style: none;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	float:left;
	width:248px;
}

#menuJS ul li{
	display: block;
}

#menuJS ul li a{
	font: normal 13px arial, helvetica, sans-serif;
	padding:8px 0px 8px 25px;
	margin-left:10px;
	color: #2f6177;
	text-decoration: none;
	display: block;
	background: url(../Images/templateImages2009/menuLogo.gif) no-repeat left;
	border-bottom:#DDE3E8 solid 1px;
}
#menuJS H6{
	padding:0px;
	margin:0px;
}

#menuJS ul li a:hover,
#menuJS ul li a.currentpage{ color: #95742f; background:url(../Images/templateImages2009/menuLogoOver.gif) no-repeat left; }


#menuJS ul ul li a:hover{ color: #95732F; background:url(../Images/templateImages2009/menuLogoOver.gif) no-repeat left;}


/*--2nd level*/
#menuJS ul ul ul li a:hover{color: #95732F; background:url(../Images/templateImages2009/menuLogoOver.gif) no-repeat left;}


#menuJS ul ul li a{
	text-align:left;
	display: block;
	background:#fff;
	border-left:1px solid #DDE3E8;
	border-right:1px solid #DDE3E8;
	padding:8px 5px 8px 8px;
}

#menuJS ul ul li a:Hover{
	text-align:left;
	display: block;
	background:#fff;
	color: #95742f;
}

/*-- Arrow --*/
ul li span.arrow,
ul ul li span.arrow{
	position:		absolute; 
	display:		block; 
	right:			5px; 
	top:			10px; 
	width:			0px; 
	height:			0px; 
	border-top:		5px solid #fff; 
	border-bottom:	5px solid #fff; 
	border-left:	5px solid #6B99AD;
	font-size:		1px; 
	line-height:	0;
}

ul li:hover span,
ul ul li:hover span{
	position:		absolute; 
	display:		block; 
	right:			5px; 
	top:			10px; 
	width:			0px; 
	height:			0px; 
	border-top:		5px solid #fff; 
	border-bottom:	5px solid #fff; 
	border-left:	5px solid #95732F;
	font-size:		1px; 
	line-height:	0;
}


/*--menu positioning--*/

#menuJS ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 180px;
}

#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;
}


/* Left Nav Links */
div#leftmenu {
	width:245px;
	text-align: left;
}
a.leftNavLinks_1,
a.CleftNavLinks_1{
	font: normal 13px arial, helvetica, sans-serif;
	padding:8px 0px 8px 35px;
	margin-left:10px;
	color: #2f6177;
	text-decoration: none;
	display: block;
	background: url(../Images/templateImages2009/menuLogo1.gif) no-repeat left;
	border-bottom:#DDE3E8 solid 1px;
}

a.leftNavLinks_1:HOVER,
a.CleftNavLinks_1{
color: #95742f; 
background:url(../Images/templateImages2009/menuLogoOver1.gif) no-repeat left;

}

a.leftNavLinks_2{
	font: normal 13px arial, helvetica, sans-serif;
	padding:8px 0px 8px 45px;
	margin-left:10px;
	color: #2f6177;
	text-decoration: none;
	display: block;
	word-spacing:normal;
	border-bottom:#ffffff solid 1px;
	border-top:#DDE3E8 solid 1px;
	background: #dee6ed;
	/*background:url(../Images/templateImages2009/bluearrow.gif) no-repeat left #dee6ed;*/
}

a.CleftNavLinks_2{
	font: normal 13px arial, helvetica, sans-serif;
	padding:8px 0px 8px 45px;
	margin-left:10px;
	color: #2f6177;
	text-decoration: none;
	display: block;
	border-bottom:#ffffff solid 1px;
	border-top:#DDE3E8 solid 1px;
	background: #dee6ed;
	/*background:url(../Images/templateImages2009/bluearrow.gif) no-repeat left #dee6ed;*/
}


a.leftNavLinks_2:HOVER,
a.CleftNavLinks_2{
	color: #95742f;
}

a.leftNavLinks_1 span.arrow{
	position:		relative; 
	display:		block;
	float:			right;
	right:			5px; 
	top:			4px; 
	width:			0px; 
	height:			0px; 
	border-top:		5px solid #fff; 
	border-bottom:	5px solid #fff; 
	border-left:	5px solid #6B99AD;
	font-size:		1px; 
	line-height:	0;
}

a.leftNavLinks_1:hover span,
a.CleftNavLinks_1 span{
	position:		relative; 
	display:		block; 
	float:			right;
	right:			5px; 
	top:			7px; 
	width:			0px; 
	height:			0px; 
	border-top:		5px solid #95732F; 
	border-left:	5px solid #fff;
	border-right:	5px solid #fff;
	font-size:		1px; 
	line-height:	0;
}

a.leftNavLinks_2 span {
	position:		relative; 
	display:		block; 
	float:			left;
	right:			11px; 
	top:			3px; 
	width:			0px; 
	height:			0px;
	border-top:		5px solid #dee6ed; 
	border-bottom:	5px solid #dee6ed; 
	border-left:	5px solid #2f6177; 
	font-size:		1px; 
	line-height:	0;
}
a.leftNavLinks_2:hover span {
	position:		relative; 
	display:		block; 
	float:			left;
	right:			11px; 
	top:			3px; 
	width:			0px; 
	height:			0px;
	border-top:		5px solid #dee6ed; 
	border-bottom:	5px solid #dee6ed; 
	border-left:	5px solid #95732F; 
	font-size:		1px; 
	line-height:	0;
}
a.CleftNavLinks_2 span{
	position:		relative; 
	display:		block; 
	float:			left;
	right:			11px; 
	top:			3px; 
	width:			0px; 
	height:			0px;
	border-top:		5px solid #dee6ed; 
	border-bottom:	5px solid #dee6ed; 
	border-left:	5px solid #95732F; 
	font-size:		1px; 
	line-height:	0;
}