﻿.ManuHeadingTop
{
	color: #99FF99;
	background-color:#DFE8F6;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	background-repeat: no-repeat;
	height: auto;
	
}
.StaticMenuItemStyle
{
	background-color: #F2F2F2;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #1e4d85;
	border-bottom: #ffffff 1px solid;
	border-left: #f7a955 18px solid;
	text-decoration: none;
	border-color: #D2E0F2;
	border-width: 1px 1px 1px 18px;
	border-style: solid;
}

.StaticMenuItemStyle:hover
{
	color: #1e4d85;
}
a
{
	color: #1e4d85;
	text-decoration:none;
}
a:hover
{
	color: #1e4d85;
}
.DynamicHoverStyle
{
	/*background-color: #EABD24;*/
	background-color: #DFE8F6;
	
}

.IE8Fix 
{ 
    z-index: 1000;
    text-decoration:none;
}
.Hyperlink
{
    color:#1e4d85
}
.Hyperlink:hover
{
    color:#1e4d85
}