/*-- menu styles --*/
#menuJS {
	width: 12em;
	width:175px;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menuJS a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	padding: 2px;
	background: #E2E6EF;
	color: #434343;
	text-decoration: none;
}

#menuJS a:hover {
	background:#FFFFFF;
	text-decoration: none;
	background-image:url(../Images/TemplateImages/menu_arrow.jpg);
	background-repeat:no-repeat;
}

/*-- Arrow --*/
#menuJS ul li a{
	padding-left:20px;
}

#menuJS ul li a:hover{
	padding-left:20px;
}


/*--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;}
