﻿#Menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	border: solid 1px gainsboro;
	background-color: #f8f8ff;
}

#Menu a
{
	color: black !important;
	background-color: #f5f5f5; /*whitesmoke*/
	padding: 7px 10px;
	display: block;
	margin: auto;
	text-decoration: none;
}

#Menu a.static
{
	width: 150px;
}

#Menu a.dynamic
{
	width: 130px;
}

#Menu a:hover
{
	background-color: #AD0224 !important;
	color: White !important;
}

#Menu a.popout
{
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url('images/SubMenuArrow.gif');
}

#Menu a.level2
{
	padding-left:20px;
	width: 140px;
}

#Menu a.level3
{
	padding-left:30px;
	width: 130px;
}

#Menu a.selected
{
	color: White !important;
	background-color: gray !important; 
}

