.droptabsmenu{
position: absolute;
top: 220;
left: 300;
z-index: 1;
width:100%;
font-size: 12px;
line-height:normal;
}

.droptabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.droptabsmenu li{
display:inline;
margin:0;
padding:0;
}

.droptabsmenu a{
float:left;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
color: #333333;
font-size: 11px;
text-decoration: none;
margin-right: 5px;
height: 17px;
}

.droptabsmenu a:hover, .droptabsmenu li.selected a{
background: url(/images/menuhover.gif) no-repeat;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: -1px;
padding-left: 0px;
line-height:18px;
background-color: #859eba;
width: 200px;
visibility: hidden;
z-index: 1;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 11px;
padding: 2px 0;
text-decoration: none;
font-size: 11px;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #b9c7d8;
color: #2d4157;
}
