#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#chromemenu ul{
	height: 28px;
	white-space: nowrap;
	width: 100%;
	background: url(../images/chromebg.gif) top repeat-x; /*Theme Change here*/
	margin: 0;
	float: left;
	font: bold 10px Verdana;
}

#chromemenu ul li{
	display: inline;
}
#chromemenu ul li a {
	font-size: 14px;
	font-family: arial, sans-serif;
	line-height: 28px;
	font-weight: bold;
	color: white;
	padding: 5px 12px 6px 7px;
	text-decoration: none;
}
#chromemenu ul li a:hover{
	background: url(../images/chromebg_over.gif) top repeat-x;
}
#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/* content: " v";  */
	content: " " url(../images/down.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	font-size: 90%;
	font-weight: bold;
	width: 170px;
	position: absolute;
	border: 1px solid #010823; /*Theme Change here*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
	margin-top: -1px;
}
#dropmenu3.dropmenudiv {
	width: 240px;
}
#dropmenu4.dropmenudiv {
	width: 190px;
}
#dropmenu5.dropmenudiv {
	width: 290px;
}
.TableHeader .dropmenudiv a {
	background-color: #1B5199;
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #010823; /*Theme Change here*/
	padding: 3px 0;
	text-decoration: none;
	color: white;
}
.TableHeader .dropmenudiv a:hover { /*Theme Change here*/
	background: #88B4E5 url(../../images/bullet_over.gif) left no-repeat;
	background-position: 2px;
	color: #04286C !Important;
}