﻿.IE8Fix 
{  
	z-index: 100;
}
.StaticMenuItem
{
	font-family: Arial;
	font-size: 13px;
	background-repeat: repeat;
	padding: 3px 5px 0px 10px;
	background-color: #3C7FAF;
	text-align:left;
	width:100%;	
	text-decoration:unerline;
	font-weight:bold;
}

.StaticMenuItem a:Link
{
	background-image: none;
	text-decoration: none;
	font-weight: bold;
	color: white !important;
	text-decoration:underline;
}

.StaticMenuItem A:visited
{
	background-image: none;
	text-decoration: none;
	font-weight: bold;
	color: white !important;
	text-decoration:underline;
}

.StaticMenuItemHover A:hover
{
	background-image: none;
	text-decoration: none;
	font-weight: bold;
	text-decoration:underline;
}

.StaticMenuItemHover
{
	font-family: Arial;
	font-size: 13px;
	background-color: #3C7FAF;
	text-decoration: underline;
	color:yellow;
	font-weight:bold;	
}

.DynamicMenuItem
{
	padding: 3px 0px 0px 0px;	
	background-color:#3C7FAF;
	border-bottom: solid 1px black;
	text-align:left;
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	font-weight:bold;
	color: white;	
}
.DynamicMenuItem A:Link
{
	background-image: none;
	padding: 4px 10px 4px 10px;
	color: white;	
	font-weight:bold;
	text-decoration: none;
	font-size: 13px;
}
.DynamicMenuItem A:hover
{
	padding: 4px 10px 4px 10px;
	color: black;
	font-weight:bold;
	text-decoration: none;
	font-size: 13px;
}
.DynamicMenuItem A:visited
{
	padding: 4px 10px 4px 10px;
	color: #D7E6FC;
	font-weight:bold;
	text-decoration: none;
	font-size: 13px;
}
.DynamicMenuItemHover
{
	padding: 7px 0px 0px 0px;
	border-bottom: solid 1px black;
	color: black;
	font-weight:bold;
	background-color:#cc9900;	
}

.RootMenu
{
	width: 70px;
	text-align: left;
	padding-left:2px;
	font-weight:bold;
}
.RootMenu :visited
{
	background-color: Transparent;
	font-weight: bold;
	text-decoration: none;
	color: #3C7FAF;
}

