#chromemenu{
width: 98%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: ""; */
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul, #chromemenu .ul {
border: 0px solid #BBB;
/*width: 100%;*/
background: url(DCCBG.png) center bottom repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
padding-top:0;
margin:0;
float: left;
font: bold 10px Tahoma,'Lucida Grande',Helvetica,Arial;
}


#chromemenu ul li, #chromemenu .ul .li
{
	background: none;
	display: inline;
}


#chromemenu ul li a, #chromemenu .ul .li a {
float: left;
color: white;/*#7F7F7F;*/
background: url(DCCDivider.png) bottom right no-repeat; /*Theme Change here*/
text-transform:uppercase;
font-weight: bold;
/* top right bottom left */
padding: 6px 12px 6px 7px;
text-decoration: none;
}

#chromemenu ul li a:hover, #chromemenu .ul .li a:hover {
color: #FFCC66;
text-decoration: none;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-left: 1px solid #4B1512; /*Theme Change here*/
border-right: 1px solid #4B1512; /*Theme Change here*/
border-bottom-width: 0;
margin-top: -1px;
font:normal 12px Verdana,Arial,Helvetica;
line-height:18px;
z-index:100;
background-color: #9A2A24;
width: 175px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4D606E,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
color:white;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #4B1512; /*Theme Change here*/
border-top:1px solid #D9645E;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #D75953;
color: #FFCC66;
text-decoration: none;
}