﻿/* System.Web.UI.WebControls.Menu Styles */
/* ------------------------------------- */
/* This is the "background" style for the static menu */

.StaticMenuStyle
{
	color:White;
	background-color:#0070C0;
	font-family:Verdana;
	font-weight:bold;
	border:none;
	width:100%;
}

/* This is the "background" style for the static menu */
.StaticMenuItemStyle
{
	color:White;
	padding:1px .25em 1px .25em;
	border-bottom:solid 1px White;
}

/* This is the "background" style for the static menu */
.StaticMenuItemStyleLeftmost
{
	color:White;
	border-bottom:solid 1px White;
}


.StaticHoverStyle
{
	color:Black;
	background-color:Yellow;
}

.StaticSelectedStyle
{
	color:White;
	background-color:#0070C0;
}

.DynamicMenuStyle 
{
	font-family:Verdana;
	font-weight:bold;
	color:White;
	background-color:#0070C0;
	border:solid 2px #0070C0;
	margin:0 0 0 0;
}

.DynamicMenuItemStyle 
{
	color:White;
	background-color:#0070C0;
	border-bottom:solid 1px white;
	padding:1px 5px 1px 5px;
}

.DynamicSelectedStyle 
{
	color:White;
	background-color:#0070C0;
}

.DynamicHoverStyle
{
	color:Black;
	background-color:Yellow;
}

/* EOF Do not remove - automated tools */

