﻿.Menu
{
	color: #002a45;
}
.Menu_StaticMenuStyle
{

}
.Menu_StaticMenuItemStyle
{
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	color: #002a45;
	height:22px;
}
.Menu_StaticMenuItemStyle A
{
	vertical-align:middle;
	background-image: none;
    width:100%;
    height:100%;
}
.Menu_StaticSelectedStyle
{
	color: #6b2e23;
	height:22px;
}
.Menu_StaticHoverStyle
{
	color: #6b2e23;
	height:22px;
}
.Menu_StaticHoverStyle A
{
	text-decoration: underline;
}


.Menu_DynamicMenuStyle
{
	z-index: 100;
	width:195px;
}
.Menu_DynamicMenuItemStyle
{
	font-size: 12px;
	padding-left:4px;
	padding-right:4px;	
	padding-top:5px;
	padding-bottom:5px;
	border-right: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	height:22px;
	width:195px;
	color: #002a45;

}
.Menu_DynamicMenuItemStyle A
{
	background-image: none;
    display:block;   
    vertical-align:middle;
	text-align:left;
	height:100%;
	width:120px;

}
.Menu_DynamicSelectedStyle
{
	color: #6b2e23;
	height:22px;
	width:195px;
}
.Menu_DynamicHoverStyle
{
	color: #ffffff;
	height:22px;
	width:195px;
	background-color:#333666;
}


