.jquerycssmenu{
font: bold 12px Verdana;
border-bottom: 1px solid black;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	margin-right: 3px;
	color: #000;
	text-decoration: none;
	line-height: 15px;
	width: 55px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.jquerycssmenu ul li a:hover{
	background-image: url(/images/tintbluedark.gif) /*tab link background during hover state*/;
	font-weight: bold;
	color: #FFF;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	line-height: 15px;
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
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: 120px;
	padding: 4px 5px;
	margin: 0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E3BB5C;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #C60;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background-image: url(/images/tintblm.gif) /*tab link background during hover state*/;
	color: #000;
	background-repeat: no-repeat;
	text-indent: 5px;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
