﻿body
{
}
/*
Help link:
http://msdn2.microsoft.com/en-us/library/ms366731(VS.80).aspx
Using CSS and Styles with the Menu Control  
*/

.MapPathNodes
{
	color: Black !important;
	font-weight: normal;
}
.currNode
{
	font-weight: bold;
}
.levelSib
{
	color: #FE8A02 !important;
	padding-left: 3px;
	padding-right: 3px;
	font-size: smaller;
}
.level1
{
	background-color: #F5F5F5;
	text-align: center;
	color: Maroon !important;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
}
.hoverstyle
{
	font-weight: bold;
	color: #FE8A02 !important;
}


