/* STANDARD MENU STYLES 
	USED BY XML VERSION OF MENU
 
*/
.NavigationTableRow1 
{
	BORDER-BOTTOM: silver 1px solid; 
	BACKGROUND-COLOR: #4e7dd1
}

.NavigationTableRow2
{
	BACKGROUND-COLOR: #4e7dd1
}
.TopGroup
{
	cursor: default;
	background-color: transparent;
}

.TopMenuItem
{
	border-right: #6A8CCB 1px solid;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
	font-size: 11px;
	cursor: default;
	color: white;
	font-family: Verdana;
	background-color: transparent;
}
.TopMenuItemOver
{
	border-right: gray 1px solid;
	background-color: #9EBEF5;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}
.TopMenuItemDown
{
	background-color: #9EBEF5;
	color: black;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	border-right: gray 1px solid;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
}

.MenuGroup
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	cursor: default;
	border-bottom: gray 1px solid;
	background-color: #f5f5f5;
}
.MenuItem
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
	cursor: default;
	color: black;
	font-family: Verdana;
	background-color: #f5f5f5;
}

.MenuItemOver
{
	border-right: gray 1px solid;
	padding-right: 9px;
	border-top: white 1px solid;
	border-bottom: gray 1px solid;
	padding-left: 9px;
	font-size: 11px;
	padding-bottom: 4px;
	border-left: white 1px solid;
	cursor: hand;
	color: black;
	padding-top: 4px;
	font-family: Verdana;
	background-color: #9EBEF5;
}

.MenuItemDown
{
	border-top: gray 1px solid;
	border-bottom: white 1px solid;
	border-left: gray 1px solid;
	border-right: white 1px solid;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 11px;
	color: black;
	font-family: Verdana;
	background-color: #9EBEF5;
}
.DisabledMenuItem
{
	color: Gray;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	background-color: #f5f5f5;
}

.DisabledMenuItemOver
{
	color: Gray;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	background-color: #9EBEF5;
}

.DisabledMenuItemDown
{
	color: Gray;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	background-color: #9EBEF5;
}
.MenuBreak
{
	/*background-image: url(Images/break1.gif);*/
	background-color: dimgray;
	width: 100%;
	height: 1px;
}

a.menulinks
{
	color: White;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}

a.menulinks:hover
{
	color: White;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}
a.menulinks[disabled], a.menulinks:hover[disabled]
{
	color: #7F7F7F;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}
.WFTopMenuItem
{
	font-weight: normal;
	font-size: 8pt;
	left: 0px;
	vertical-align: middle;
	color: #003399;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	text-align: center;
	text-decoration: none;
}
.WFTopMenuItemOver
{
	font-weight: normal;
	font-size: 8pt;
	left: 0px;
	vertical-align: middle;
	color: #003399;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	text-align: center;
	text-decoration: underline;
	cursor: default;
}
