.jquerycssmenu{
/*font: bold 12px Verdana;
border-bottom: 1px solid black;
padding-left: 15px;*/ /*offset of tabs relative to browser left edge*/
height: 23px;
	width: 782px;
	padding: 0;
	margin-left: 5px;
}

.jquerycssmenu ul{
/*margin: 0;
padding: 0;
list-style-type: none;*/
    margin:0;
	padding:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

/*Top level list items*/
.jquerycssmenu li{
/*position: relative;
display: inline;
float: left;*/
position: relative;
display:inline;
float:left;
	margin:0 2px 0 0;
	padding:0;
	
}

/*Top level menu link items style*/
.jquerycssmenu  a{
/*display: block;*/
/*background: white url(tintblue.gif) top center repeat-x;;*/ /*background of tabs (default state)*/
/*padding: 5px 7px 4px 7px;*/
/*margin-right: 3px; *//*spacing between tabs*/
/*border: 1px solid #778;
border-bottom-width: 0;*/
 color: #000000;
	float:left;	
	margin:0 4px 0 0;
	padding:0 0 0 3px;
	text-decoration:none;
	margin-top: 4px;
    background: transparent url("../../images/menuBg_left.gif") no-repeat left top;

}

.jquerycssmenu ul li a span
{
 float:left;
 display:block;
 padding:3px 9px 2px 6px;
 background: transparent url("../../images/menuBg_right.gif") no-repeat right top;
  
}


.jquerycssmenu ul li a:hover
{
    background-position:0% -23px;
/*background-image: url(tintbluedark.gif)*/ /*tab link background during hover state*/
}

.jquerycssmenu ul li a:hover span{
	color:#fff;
	background-position:100% -23px;
}
	
.jquerycssmenu ul li #selected a {
	color: #ffffff;
	float:left;	
	margin:0 4px 0 0;
	padding:0 0 0 3px;
	text-decoration:none;
	margin-top: 4px;
	background-position:0% -23px;
}
.jquerycssmenu ul li #selected a span {
	float:left;
	display:block;
	padding:3px 9px 3px 6px;
	background-position:100% -23px;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
background: #CFEDF1;
border: 1px solid #81E4FE;
border-bottom-width: 0;
visibility: hidden;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
list-style-type: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: bold 12px Verdana;
width: 160px; /*width of sub menus*/
background:#CFEDF1;
color: black;
padding: 4px 5px;
margin: 0;
border-bottom: 1px solid #81E4FE;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#1CA8BE;
color: #ffffff;
background-color:#1CA8BE;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
