.navbar
{
	width:199px;
	margin:auto;
}  

.mainDiv
{
  width:199px;
}

.topItem
{
  font: bold 12px Arial;
  letter-spacing: 0;
  background: url("images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 199px;
  height: 20px;
  color: #1c512d;
  cursor:pointer;
  text-indent:10px;
  line-height:20px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 12px Arial;
  letter-spacing: 0;
  background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 199px;
  color: #1c512d;
  cursor:pointer;  
  line-height:20px;
}

.topItemClose
{
  text-indent:10px;
  font: bold 12px Arial;
  letter-spacing: 0;
  background: url("images/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 199px;
  color: #1c512d;
  cursor:pointer;
  line-height:20px;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 12px Arial;
  letter-spacing: 0;
  background: url("images/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 199px;
  color: #1c512d;
  cursor:pointer;
  line-height:20px;
}

.dropMenu
{
  font: 12px Arial;	
  background-color: #f9e4a5;
  color: #71706c;
  filter:alpha(opacity=100);
  margin-top:5px;
  margin-bottom:2px;
  height:25px;
}

.subMenu
{
   display:block;
}

.subItem
{
   height:25px;
   font: 12px Arial;	
   text-decoration:none;
   color: #71706c;
   background-image:url(images/style.jpg);
   background-repeat:no-repeat;
   background-position:bottom;
   padding-top:5px;
   
}

.subItem a
{
   margin-left:15px;
   font: 12px Arial;	 	
   text-decoration:none;
   color: #71706c;
}

.subItemOver
{
   font: 12px Arial;	  
   height:25px;
   color: #71706c;
   background-image:url(images/style.jpg);
   background-repeat:no-repeat;
   background-position:bottom;
   padding-top:5px;
}

.subItemOver  a
{
   margin-left:15px;
   font: 12px Arial;
   cursor:pointer;	
   color: #71706c;
   text-decoration:underline;
}

#dropmenu1
{
  background-color: #ececec;
}
#dropmenu2{
 background-color: #ececec;
}

.drop
{
  
}


