.ilmenu:after
{
/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ilmenu UL
{
	border: 0px none #000000;
	width: 100%;
/*background: url('../images/greenbg.gif') repeat-x center;
Theme Change here*/
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	text-align: right;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	/*+placement:shift 0px -14px;*/
	position: relative;
	left: 0px;
	top: -14px;
}
.ilmenu UL LI
{
	display: inline;
}
.ilmenu UL LI A
{
	font: bold 12px Tahoma;
/*color: #494949;*/
	color: #000000;
	padding: 2px 7px;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #DADADA;
}
.ilmenu UL LI A:hover
{
	background-color: #FDF30B;
/*background: url('../images/chromebg-over.gif') repeat-x center;
THEME CHANGE HERE*/
}
.ilmenu UL LI A[onMouseover]:after
{
}
/*------------------------------------------------------------------------
Style for Drop Down Menu*/
.ildropmenu
{
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom: 0px solid #BBB;
	position: absolute;
	top: 0;
/*Theme Change here*/
	line-height: 14px;
	z-index: 100;
/*background-color: white;*/
	background-color: #FFFFFF;
	color: #000000;
	width: 200px;
	visibility: hidden;
}
.ildropmenu A
{
	font: bold 12px Tahoma;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
/*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	color: #000000;
}
* HTML .ildropmenudiv A
{
/*IE only hack*/
	width: 100%;
}
.ildropmenu A:hover
{
/*Theme Change here*/
	background-color: #FDF30B;
}
.chromemenu
{
	width: 99%;
}
.rmmenu:after
{
/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.rmmenu UL
{
	border: 1px solid #BBB;
	width: 100%;
/*background: url('../images/greenbg.gif') repeat-x center;
Theme Change here*/
	background-color: #003366;
	color: #FFFFFF;
	margin: 0;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
.rmmenu UL LI
{
	display: inline;
}
.rmmenu UL LI A
{
	font: bold 12px Tahoma;
	color: #494949;
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}
.rmmenu UL LI A:hover
{
/*background: url('../images/chromebg-over.gif') repeat-x center;
THEME CHANGE HERE*/
	color: #FFFF00;
}
.rmmenu UL LI A[onMouseover]:after
{
}
/*------------------------------------------------------------------------
Style for Drop Down Menu*/
.RmDropMenu
{
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom: 0px solid #BBB;
	position: absolute;
	top: 0;
/*Theme Change here*/
	line-height: 18px;
	z-index: 100;
/*background-color: white;*/
	background-color: #008000;
	color: #FFFFFF;
	width: 200px;
	visibility: hidden;
}
.RmDropMenu A
{
	font: bold 12px Tahoma;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
/*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}
* HTML .rmdropmenudiv A
{
/*IE only hack*/
	width: 100%;
}
.RmDropMenu A:hover
{
/*Theme Change here*/
	color: #FFFF00;
}
