/*-- menu styles --*/
#menuJS {
	width: 12em;
	width:126px;
	border-top:2px solid white;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#menuJS a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	padding-top:6px;
	padding-bottom:6px;
	color: #333333;
	text-decoration: none;
	background-image:url(../Images/TemplateImages/menuback.jpg);
	background-repeat:repeat-y;
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
}

#menuJS a:hover {
	text-decoration: none;
	color: #660000;
}

/*-- Arrow --*/
#menuJS ul li a{
	padding-left:15px;
}

#menuJS ul li a:hover{
	padding-left:20px;
}

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 #DBD5CA; 
	border-bottom:	5px solid #DBD5CA; 
	border-left:	5px solid #736449;/*arrow colour*/
	font-size:		1px; 
	line-height:	0;
}

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 #F0EDE7; 
	border-bottom:	5px solid #F0EDE7; 
	border-left:	5px solid #736449;/*hover arrow colour*/
	font-size:		1px; 
	line-height:	0;
}


/*--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;}
