/*-- menu styles --*/
#menuJS {
	width: 12em;
	width:130px;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#menuJS a {
	display: block;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../Images/TemplateImages/menuLine.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-right:10px;
	text-align:right;
}

#menuJS a:hover {
	color:#FFDC40;
	text-decoration:none;
}

#menuJS ul ul li {
	text-align:left;
	background-image:url(../Images/TemplateImages/menuHolder.jpg);
}
#menuJS ul li a{
	padding-left:5px;
}

#menuJS ul li a:hover{
	padding-left:5px;
}
/*-- Arrow --*/
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;}
