﻿.NavBar
{	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	cursor: default;
	padding-top: 10px;
	width:180px;
	color:White;
} 

.TopItem
{
	font-weight:bold;
	color:#2D92AA;
	font-size:9pt;
	padding-bottom: 4px;
	text-indent: 30pt;
	padding-top: 4px;
	line-height: 150%;
	height: 26px;
	filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);
}

.TopItemHover
{
	font-weight:bold;
	color:#2D92AA;
	font-size:9pt;
	padding-bottom: 4px;
	text-indent: 30pt;
	padding-top: 4px;
	line-height: 150%;
	height: 26px;
	filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);
	cursor: hand;
}

.Level2Item
{
	font-family: tahoma, verdana;
	color: #07359B;
	font-size: 11px;
	text-indent: 30pt;
	cursor: hand;
	height: 32px;
	width: 180px;
	background-position: right top;
	background-image: url(../../Images/NavBar/groupItem_bg.jpg);
	background-repeat: no-repeat;
}

.Level2ItemHover
{
	font-family: tahoma, verdana;
	color: #07359B;
	font-size: 11px;
	text-indent: 30pt;
	cursor: hand;
	height: 32px;
	width: 180px;
	background-position: right top;
	background-image: url(../../Images/NavBar/groupItem_bg.jpg);
	background-repeat: no-repeat;
}

.Level2Group
{
	padding: 0px;
	padding-left: 10px;
	padding-right: 0px;
	color: #ffffff;
	line-height: 150%;
	padding-bottom: 10px;
	width: 180px;
	background-image: url(../../Images/NavBar/group_bg.jpg);
	background-repeat: repeat-y;
}