.MainItem
{
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	cursor:pointer;
	background-image:url(../../images/menu_repeat.gif);
	background-repeat:repeat-x;
	width:100%;
}
.MainItemOver
{
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 30px;
	cursor:pointer;
	text-align: center;
	background-image:url(../../images/menu_repeat_over.gif);
	background-repeat:repeat-x;
	width:100%;
}
.MainItemClicked
{
    font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
    height: 30px;
    cursor:pointer;
	text-align: center;
	background-image:url(../../images/menu_repeat_over.gif);
    width:100%;
}
.MenuGroup
{
}
.MenuItem
{
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;	
	background-color: #E83001;
	border-bottom: solid 1px #fbfdf8;
	width: 125px;
	cursor:pointer;
	border-left: solid 1px #fbfdf8;
	border-right: solid 1px #fbfdf8;
}
.MenuItemOver
{
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;	
	cursor:pointer;
	background-color: #E9BD01;
	border-bottom: solid 1px #fbfdf8;
	width: 125px;
	border-left: solid 1px #fbfdf8;
	border-right: solid 1px #fbfdf8;
}
.MenuItemClicked
{
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;	
	cursor:pointer;
	background-color: #E9BD01;
	border-bottom: solid 1px #fbfdf8;
	width: 125px;
	border-left: solid 1px #fbfdf8;
	border-right: solid 1px #fbfdf8;
}
