/*-- menu styles --*/
#menuJS {
  width:125px;
	padding-left:0px;
}

#menuJS ul {

	list-style: none;
	margin:0px;
	padding:0px;
	float:left;	
}

#menuJS a {

	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	display: block;
}

#menuJS a:hover {
	color:#000000;
}

/* Backgroundimage for the Submenus */
#menuJS ul ul li {
  position:relative;
	left:10px;
	top:0px;
	background-color:#FFFFFF;
	display:block;
	width:150px;
}
#menuJS ul ul a{
  line-height:22px;
	background-color:#FFFFFF;
}

#menuJS ul ul a:HOVER{
	background-image:url(../Images/TemplateImages/menu_arrow.jpg);
	background-repeat:no-repeat;
	background-position:0px 6px;
}

/*-- 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:			-15px; 
	top:			5px; 
	width:			18px; 
	height:			16px; 
	font-size:		1px; 
	line-height:	0px;
}

ul li:hover span,
ul ul li:hover span{
	position:		absolute; 
	display:		block; 
	left:				2px;
	top:				7px;
	width:			18px; 
	height:			16px;
	background-image:url(../Images/TemplateImages/menu_arrow.jpg);
	background-repeat:no-repeat;
}

/*--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;}
