﻿/***************************************************
	These are the style specifications for 
	NavigationMenu in MastePage.aspx
***************************************************/

.submenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #552777;
	text-decoration: none;
	width: 180px;
}
.submenuhover
{
	color: #c0c3c5;
}
/***************************************************
				Needed for IE8 
***************************************************/
.dynamicmenu
{
	z-index: 999;
}

