﻿.staticMenuItemStyle
{
	font-family: Calibri;
	font-size: 13px;
	text-align: center;
	display: block;
	color: #75252B;
	height: 21px;
	margin-right: 2px;
	width:200px;
	background-color: #CECECE; /*background-image: url(../Images/RepeatMenuBG.png);*/
}

.staticMenuItemSelectedStyle
{
	font-family: Calibri;
	border: solid 1px black;
	
}

.staticHoverStyle
{
	font-family: Calibri;
	color: White;
	background-color: #FA6400; /*background-image: url(../Images/RepeatSelectedMenuBG.png);*/
	font-size: 15px;
	z-index:101;
}

.menuItem
{
	font-family: Calibri;
	display: block;
}

.dynamicMenuItemStyle
{
	font-family: Calibri;
	font-size: 12px;
	text-align: left;
	color: #175AAC;
	width: 150px;
	height: 23px;
	margin: 1px 2px 1px 2px;
	background-color: #E6F0FA; /*background-image: url(../Images/RepeatMenuBG.png);*/
}

.background
{
	font-family: Calibri;
	border: solid 1px #000;
	background-color: #4E92DC; /*background-image: url(../Images/RepeatSelectedMenuBG.png);*/
}

.NavigationMenu
{
	font-family: Calibri;
	font-size: 10pt;
	color: #FFF;
	font-weight: 600;
	z-index: 101;
	background-color: #4E92DC; /*background-image: url(../Images/RepeatSelectedMenuBG.png);*/
}

.menuItemMouseOver, .menuItemSelected
{
	font-family: Calibri;
	color: White;
	background-color: #FA6400; /*background-image: url(../Images/RepeatSelectedMenuBG.png);*/
}

.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active
{
	text-decoration: none;
	color: #FFF;
	display: block;
	font-family: Calibri;
}

.currentNodeStyle, .nodeStyle, .rootNodeStyle, a.siteMapPath
{
	text-decoration: none;
	font-family: Calibri;
	font-size: 10pt;
}
