﻿#MenuId{margin-left:auto; margin-right:auto; width: 300px;}
#MenuId a:hover
{
	text-decoration: none;
}


.DynamicMenuStyle
{
	padding: 0px;
	margin: 0px;
	width: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	background-image: url('menu_dropdown_bg2.png');
	border-right-color: #2F637D;
	border-bottom-color: #2F637D;
	border-right-width: 1px;
	border-bottom-width: 1px;
	z-index:2000;
}

.DynamicMenuItemStyle
{

    padding: 0px;
    margin: 0px;
    width: 165px;
    height:30px;

}

.DynamicHoverStyle
{
	background-color: #333333;
}
.DynamicSelectedStyle
{
	width: 165px;
	padding: 0px;
	margin: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #003366;
	border-bottom-color: #003366;
	background-color: #2F637D;
}

.StaticSelectedStyle, .StaticHoverStyle
{
	padding: 0px;
	margin: 0px;
	background-image: url('menu_dropdown_bg2.png');
}

.StaticMenuItemStyle
{
	
	height: 35px;
	width: 100px;
	
}

.StaticMenuLabel
{
	font-size: 1.0em;
	color: #F0F0F0;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.DynamicMenuLabel
{
	font-size: 1.2em;
	color: #9DFAFF;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}

