
.jquerycssmenu{
	width: 778px;
	margin: 0 auto;
	font-size: 12px;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative; display: inline; float: left;
	padding: 9px 25px 7px 25px ;
	background-position: right 4px;
	
	
}
.jquerycssmenu ul li.menuSub{
	background: url(../imgs/bg_menu_horizontal_sep.gif) right top no-repeat;
	padding-right: 17px; margin-right: 12px;
	list-style: none;
	float: left;
	padding-right: 5px;
	
	
	
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none; font-weight: bold;
	padding: 7px 10px 7px 0;

	
}

.jquerycssmenu ul li a:hover{
	color: #749eb1; text-decoration: none;
}

	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 1;
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: block; float: none; margin: 0; padding: 0;
	width: 150px;
	height: 29px;

	
}

/*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{
	font: normal 13px Verdana;
	color: #686a6e;
	width: 150px;
	margin: 0;
	background: url(../_imgs/bg_menu.gif) repeat-x;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-bottom: 2px #000000 solid;
	border-right: 2px #000000 solid;
	margin-top: 1px;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/


	background: url(../_imgs/bg_menu_hover.gif) repeat-x;
	

}
