﻿.NavBar7 {
	background-color: #C3C7D3;
	border: 1px solid black;
	padding: 7px;
	cursor: default;
	width:155px !important; /* added width property & !important keyword */
}

.TopItem7 {
	background-image: url(../images/leftmenu/top_level_bg2.gif);
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor:pointer;
	width:155px !important; /* added width property & !important keyword */
}

.TopItemHover7 {
	color:Gray;
	background-image: url(../images/leftmenu/top_level_bg2.gif);
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor:pointer;
	width:155px !important; /* added width property & !important keyword */
}

.Level2Item7 {
	font-family: tahoma, verdana;
	font-size: 11px;
	padding-left: 10px;
	width:155px;
	cursor:pointer;
}



.Level2ItemHover7 {
	font-family: tahoma, verdana;
	font-size: 11px;
	text-decoration:underline;
	padding-left: 10px;
	width:155px;
	cursor:pointer;
}

.Level2Group7 {
	background-color:#F0F1F5;
	font:black;
	border: 1px white solid;
	border-top-color: #F0F1F5;
	padding:5px;
	padding-left:10px;
	padding-right:0px;
	width:143px !important; /* Specified the EXACT WIDTH of the item and added !important keyword */
}

.Level2Group8 {
	background-color:#F0F1F5;
	font:black;
	border: 1px white solid;
	border-top-color: #F0F1F5;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	width:213px !important; /* Specified the EXACT WIDTH of the item and added !important keyword */
}

.Empty7 {
}



