.droplinetabs{
position: absolute;
overflow: hidden;
height:60px;
top:103px;
left:650px;
}

#MenuContainer {
	width:420px;
	height:25px;
	position:relative;
	float:right;
	top:98px;
	right:20px;
}


.droplinetabs ul{
font: bold 11px Verdana, sans-serif;
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}

.droplinetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}


.droplinetabs a{
float: left;
color: white;
margin: 0 4px 0 0;
padding: 0 0 4px 3px;
text-align:center;
text-decoration: none;
letter-spacing: 1px;
width:80px;
}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
color: white;
}

.droplinetabs a span{
float: none;
display: block;
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.droplinetabs a:hover{
background-color: #499595; /*background color of tabs onMouseover*/
color: white;
}

.droplinetabs a:hover span{
background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #c76023; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
font: normal 13px Verdana;
padding: 6px;
padding-right: 8px;
margin: 0;
background: #c76023; /*sub menu background color */
}

.droplinetabs ul li ul li a span{
background: #c76023; /*sub menu background color */
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
background: #714421;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px; 
-khtml-border-radius: 5px;  
border-radius: 5px;
}


.droplinetabselected a
{    
 background-color:#499595;
}

.droplinetabselected a:hover
{
 background-color:#499595;
}
