.jquerycssmenu{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	
	height:15px;
	color:#FFFFFF;
}

.jquerycssmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li
{
	position: relative;
	display: block;
	color:#FFFFFF;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a
{
display: block;
font-weight: normal;	color:#FFFFFF; height:15;text-decoration: none; padding:5px;
}

.jquerycssmenu ul li a:hover{
font-weight: normal;color: #000000; height:15; background-color:#FFFFEC; padding:5px;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	border-top: 1px solid black;
	color:#000000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 130px;
	color: #FFFFFF;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	background-color: #2A2A2A;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align:left;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
	background-color: #F0F0F0;
	text-align:left;
	width: 130px;
	color: #000000;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	background-color: #373737;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align:left;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

