/*-- navTop menu styles --*/
#menuJS2 {
	text-align: center;
}

#menuJS2 ul {
	width: 20%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menuJS2 a {
	height: 23px;
	font: bold 12px/16px arial, helvetica, sans-serif;
	display: block;
	padding: 2px 3px;
	background: #FFFFFF;
	color: #003399;
	text-decoration: none;	
	background-image: url(../images/template/dottedLine.gif); background-repeat: no-repeat;
}

#menuJS2 a:hover{
	background-color:#FFFFFF;
	color: #0099FF;
	text-decoration: none;
}

#menuJS2 ul li  ul li a {
	margin: 0px;
	padding: 0px;
	height: 17px;
	font: normal 11px/16px arial, helvetica, sans-serif;
	display: block;
	background: #FFFFFF;
	color: #666666;
	text-decoration: none;
	border: none;
}

#menuJS2 ul li  ul li a:hover{
	margin: 0px;
	padding: 0px;
	background-color:#666666;
	color: #BFBFBF;
	text-decoration: none;
	border: none;
}

/*-- menu positioning --*/
#menuJS2 ul ul {
	position: absolute;
	top: 27px;
	left: 9%;
	width: 80%;
	border: solid 1px #E6E7E9;
}

#menuJS2 li {position: relative;}/*Add margins here to get separate menu effect*/

/*-- menu display --*/
#menuJS2 ul ul,
#menuJS2 ul li:hover ul ul
{display: none;}

#menuJS2 ul li:hover ul,
#menuJS2 ul ul li:hover ul
{display: block;}





/*-- navLeft menu styles --*/
#menuJS {
	width:140px;
	margin: 0 auto;
	text-align: left;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menuJS a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	padding: 2px 3px;
	background: #E6E7E9;
	color: #666666;
	text-decoration: none;	
	border-bottom:1px solid #fff;
}

#menuJS a:hover{
	background-color:#FFFFFF;
	color: #666666;
	text-decoration: none;
}

/*-- Arrow --*/
#menuJS ul li a{
	padding-left:10px;
}

#menuJS ul li a:hover{
	padding-left:10px;
	background-image:url(../Images/TemplateImages/chile.gif);
	background-repeat:no-repeat;
}

ul li span.arrow,
ul ul li span.arrow{
	position:		absolute; 
	display:		block; 
	right:			5px; 
	top:			5px; 
	width:			0px; 
	height:			0px; 
	border-top:		5px solid #E6E7E9; 
	border-bottom:	5px solid #E6E7E9; 
	border-left:	5px solid #fff;/*arrow colour*/
	font-size:		1px; 
	line-height:	0px;
}

ul li:hover span,
ul ul li:hover span{
	position:		absolute; 
	display:		block; 
	right:			5px; 
	top:			5px; 
	width:			0px; 
	height:			0px; 
	border-top:		5px solid #fff; 
	border-bottom:	5px solid #fff; 
	border-left:	5px solid #666;/*hover arrow colour*/
	font-size:		1px; 
	line-height:	0px;
}


/*--menu positioning--*/
#menuJS ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

#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;}