#menu { width:990px; height:66px; margin:auto; padding: 0px; background-image:url(../images/nav-bg.png); background-repeat: repeat-x; margin-bottom:20px;}

#droplinetabs1 {width: 990px; height:81px;}

.downarrowclass {display:none;}


.droplinetabs ul{

margin-bottom: 0;

margin-top: 0;

list-style: none;
height:81px;

}


.droplinetabs li{

display: inline;

color:#FFF; font-size:14px;

text-align: center;

line-height: 32px;


}


.droplinetabs a{

margin-left:38px;

height: 35px;

color: white;

text-decoration: none;



}


.current, .droplinetabs a:hover{
background-image:url(../images/btn-rollover.png);
background-repeat:no-repeat;
background-position:center;
padding-top:13px;
padding-bottom:20px;
}


/* Sub level menus*/

.droplinetabs ul li ul{
	position: absolute;
	z-index: 100;
	padding-top:15px;
	text-align:center;
	left: 519px;
	top: 144px;
}


/* Sub level menu links style */

.droplinetabs ul li ul li a{
	
margin-right:20px;
text-align:centre;
height:20px;
font: bold 11px arial;
color:#fff;
line-height:10px; 

 /*sub menu background color */

}


.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */

text-decoration: underline;

background-image: none;

color:#fff;

}

