﻿
.StaticMenuStyle
{
	padding: 0px;
	border: 0px;
}
.StaticItemStyle
{
	border: solid 1px #006699;
	padding: 0px;
	height: 28px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 11px;
}
.StaticHoverStyle
{
	border: solid 1px #666666;
	height: 28px;
	padding: 0px;
	vertical-align: middle;
	color: #333333;
	font-size: 11px;
}
.StaticSelectedStyle
{
}

.DynamicHoverStyle
{
	background-color: #FFFFFF;
	border: solid 1px #0C62A1;
}
.DynamicItemStyle
{
	background-color: #fbfbfb;
	border: solid 1px #c0c0c0;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.DynamicMenuStyle
{
	margin-top: 3px;
	background-color: Transparent;
	z-index: 10000;
}
.DynamicSelectedStyle
{
}
a.DynamicItemStyle:link
{
	color: #0C62A1;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
a.DynamicItemStyle:hover
{
	color: #F7931E;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
a.DynamicItemStyle:visited
{
	color: #0C62A1;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
a.DynamicItemStyle:active
{
	color: #F7931E;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}


