.NavBar{
    padding: 2px;
    padding-bottom: 1px;
    cursor: default;
}
.TopItem
{
    color: #003399;
    background-image: url(../../../images/button.gif);
    font-family: tahoma, verdana;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: hand;
    height: 25px;
}
.TopItemHover
{
    color: #003399;
    background-image: url(../../../images/button_Over.gif);
    font-family: tahoma, verdana;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: hand;
    height: 25px;
}
.Level2Item{
    font-family: tahoma;
    font-size: 11px;
    padding-right: 10px;
    cursor: hand;
    background-color: whitesmoke;
    border-bottom: #ffffff 2px solid;
    height: 25px;
    width: 100%;
}
.Level2ItemHover{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	padding-right: 10px;
	cursor: hand;
	height: 25px;
	background-color: gainsboro;
	border-bottom: #ffffff 2px solid;
	width: 100%;
}
.Level2Group{
  background-color:white;
  background-image: url(../images/group_bg.gif);
  border-top-color: #F0F1F5;
  padding-right:0px;
}


