.chromestyle {
	width: 539px;
	font-weight: bold;
	padding-top: 121px;
}
	
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 539px;
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background: url(../images/chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	margin: 0;
}

.chromestyle ul li a:hover {
	background: transparent url(../images/arrow.gif) no-repeat 50% 0px;
}

.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: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 11px Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	line-height: 16px;
	z-index: 100;
	background-color: #bbb;
	width: 130px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2);*/
	/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 20px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	background: #bbb url(../images/dmenu_bg1.gif) top left no-repeat;
}

.dropmenudiv  a.sub {
	width: auto;
	display: block;
	text-indent: 20px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	background: #bbb url(../images/dmenu_subbg1.gif) top left no-repeat;
}

.dropmenudiv .sub {
	font: normal 10px Tahoma, Trebuchet MS, Arial, Verdana, Helvetica;
	text-indent: 22px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background: #bbb url(../images/dmenu_bg2.gif) top left repeat-y;
	color:#fff;
}

.dropmenudiv a:hover.sub  { /*THEME CHANGE HERE*/
	background: #bbb url(../images/dmenu_subbg2.gif) top left repeat-y;
	color:#fff;
}