.divMenu
{
	height: 30px;
	margin-top: 1px;
	font-weight: bold;
}
.divMenu A
{
	color: Black;
}
.IE8Fix
{
	z-index: 100;
}
.MenuItem
{
	padding-left: 7px;
	padding-right: 7px;
}
.MenuItemHover A:Hover
{
	 color:#CD6735;
}
.MenuItemSelected A
{
	 color:#CD6735;
}
.MenuItemDropdown
{
	color: Black;
	background-color: white;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}
.MenuItemDropdownHover
{
	background-color: #CD6735;
}

/* Sub Menu */
.tdSubMenu
{
	border-right: dashed 1px Silver;
}
.tdRightMenu
{
	border-left: dashed 1px Silver;
	padding-left:15px;
	width: 150px;
	text-align: right;
}
.divSubMenuContainer
{
}
.divSubMenu
{
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.SubMenuItem
{
	width: 150px;		/*Linked to width of container TD (SubMenu.ascx) */
	padding-left: 1px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.SubMenuItemHover a:hover
{
	color: silver;
}
.SubMenuItemSelected
{
	 color:silver;
	 font-weight:bold;
}
.SubMenuItem_Level2
{
	color: Black;
	background-color: white;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}

