.jquerycssmenu{
}

.jquerycssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	line-height: 27px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	padding: 0px 10px 0px 10px;
	width: 100px;
	color: white;
	text-align:center;
	text-decoration: none;
	background: transparent url(pinkbg.gif) top right no-repeat;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 9pt;
}

.jquerycssmenu ul li a:visited
{
	color: white;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover{
	color: #990000;
	background: transparent url(pinkbgover.gif) top left;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	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: 200px; /*width of sub menus*/
	color: black;
	padding-left: 25px;
	margin: 0;
	background:	#AABDE6 url(arrows_subMenu.gif) left no-repeat;
	border-bottom: 1px solid white;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial; 
	font-size: 9pt;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background:	#CFDEFF url(arrows_subMenu.gif) left no-repeat;
	color: black;	
}

.jquerycssmenu ul li ul li a:visited{ /*sub menus hover style*/
	color: black;	
}
