﻿/* Menu */
.Menu
{
	color: #ffffff;
	height: 36px;
	text-decoration: underline;
	float: left;
}

.Menu_StaticMenuStyle
{
	text-decoration: underline;
}
.Menu_StaticMenuItemStyle
{
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
	color: #ffffff;
	height: 36px;
	text-decoration: underline;
}
.Menu_StaticMenuItemStyle A
{
	text-decoration: underline;
	vertical-align: middle;
	background-image: none;
	width: 100%;
	height: 100%;
}
.Menu_StaticSelectedStyle
{
	color: #212421;
	height: 36px;
	text-decoration: underline;
}
.Menu_StaticHoverStyle
{
	color: #333666;
	height: 36px;
	text-decoration: underline;
}


.Menu_DynamicMenuStyle
{
	z-index: 100;
	width: 120px;
	text-decoration: underline;
}
.Menu_DynamicMenuItemStyle
{
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	height: 36px;
	width: 120px;
	color: #ffffff;
	background-image: url(images/Menu.gif);
	background-repeat: repeat-x;
	text-decoration: underline;
}
.Menu_DynamicSelectedStyle
{
	color: #212421;
	height: 36px;
	width: 120px;
	text-decoration: underline;
}
.Menu_DynamicMenuItemStyle A
{
	text-decoration: underline;
	background-image: none;
	display: block;
	vertical-align: middle;
	text-align: left;
	height: 100%;
	width: 120px;
}

.Menu_DynamicHoverStyle
{
	color: #333666;
	height: 36px;
	width: 120px;
	text-decoration: underline;
}


