/*-- menu styles --*/
#menuJS {
	width:603px;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 148px;
}

#menuJS a {
	font: normal 11px/16px arial, helvetica, sans-serif;
	display: block;
	padding-left: 20px;
	padding-bottom:5px;
	background: #B2B5B7;
	color: white;
	text-decoration: none;
	text-transform:uppercase;
	padding-top:25px;
	border-left:5px solid white;
}

#menuJS a:hover,
#menuJS a.menuUp {
	background:#8B1F12;
	text-decoration: none;
	text-transform:uppercase;
}

/*--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;}

