.chromestyle
{
	font-weight: bold;
}
.chromestyle:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul
{
	border: 1px solid #000000;
	width: 100%;
	background: url(chromebg.gif) center center repeat-x;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px -10px;
	text-align: center; 
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a
{
	color: #000000;
	margin: 0px 2px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.chromestyle ul li a:hover
{
	background: url(chromebg-over.gif) center center repeat-x; 
	color: #ffffff;
}
.chromestyle ul li a[rel]:after
{
	/*content: " " url(downimage.gif); */
}
.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #0;
	border-bottom-width: 0;
	font: normal 16px;
	line-height: 18px;
	z-index: 100;
	background-color: #B19F25;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a
{
	width: auto;
	display: block;
	font-family: 'Monotype Corsiva' , 'Maiandra GD' , 'Edwardian Script ITC' , 'Script MT Bold' , Cursive;
	text-indent: 3px;
	border-bottom: 1px solid #0;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a
{
	width: 100%;
}

.dropmenudiv a:hover
{
	color: #ffffff;
	background-color: #cb6644;
}