﻿.MainMenu
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:31px;
}

.MainMenuItem
{
	background:url(../images/menu/Tab.gif) no-repeat bottom;
	width:90px;
	color:White;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height:21px;
	vertical-align:-50%;
}

.MainMenuHover
{
	background:url(../images/menu/TabSelected.gif) no-repeat bottom;
	width:90px;
	color:White;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	line-height:30px;
	vertical-align:0%;
}

.SubMenu
{
	background:url(../images/menu/ddbg.gif);
	border-left:Solid 1px black;
	border-bottom:Solid 1px black;
	border-right:Solid 1px black;
}

.SubMenuItem
{
	font-size:14px;
	font-weight:bold;
	color:Aqua;
	padding:5px 2px 2px 0px;
}

.SubMenuHover
{
	background-color:#cccccc;
}