.navbar
{
margin-top:0px;
padding-top:50px;
display:block;
width:204px;
background-color:ffffff; 
}

.mnu{
  background:#FFFFFF;
  background:url(images/bullet.gif) left 4px no-repeat;
  padding-left:10px;
  margin-left:10px;
  margin-bottom:8px;
  height: 20px;
}

.mnu a:link, .mnu a:visited{
padding:0 0 0 10px;
text-decoration:none;
text-align:left;
font-size:13px;
color:#B4B4B4;
}

.mnu a.active {
color:#47594B;
}
.mnu a:hover{
color:#47594B;
}

.mainDiv
{
width:204px; 
}

.topItem
{
  font-size:13px;
  color:#B4B4B4;
  letter-spacing: 0;
  border: none;
  background:url(images/bullet.gif) left 4px no-repeat;
  width: 185px;
  height: 15px;
  cursor:pointer;
  text-indent:10px;
  margin-left:10px;
  padding-left:10px;
margin-bottom:5px;
}

.topItemOver
{
  text-indent:10px;
  font-size:13px;
  color:#47594B;
  letter-spacing: 0;
  background:url(images/bullet.gif) left 4px no-repeat;
  height: 15px;
  width: 185px;
  cursor:pointer;
  margin-left:10px;
  padding-left:10px;
margin-bottom:5px;

}

.topItemClose
{
  text-indent:10px;
  font-size:13px;
  color:#B4B4B4;
  letter-spacing: 0;
  background:url(images/bullet.gif) left 4px no-repeat;
  height: 15px;
  width: 185px;
  cursor:pointer;
  margin-left:10px;
  padding-left:10px;
margin-bottom:5px;

}


.topItemCloseOver
{
  text-indent:10px;
  font-size:13px;
  color:#B4B4B4;
  letter-spacing: 0;
  background:url(images/bullet.gif) left 4px no-repeat;
  height: 15px;
  width: 185px;
  cursor:pointer;
  margin-left:10px;
  padding-left:10px;
margin-bottom:5px;

}



.dropMenu
{
  font-size:13px;
  color:#B4B4B4;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:30px;
   margin-top:2px;
   height:18px;
   font-size:13px;
   color:#B4B4B4;	
   text-decoration:none;
   background-image:url(images/sub_bullet.gif);
   background-position:left;
   background-repeat:no-repeat;
     
}

.subItem a
{
   margin-left:15px;
   font-size:13px;
   color:#B4B4B4;	 	
   text-decoration:none;
}

.subItem a.active {
color:#47594B;
}
  
.subItemOver
{
   margin-left:30px;
   margin-top:2px;
   font-size:13px;
   color:#47594B;	  
   height:18px;
   background:url(images/sub_bullet.gif) left 4px no-repeat;   
}

.subItemOver  a
{
   margin-left:15px;
   font-size:13px;
   color:#B4B4B4;
   cursor:pointer;	
   text-decoration:none;
   cursor:pointer;
}

.subItemOver  a.active {
color:#47594B;
}
  

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




