﻿.NavBar
{
	background-repeat:repeat-x;
	background-image: url(/themes/theme1/pics/navbar/navbar_top_bg.gif);
	background-position: top left;
	padding-top: 2px;
}

.TopItem
{
	background-image: url(/themes/theme1/pics/navbar/navbar_bg.gif);
	height:20px;
	font-family: Verdana;
	font-size: 11px;
	cursor:pointer;
	color: #556469;
}
.TopItem TD
{
	/*text-align: right !important;*/
}


.TopItemHover, .TopItemExpanded, .TopItemActive
{
	background-image: url(/themes/theme1/pics/navbar/navbar_bg.gif);
	height:20px;
	font-family: Verdana;
	font-size: 11px;
	cursor:pointer;
	color: #1c95c4;
}

.TopItemSelected
{
	background-image: url(/themes/theme1/pics/navbar/navbar_bg.gif);
	height:20px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	color: #1c95c4;
}

.TopItemHover TD, .TopItemExpanded TD, .TopItemActive TD, .TopItemSelected TD
{
	/*text-align: right !important;*/
}

.Level2Item
{
	font-family: Verdana;
	font-size: 11px;
	color: #556469;
	height:20px;
	cursor:pointer;
	text-align: right;
}
.Level2Item TD
{
	/*text-align: right !important;*/
}

.Level2ItemHover, .Level2ItemExpanded, .Level2ItemActive
{
	font-family: Verdana;
	font-size: 11px;
	color: #1c95c4;
	cursor:pointer;
	height:20px;
}

.Level2ItemSelected
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #1c95c4;
	cursor:pointer;
	height:20px;
}

.Level2ItemHover TD, .Level2ItemExpanded TD, .Level2ItemActive TD, .Level2ItemSelected TD
{
	/*text-align: right !important;*/
}

.Level2ItemGroup
{
	background-repeat:repeat-x;
	background-image: url(/themes/theme1/pics/navbar/navbar_bg.gif);
	background-position: bottom left;
}