


.jquerycssmenu {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px; /*offset of tabs relative to browser left edge*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

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

/*Top level list items*/
.jquerycssmenu ul li, .jquerycssmenu ul li.current  {
	position: relative;
	display: inline;
	float: left;
	height: 28px;
	line-height: 28px;
}
.jquerycssmenu ul li.current  {
	background: url(../images/nav-hatch.gif) no-repeat center bottom;
}
.jquerycssmenu ul li.current ul li  {
	background-image: none;
}
.jquerycssmenu ul li.current a {
	color: #d8f74e;
	text-decoration: none;
}
.jquerycssmenu ul li.current a:hover {
	color: #fab926;
	text-decoration: none;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display: block;
	padding: 0 5px;
	margin-right: 1px; /*spacing between tabs*/
	color: #e4e9f3;
	text-decoration: none;
	margin: 0;
}

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



/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
	display: block; /* critical for removing white space in ie7 */
	height: 22px;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul {
	top: 0;
	left: 0;
	display: none; /* critical for ie7 & 6 displaying nested lists properly */
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a {
	font-weight: normal;
	width: 175px; /*width of sub menus*/
	background: url(../images/dark-blue.png) repeat left top;
	color: #c8d0de;
	padding: 0 5px;
	margin: 0;
	border-bottom: 1px solid #1d2d57;
	overflow: hidden;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	background: #1e2f5b;
	color: #4ec9f7;
}

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

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

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