
#chromemenu{
	width: 120px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;	
}

#chromemenu ul{
	border: 1px solid #BBB;
	width: 130px;
	background: #ffffd7; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
}

#chromemenu ul li{
	display: inline;
}

#chromemenu ul li a{
	float: left;
	color: #7F7F7F;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
	background-color:#ffffd7;
	font-weight:bold;	
}

#chromemenu ul li a:hover{
	/*color: #b11818;*/
/*	font-weight:bold;*/
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	content: " v";
}

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

.dropmenudiv{
	width: 130px;
	position:absolute;
	top: 10;
	border: 1px solid #b11818; /*Theme Change here*/
	border-bottom-width: 0;
	font-size:0.7em;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-weight:bold;
}

.dropmenudiv a{
	width:110px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #b11818; /*Theme Change here*/
	padding:0 0 0 20px;
	text-decoration: none;
	color: #b11818;
	background-image:url(../images/leone_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #ffffd7;
	color:#009900;
/*	font-size:1.1em;*/
}