div.jquerycssmenu {
}

.jquerycssmenu ul {
	background-image: url(/portals/19/skins/vandyke/menu-nav-bk.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	list-style-type: none;
	display: block;
	text-align: left;
	height: 45px;
}

/*Top level list items*/
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	list-style-type: none;
	padding: 10px 20px 12px 20px;
	margin: 0px 0px 0px 0px;
	color: #444;
	white-space: nowrap;
	border-right: solid 1px #8b8a8a;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
	text-decoration: none;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background: #b7b6b7;
	text-align: left;
	margin-top: 0px;
	z-index: 100;
}

.mainMenuOver{
	cursor: pointer;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{	display: list-item;	float: none; padding: 0px; margin: 0px; border: none; border-bottom: 1px solid #8b8a8a;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{top: 0; font-size: 15px;}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a, .jquerycssmenu ul li ul li a:visited {
	background: #b7b6b7;
	padding: 4px 5px;
	margin: 0;
	display: block;
	font-size: 13px;
	color: #353535;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	background-color: #eeeeee;
	color: #333333;
	text-decoration: none;
}

.jquerycssmenu { height: 40px; }
.jquerycssmenu li, .jquerycssmenu a, .jquerycssmenu a:visited {color: #444; font-size: 15px; text-decoration: none; font-weight: bold;}
.jquerycssmenu a:hover {color: #fff; text-decoration: none;}
