.MainMenuItem
{
    font-size: 8pt;
    width: %;
    font-family: tahoma;
    height: 22px;
    background-color: transparent;
    text-align: center;
    color: #fff;
}
.MainMenuItem a
{
	font-size: 8pt;
	width: %;
	font-family: tahoma;
	height: %;
	background-color: Transparent;
	text-align: center;
	text-decoration: none;
	color: #fff;
    padding-left: 2px;
    padding-right:2px;
    border-bottom: transparent 10px solid;
  
}
.MainMenuItem a:hover
{
	font-size: 8pt;
	width: %;
	color: #ffdd00;
	border-bottom: transparent 10px solid;
	font-family: tahoma;
	height: %;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	
}
.MainMenuItemDisabled
{
    font-size: 8pt;
    width: %;
    font-family: tahoma;
    height: 22px;
    background-color: transparent;
    text-align: center;
    color: #ccc;
}
.MainMenuItemDisabled a
{
	font-size: 8pt;
	width: %;
	font-family: tahoma;
	height: %;
	background-color: Transparent;
	text-align: center;
	text-decoration: none;
	color: #ccc;
    padding-left: 2px;
    padding-right:2px;
    border-bottom: #124168 10px solid;
}
.MainMenuItemDisabled a:hover
{
	font-size: 8pt;
	width: %;
	font-family: tahoma;
	height: %;
	background-color: Transparent;
	text-align: center;
	text-decoration: none;
	color: #ccc;
    padding-left: 2px;
    padding-right:2px;
    border-bottom: #124168 10px solid;
}

.SubMenuItem
{
	font-size: 8pt;
	width: 150px;
	font-family: tahoma;
	height: 28px;
	background-color: transparent;
	text-align: center;
}
.SubMenuItem a
{
    border: #7a9fc5 1px outset;
    font-size: 8pt;
    width: 100%;
    font-family: tahoma;
    height: 100%;
    background-color: #78a1bf;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    color: #fff;
}
.SubMenuItem a:hover
{
	border: 1px inset;
	font-size: 8pt;
	width: 100%;
	color: #ffdd00;
	font-family: tahoma;
	height: 100%;
	background-color: #3d6583;
	text-align: center;
}
.SubMenuItemDisabled
{
	font-size: 8pt;
	width: 150px;
	font-family: tahoma;
	height: 28px;
	background-color: transparent;
	text-align: center;
}
.SubMenuItemDisabled a
{
    border: #7a9fc5 1px outset;
    font-size: 8pt;
    width: 100%;
    font-family: tahoma;
    height: 100%;
    background-color: #78a1bf;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    color: #ccc;
}
.SubMenuItemDisabled a:hover
{
    border: #7a9fc5 1px outset;
    font-size: 8pt;
    width: 100%;
    font-family: tahoma;
    height: 100%;
    background-color: #78a1bf;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    color: #ccc;
}



