.NavBar {
	padding: 7px;
	cursor: default;
	width:135px !important; /* added width property & !important keyword */	
}

.TopItem 
{
	background-image: url(../images/top_level_bg.gif);
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 20px;  /* for the icon */
	padding-top: 4px;
	padding-bottom: 4px;
	cursor:pointer;
	width:135px !important; /* added width property & !important keyword */
}

.TopItemActive {
	background-image: url(../images/top_level_bg.gif);
	font-family: Arial, verdana;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 20px;  /* for the icon */
	padding-top: 4px;
	padding-bottom: 4px;
	cursor:pointer;
	width:135px !important; /* added width property & !important keyword */
}

.TopItemHover {
	background-image: url(../images/top_level_bg.gif);
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 20px;  /* for the icon */
	padding-top: 4px;
	padding-bottom: 4px;
	cursor:pointer;
	width:135px !important; /* added width property & !important keyword */
}

.Level2Item {
	font-family: tahoma, verdana;
	font-size: 15px;
	padding-right: 10px;
	width:135px;
	cursor:pointer;
}

.Level2ItemSelected 
{
	background-color:#FFE793;	
	font-family: tahoma, verdana;
	font-size: 15px;
	padding-right: 10px;
	width:135px;
	cursor:pointer;
}

.Level2ItemHover {
	font-family: tahoma, verdana;
	font-size: 11px;
	text-decoration:underline;
	padding-right: 10px;
	width:135px;
	cursor:pointer;
}

.Level2ItemDisabled 
{
	font-family: tahoma, verdana;	
	font-size: 15px;
	width:135px;
	cursor:default;
	padding-right:10px;

}

.Level2Group {
	background-color:#F0F1F5;
	border: 1px white solid;
	border-top-color: #F0F1F5;
/*	padding-right:10px;
	padding-left:0px;
	width:173px !important; /* Specified the EXACT WIDTH of the item and added !important keyword */
}

.Level3Item 
{
	background-color:Silver;
	font-family: tahoma, verdana;
	font-size: 15px;
	padding-right: 10px;
	width:135px;
	cursor:pointer;
}

.BreakItem
{
	background-image: url(../images/break.gif);
	height:2px;
	text-align:center;
	padding-right:0px;
	padding:0px;
	padding-left:0px;
}
.Empty {
}


