﻿.MainMenu_TabContainer
{
	width: 950px;
	height: 32px;
	background: url( "pro/menu/images/menubg.jpg" ) repeat-x;
	background-position: bottom;
	font-family: verdana;
	font-size: 8pt;
	overflow: hidden;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.MainMenu_TabItem_NormalItem
{
	height: 32px;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

.MainMenu_TabHover_NormalItem
{
	height: 32px;
	text-decoration: none;
	background: url( "pro/menu/images/menu_hover.gif" ) repeat-x;
	background-position: bottom;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
}

.MainMenu_TabItem_SelectedItem
{
	height: 32px;
	text-decoration: none;
	background: url( "pro/menu/images/menu_hover.gif" ) repeat-x;
	background-position: bottom;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
}

.MainMenu_TabHover_SelectedItem
{
	height: 32px;
	text-decoration: none;
	background: url( "pro/menu/images/menu_hover.gif" ) repeat-x;
	background-position: bottom;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
}

.MainMenu_SubGroup
{
	background-color: #dcdcdc;
	height: 30px;
	background: url( "pro/menu/images/MainMenu_subbar.jpg" ) repeat-x;
}




.MainMenu_SubGroupItem_TextOnly
{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	cursor: default;
}

.MainMenu_SubGroupItem
{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
}


.MainMenu_TabHover_SubGroupItem
{
	font-size: 10px;
	color: #ff6600;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
}


.MainMenu_SubGroupItem_Last
{
	width: 100%;
	background-color: #ff0000;
}



