.jquerycssmenu{
border-bottom: 0px solid black;
margin-left: 290px; /*offset of tabs relative to browser left edge*/
width:700px}

.jquerycssmenu ul{
margin: 0 0 0 -6px;
padding: 0;
list-style-type: none; width:680px
}

/*Top level list items*/
.jquerycssmenu ul li{
display: inline;
float: left;
}


.jquerycssmenu ul li a {display: block; background-color:white; padding: 2px 10px 2px 9px; margin: 0px; border-top-width: 0; color:#999; text-decoration: none; height:18px; font-family:Verdana; font-size:11px; background: url(Images/sep-top.jpg) no-repeat right 4px}
.jquerycssmenu ul li#Last {padding-right:0px}
#Last a {background:none; text-align:right; padding:2px 0px 2px 6px;}
.jquerycssmenu ul li .active, .jquerycssmenu ul li a:hover {color:Black;}
.jquerycssmenu ul li a:hover{}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {position: absolute; display: block; visibility: hidden; margin-left:2px; vertical-align: middle; }
.jquerycssmenu ul li ul li{ display: list-item; float: none; vertical-align: middle; }
.jquerycssmenu ul li ul li a, #topmenu ul li ul li a, #menu ul li ul li a { font: normal 10.5px Verdana; color:#FFF; text-align:center; vertical-align: middle; width: 90px; height:auto; background: #B2B3B6 url(Images/menubg.jpg) bottom center no-repeat; padding: 6px 10px 6px 10px; margin: 0; border-top-width: 0;}
.jquerycssmenu ul li ul li a:hover, #topmenu ul li ul li a:hover, #menu ul li ul li a:hover {background: #CCC url(Images/menubg_on.jpg) bottom center no-repeat; color:#8D003E;}
.jquerycssmenu .last, #topmenu .last, #menu .last {background: transparent url(Images/menubottom.gif) bottom center no-repeat;}
.jquerycssmenu .last:hover, #topmenu .last:hover, #menu .last:hover {background: transparent url(Images/menubottom_on.gif) bottom center no-repeat;}

* html .jquerycssmenu ul li a {float:left}
* html .jquerycssmenu ul li ul li a {display:block; float:none}
* html .jquerycssmenu ul li { position:relative}
* html .jquerycssmenu ul li ul {top:20px; left:0}