/***********************************************************
* Copyright 2008, IdeaStar Inc.
* 01/23/08 SH
* This style to be used with asp:menu control. The preceding
* identifyer should typically be replaced to isolate the css 
* of the control
************************************************************/

#TopNavigationRed .ASPMenu_Main, #TopNavigationRed .AMMain
{
	margin-left: 6px;
}
#TopNavigationRed .ASPMenu_StatMenuItem a, #TopNavigationRed .AMStatItem a
{
	display: block;
	padding: 0px 12px 0px 12px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	background-color: Transparent;
	color: White;
}
#TopNavigationRed .ASPMenu_StatMenuItem a:hover, #TopNavigationRed .AMStatItem a:hover
{
	text-decoration: none;
	background-color: #fdfdfd;
	color: #3b4b6d;
}

#TopNavigationRed .ASPMenu_DynMenuItem a, #TopNavigationRed .AMDynItem a
{
	display: block;
	padding: 3px 9px 3px 9px;
	width: 145px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #3b4b6d;
	text-decoration: none;
	text-align: left;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #b1b1b1;
	background-color: #CCC;
	margin: 0px 1px 1px 0px;
}
#TopNavigationRed .ASPMenu_DynMenuItem a:hover, #TopNavigationRed .AMDynItem a:hover
{
	text-decoration:none;
	background: #fdfdfd;
	color: #3b4b6d;
}