.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding:0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li a{ text-transform:uppercase; font-weight:bold;
}

.chromestyle ul li a:hover{ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "  ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0px;
	border:2px solid #c30700; /*THEME CHANGE HERE*/
	font:normal 12px Verdana;
	line-height:18px;
	padding-bottom:10px;
	padding-top:10px;
	z-index:100000;
	background-color: white;
	width:200px;
	visibility: hidden;/*Add Shadow in IE. Remove if desired*/

}


.dropmenudiv a{width:100%; float:left;
display: block;
text-indent: 3px; padding-bottom:2px; padding-top:2px;
/*THEME CHANGE HERE*/
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/ 
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff3f4;
}
.dropmenudiv dl{
	margin-left:2px;
	float:left;
	width:97%;
	padding-bottom:5px;
	padding-top:5px;
	overflow: hidden;
}
.dropmenudiv dt,.dropmenudiv dt a,.dropmenudiv dt a:visited{
	font-size:12px;
	color: #CC3366;
}
.dropmenudiv dt{
	float:left;
	width:100%;
	font-weight: bold;
}
.dropmenudiv dd{ font-size:11px; float:left; width:100%;
}
.dropmenudiv dd a,.dropmenudiv dd a:visited{ font-size:11px;}
.dropmenudiv dt img{ padding-right:8px; float:left;}
.dropmenudiv dt em{ font-size:11px;float:left;
	width:auto;
	padding-top:18px; padding-right:5px;}
.dropmenudiv dt span{
	float:left;
	width:auto;
	padding-top:15px; padding-right:5px;
}
.m_more{ float:left; width:100px; font-size:14px; color:#333; font-weight:bold;}
.m_more a{ display:block; }
