/* SideNavMenu */
.SideNavMenu_MenuGroup 
{
	background-color	: #808080;
}
.SideNavMenu_MenuItem 
{
	text-align			: center;
	background-color	: #808080;
	color				: #FFFFFF;
	font-family			: verdana; 
	font-weight			: bold;
	font-size			: xx-small; 
	padding				: 2px;
	width				: 100px;
	cursor				: hand;
}
.SideNavMenu_MenuItemOver 
{
	text-align			: center;
	background-color	: #C0C0C0; 
	color				: Black; 
	font-family			: verdana; 
	font-size			: xx-small;
	font-weight			: bold;
	padding				: 2px;
	cursor				: hand;
	width				: 100px;
}

.SideNavMenu_MenuItemExpanded 
{
	text-align			: center;
	background-color	: #696969; 
	color				: White; 
	font-family			: verdana; 
	font-size			: xx-small; 
	font-weight			: bold;
	padding				: 2px;
	cursor				: hand;
	width				: 100px;
}

.SideNavMenu_PrimaryChild 
{
	text-align			: center;
	background-color	: #191970;
	color				: #FFFFFF; 
	font-family			: verdana; 
	font-size			: xx-small; 
	padding				: 2px;
	cursor				: hand;
	width				: 100px;
}

.SideNavMenu_PrimaryChild_Coming
{
	text-align			: center;
	background-color	: #FF8C00;
	color				: #FFFFFF; 
	font-family			: verdana; 
	font-size			: xx-small; 
	padding				: 2px;
	cursor				: hand;
	width				: 100px;
}
