﻿.NavBar
{
	background-image: url(/themes/theme3/pics/navbar_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	padding-top: 13px;
}

.TopItem
{
	background-image: url(/themes/theme3/pics/topitem_bg.gif);
	height:37px;
	color: #556469;
}
.TopItem TD
{
	/*text-align: right !important;*/
}


.TopItemHover, .TopItemExpanded, .TopItemActive
{
	background-image: url(/themes/theme3/pics/topitem_bg.gif);
	height:37px;
	color: #1c95c4;
}

.TopItemSelected
{
	/*background-image: url(/themes/theme3/pics/subnavigation_background.gif);*/
	background-image: url(/themes/theme3/pics/navbar_bg2.gif);
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#efefef;
	height:37px;
	font-weight: bold;
	cursor:pointer;
	color: #1c95c4;
}

.TopItemHover TD, .TopItemExpanded TD, .TopItemActive TD, .TopItemSelected TD
{
	/*text-align: right !important;*/
}

.Level2Item
{
	color: #556469;
	height:20px;
	cursor:pointer;
	text-align: right;
	background-color:#efefef;
	background-image: url(/themes/theme3/pics/topitem_bg.gif);
}
.Level2Item TD
{
	/*text-align: right !important;*/
}

.Level2ItemHover, .Level2ItemExpanded, .Level2ItemActive
{
	color: #1c95c4;
	cursor:pointer;
	height:20px;
	background-color:#efefef;
	background-image: url(/themes/theme3/pics/topitem_bg.gif);
}

.Level2ItemSelected
{
	font-weight:bold;
	color: #1c95c4;
	cursor:pointer;
	height:20px;
	background-color:#efefef;
	background-image: url(/themes/theme3/pics/topitem_bg.gif);
}

.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;
}