
/*######### DROP DOWN MENU*##########################################*/



*{
margin:0;
padding:0;
}


#colortab{
width: 949px;
margin:0 auto;
height:42px;
background: url(../image/menu_bg.jpg) no-repeat;
margin-top:5px;

}


.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;

}

.ddcolortabs li{
display:inline;
margin:0 0 0 0;
padding:0;


}


.ddcolortabs a{
font-family: "trebuchet MS", verdana, arial;
font-size:12px;
font-weight:bold;
float:left;
color: #d0d0d0;
margin:3px 0 0 7px;
padding:0 0 0 0;
text-decoration:none;
line-height:30px;
height:36px;
border-right: solid 1px #333333;

}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/.gif) no-repeat right top;
padding: 3px 15px;


}

.ddcolortabs a span{
float:none;


}

.ddcolortabs a:hover{
background: url(../image/menu_over.jpg) left top repeat-x;
color:#000;


}

.ddcolortabs a:hover span{
background: url(media/menu_over.gif) repeat-x;
color:##FFFFFF;
}

/*.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
/*background: url(media/menu_over.gif) repeat-x;
*/
/*}*/

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
text-align:left;

}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #c0cc89; 
border-left: 1px solid #c0cc89; 
border-right: 1px solid #c0cc89; 
padding:5px 5px;
text-decoration: none;
background:#f0f9c8;
color: #4b6407;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-transform:uppercase;

}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #f8ffdb;
color: #4b6407;

}



/* CSS Document */

