﻿
/* Main Menu Item Styles */
.MainMenu
{
	height: 24px;
	 
}

.MainMenuLeftEnd
{
	background: url("_images/leftround2.gif") bottom left no-repeat;
	width: 8px;
}

.MainMenuRightEnd
{
	background: url("_images/rightround2.gif") bottom right no-repeat;
	width: 8px;
}

.MainStaticMenuItem
{
	background-color: #F3F946;
	padding: 7px 2px 7px 3px;
	font: bold 0.9em arial, helvetica, sans-serif;
}

.MainStaticMenuItem a:Link, a:Visited
{
	color: #245D00;
	width:100%;
	display:block;
}

.MainStaticMenuItem a:hover
{
	color: #c00000;
	background: transparent url("_images/pointer.gif") bottom center no-repeat;
}

.MainStaticSelectedMenuItem a
{
	color: #c00000;
	background: transparent url("_images/pointer.gif") bottom center no-repeat;
}
/* End of Main Menu Item Styles */
