@charset "UTF-8";
/* CSS Document */

/* Style for Drop Down Menu */

.dropmenu_wrap
{
position:absolute;
margin-left:20px;
margin-top:210px;
padding:0;
z-index:1000;
width:10px;
}


.dropmenudiv_a
{
/*position:relative;*/
/*padding:0;*/
/*margin-left:0px;*/
/*margin-left:-177px;*/
/*margin-left:auto;*/
width: 120px;
border: 1px solid #333333; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width:0px;
font: normal 11px Arial;
text-align:left;
line-height:18px;
background-color:white;
visibility:hidden;
z-index:1000;
position:static;
float:left;
}

.dropmenudiv_a a
{
width:auto;
display:block;
border-top:0 solid #666666;
border-bottom:1px solid #666666; /*THEME CHANGE HERE*/
padding:2px 0;
text-indent:5px;
text-decoration:none;
color:black;
}

.dropmenudiv_a a:hover
{
/*THEME CHANGE HERE*/
background-color:#990000;
color:white;
}

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


