/*-- menu styles --*/
#menuJS {
  width:100%;
	margin-left:0px;
}

#menuJS ul {
	list-style: none;
	margin:0px;
	padding:0px;
	float:left;

}

#menuJS a {
  width:180px;
	height:30px;
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:0px;
	margin:0px;
	color:#FFFFFF;
	text-decoration: none;
}

#menuJS a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

/*-- Arrow --*/
#menuJS ul li a{
	padding-left:10px;
}

#menuJS ul li a:hover{
	padding-left:10px;
}

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;}
