/*-- menu styles --*/
#menuJS {
	width: 12em;
	width:161px;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#menuJS a {
	font: bold 12px/16px arial, helvetica, sans-serif;
	display: block;
	padding: 2px 3px;
	color: #FFFFFF;
	text-decoration: none;
}

#menuJS a:hover {
	background:#264ACA;
	text-decoration: none;
}


#menuJS ul li a{
	padding-left:12px;
}

#menuJS ul li a:hover{

}

#menuJS ul ul li a{
	background-color:#6699cc;
}
/*--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;}

