﻿/* 
Menu navigation control
*/

#navBackground
{
	height: 40px;
	background-image: url("../images/MenuPurpleGradient1.png");
	background-repeat: repeat-x;
}

.navigationMenu
{
	height: 20px;
	padding-top: 8px;
	padding-left: 90px;	
	font-family:Verdana;
	font-size:12pt;
	color: #FFF;
}

.staticMenuItemStyle
{
}

.staticSelectedStyle
{
}

.staticHoverStyle
{
}

.dynamicMenuStyle
{
}

.dynamicMenuItemStyle
{
}

.dynamicHoverStyle, .dynamicSelectedStyle
{
}


/*
Site Map Path control
*/

#siteMapPath
{
	height: 24px;
	background-color: #fff;
	text-align: left;
}

.currentNodeStyle, .nodeStyle, .rootNodeStyle, a.siteMapPath
{
	color: #555;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11pt;
}

