.jquerycssmenu{
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	text-align: left;
	background-color: #204A9C;
	height: 36px;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	margin-right: 3px;
	color: #FFF;
	text-decoration: none;
	background-color: #204A9C;
	height: 27px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.jquerycssmenu ul li a:hover{
	color: #F93;/*background-image: url(tintbluedark.gif) /*tab link background during hover state*/
	background-color: #204A9C;
}
	
/*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{
	display: list-item;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: 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{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	width: 160px;
	color: #FFF;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin: 0;
	border-top-width: 0;
	background-color: #204A9C;/*border-bottom: 1px solid black;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;/*border-top: 1px solid black;*/
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #204A9C;
	color: #F93;
}

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

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

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