.ddmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100px;
	font-weight: bold;
	letter-spacing: 1px;
	background-image: url(../img/menubg.jpg);
	background-position:bottom;
	background-repeat:repeat-x
}

.chromestyle{
width: 100%;
font-weight: bold;
top:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
top:0px;
}

.chromestyle ul{
width: 100%;
/*background: url("main_menu_bg.jpg") center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
margin-top:0px;
text-align: left; /*set value to "left", "center", or "right"*/
top:0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
top:0px;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #FF9900;
}

.chromestyle ul li a[rel]: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;
/*line-height:0px;*/
z-index:100;
/*margin-top:0px;
/*filter:alpha(opacity=70); 
Moz-Opacity:0.7;
Khtml-Opacity:0.7;
opacity:0.7;*/
width: 110px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
/*text-indent: 0px;
padding: 0px 0;*/
text-decoration: none;
color: darkred;
font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-weight:bold;
}
