﻿.DynamicMenu{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/menu-ground-blue.gif);
	background-repeat: repeat-y;
}
.DynamicMenuItem{
	padding-left: 24px;
}

.DynamicMenu a:link, .DynamicMenu a:active, .DynamicMenu a:visited, .DynamicMenu a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.DynamicMenuHover{
	background-color: #FEE197;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.DynamicMenuHover a:hover{
	text-decoration: none;
	font-weight: normal;
}
.DynamicSelected{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
