.jquerycssmenu{

font: bold 13px Verdana;

border-bottom: 0px solid black;

padding-left: 5px; /*offset of tabs relative to browser left edge*/

position: relative;

}



.jquerycssmenu ul{

margin: 0;

padding: 0;

list-style-type: none;

text-align:left;

}



/*Top level list items*/

.jquerycssmenu ul li{

position: relative;

display: block;

float: left;

}



/*Top level menu link items style*/

.jquerycssmenu ul li a{

display: block;

background: transparent url(tintblue.gif) top center repeat-x; /*background of tabs (default state)*/

padding-top:20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;

margin-right: 0px; /*spacing between tabs*/

border: 0px solid #778;

border-bottom-width: 0;

color: #2d2b2b;

text-decoration: none;

}



.jquerycssmenu ul li a:hover{

background-image: transparent url(tintbluedark.gif) /*tab link background during hover state*/

}

	

/*1st sub level menu*/

.jquerycssmenu ul li ul{

position: absolute;

left: 0;

display: block;

visibility: hidden;

border-top: 0px 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{

font: normal 13px Verdana;

width: 160px; /*width of sub menus*/

background: transparent;

color: black;

padding: 4px 5px;

margin: 0;

border-top-width: 0;

border-bottom: 0px solid black;

}



.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/

background: #eff9ff;

color: black;

}



/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass{

position: absolute;

top: 7px;

right: 5px;

}



.rightarrowclass{

position: absolute;

top: 5px;

right: 5px;

}



/*---------------- menu tab----------------------*/
#menu_tab{
width:1000px;
height:50px;
background-color:transparent;
}
.left_menu_corner{
width:9px;
height:50px;
float:left;
background:url(menu_left.gif) no-repeat center;
}
.right_menu_corner{
width:9px;
height:50px;
float:left;
background:url('menu_right.gif) no-repeat center;
}

ul.menu {
list-style-type:none;
float:left;
width:982px; 
height: 50px;
margin:0px;
padding:0px;
background:url(menu_bg.gif) repeat-x;}

ul.menu li {
display:inline;
font-size:13px;
font-weight:bold;
line-height:15px;
}
ul.menu li.divider {
display:inline;
width:2px;
height:50px;
float:left;
background:url(menu_divider.gif) no-repeat center;
}

a.nav1:link, a.nav1:visited {
display:block; float:left; padding-left:10px; padding-right:10px; margin:0px;height:50px;text-decoration:none; color:#676d77; font-size: 14px;}

a.nav1:hover, a.nav2:hover, a.nav3:hover, a.nav4:hover, a.nav5:hover, a.nav6:hover {
color:#333333;}
