/*-- menu styles --*/
#menuJS {
	width: 12em;
	width:130px;
}

#menuJS ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#menuJS a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	padding: 2px 3px;
	background: #F0EFEA;
	color: #736449;
	text-decoration: none;
}

#menuJS ul ul{
	border-top:1px solid #0099CC;
}

#menuJS ul ul a{
	border-left:1px solid #0099CC;
	border-bottom:1px solid #0099CC;
	border-right:1px solid #0099CC;
}

#menuJS a:hover,
#menuJS a.currentpage,
#menuJS a.currentpage:hover {
	background:#FFF;
	text-decoration: none;
	color:#0098CA;
}

/*-- Arrow --*/
#menuJS ul li a{
	padding-left:20px;
}

#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 #F0EFEA; 
	border-bottom:	5px solid #F0EFEA; 
	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 #fff; 
	border-bottom:	5px solid #fff; 
	border-left:	5px solid #0098CA;/*hover arrow colour*/
	font-size:		1px; 
	line-height:	0;
}


/*--menu positioning--*/
#menuJS ul ul {
	position: absolute;
	top: -1px;
	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;}
