.cdc_menu_style{
width: 99%;
font-weight: bold;
}

.cdc_menu_style:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.cdc_menu_style ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center;
}

.cdc_menu_style ul li{
display: inline;
}

.cdc_menu_style ul li a{
color: #ffffff;
padding: 4px 3px;
margin: 0;
font:bold 10px Verdana;
text-decoration: none;
}

.cdc_menu_style ul li a:hover{
/*background: url(underline_pic.gif) center center repeat-x;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 3px solid #000000;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 220px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #444444;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
text-align: left;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{
background-color: #cccccc;
}