BODY {
	FONT-SIZE: 11px;
	MARGIN: 0px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
}
TD {
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 15px
}
A:link {
	COLOR: #96CAF9;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #96CAF9;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #FFCC00

}

.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px none #BBB;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-image: url(../images/deco/menu2.jpg);
	background-repeat: no-repeat;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #666666;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	background-repeat: repeat-x;
	background-position: center center;
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
	color: #666666;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #CCCCC; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	font:normal 9px Verdana;
	line-height:normal;
	z-index:50;
	width: 100px;
	visibility: hidden;












filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
	background-color: #F4F4F4;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 176px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	background-color: #3366CC;
}

<style type="text/css">

#ddblueblockmenu{
border: 1px solid #266316;
border-bottom-width: 0;
width: 170px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 170px;
	text-align: left;
	background-position: left top;
	float: left;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 3px;
	width: 170px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-position: left;
	text-align: left;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 170px; /*IE 5*/
	w\idth: 170px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #97C0FF;
	width: 170px;
	color: #000066;
}

#ddblueblockmenu div.menutitle{
	color: #003466;
	padding: 1px 0;
	padding-left: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

</style>
