﻿.MenuGroup
{
/*	background-image: url(../../images/menu-bg-off.jpg);
	background-repeat: repeat-x;
	width: 1px;
	height: 34px;*/
font-family: Arial;
font-weight: Normal;
font-style: Normal;
cursor:pointer;
font-size: 12px;
line-height: 9px;
text-align: center;
}
.MenuItem
{
	background-image: url(../../images/grey-menu-bg.jpg);
	background-repeat: repeat-x;
	width: 9px;
	height: 24px;
font-family: Arial;
color: #ffffff;
cursor:pointer;
font-size: 12px;
line-height: 12px;
text-align: center;
margin-bottom: 3px;
}
.MenuItemHover
{
	background-image: url(../../images/grey-menu-bg.jpg);
	background-repeat: repeat-x;
	width: 9px;
	height: 24px;
font-family: Arial;
color: #424445;
font-size: 12px;
line-height: 12px;
text-align: center;
cursor:pointer;
margin-bottom: 3px;
}
.MenuItemActive
{
	background-image: url(../../images/grey-menu-bg.jpg);
	background-repeat: repeat-x;
	width: 9px;
	height: 24px;
color: #ffffff;
font-size: 12px;
line-height: 12px;
text-align: center;
margin-bottom: 3px;
cursor:pointer;
}
.MenuItemExpanded
{
	background-image: url(../../images/grey-menu-bg.jpg);
	background-repeat: repeat-x;
	width: 9px;
	height: 24px;
font-family: Arial;
color: #424445;
font-size: 12px;
line-height: 12px;
text-align: center;
margin-bottom: 3px;
cursor:pointer;
}




.TopMenuItem
{
	background-image: url(../../images/menu-bg-off.jpg);
	background-repeat: repeat-x;
	width: 1px;
	height: 34px;
font-family: Arial;
color: #ffffff;
font-size: 12px;
line-height: 12px;
text-align: center;
cursor:pointer;
}
.TopMenuItemHover
{
	background-image: url(../../images/menu-bg-on.jpg);
	background-repeat: repeat-x;
	width: 1px;
	height: 34px;
font-family: Arial;
color: #424445;
font-size: 12px;
line-height: 12px;
text-align: center;
cursor:pointer;
}
.TopMenuItemActive
{
	background-image: url(../../images/menu-bg-off.jpg);
	background-repeat: repeat-x;
	width: 1px;
	height: 34px;
font-family: Arial;
color: #ffffff;
font-size: 12px;
line-height: 12px;
text-align: center;
cursor:pointer;
}
.TopMenuItemExpanded
{
	background-image: url(../../images/menu-bg-on.jpg);
	background-repeat: repeat-x;
	width: 1px;
	height: 34px;
font-family: Arial;
color: #424445;
font-size: 12px;
line-height: 12px;
text-align: center;
cursor:pointer;
}
