.chromestyle
{
	width: 100%;
	height: 35px;
	font-weight: bold;
}

.dropmenudiv
{
	position:absolute;
	font: 12px/24px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #DEDEDE;
	background: url(sfumaturaMenu.gif) repeat-x;
	background-color: #222222;
	font-weight: bold;  
	z-index:100;
	width: 250px;
	visibility: hidden;
	text-align: center;
	/*Add Shadow in IE. Remove if desired*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=4); 
}

.dropmenudiv a
{
	background-color: #222222;
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #BBBBBB;
}

.dropmenudiv a:hover
{
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #EEEEEE; 
    background-color: #666666;
}