.navbar
{
}  

.mainDiv
{
width:140px;
padding:0px 0px 0px 40px;
background-color:transparent;
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:#E1DDD9;
}

.topItem
{
  font: 12px arial;
  letter-spacing: 0;
  background: url("images/button.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat;
  border: none;
  width: 140px;
  height: 25px;
  color: #000000;
  cursor:pointer;
  text-indent:10px;
  border-width:0px 0px 0px 0px;
  border-style:solid;
  border-color:#666666;
line-height:25px;
}

.topItemOver
{
  text-indent:10px;
  font: 12px arial;
  letter-spacing: 0;
  background: url("images/button.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat;
  height: 25px;
  width: 140px;
  color: #000000;
  cursor:pointer;
  border-width:2px 0px 0px 0px;
  border-style:solid;
  border-color:#666666;
line-height:25px;
}

.topItemClose
{
  text-indent:10px;
  font: 12px arial;
  letter-spacing: 0;
  background: url("images/button.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat;
  height: 25px;
  width: 140px;
  color: #000000;
  cursor:pointer;
  border-width:2px 0px 0px 0px;
  border-style:solid;
  border-color:#666666;
line-height:25px;
}


.topItemCloseOver
{
  text-indent:10px;
  font: 12px arial;
  text-decoration: underline;
  letter-spacing: 0;
  background: url("images/button.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat;
  height: 25px;
  width: 140px;
  color: #000000;
  cursor:pointer;
  border-width:2px 0px 0px 0px;
  border-style:solid;
  border-color:#666666;
line-height:25px;
}

.botItem
{
  font: 12px arial;
  letter-spacing: 0;
  background: url("images/search.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat;
  border: none;
  width: 140px;
  height: 25px;
  color: #000000;
  cursor:pointer;
  text-indent:10px;
  border-width:0px 0px 0px 0px;
  border-style:solid;
  border-color:#666666;
line-height:25px;
}

.botItemOver
{
  text-indent:10px;
  font: 12px arial;
  letter-spacing: 0;
  background: url("images/search.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat;
  height: 25px;
  width: 140px;
  color: #000000;
  cursor:pointer;
  border-width:2px 0px 0px 0px;
  border-style:solid;
  border-color:#666666;
line-height:25px;
}

.botItemClose
{
  text-indent:10px;
  font: 12px arial;
  letter-spacing: 0;
  background: url("images/search.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat;
  height: 25px;
  width: 140px;
  color: #000000;
  cursor:pointer;
  border-width:2px 0px 0px 0px;
  border-style:solid;
  border-color:#666666;
line-height:25px;
}


.botItemCloseOver
{
  text-indent:10px;
  font: 12px arial;
  text-decoration: underline;
  letter-spacing: 0;
  background: url("images/search.gif") no-repeat 0 0;
  background-position:center center;
  background-repeat:repeat;
  height: 25px;
  width: 140px;
  color: #000000;
  cursor:pointer;
  border-width:2px 0px 0px 0px;
  border-style:solid;
  border-color:#666666;
line-height:25px;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #F1F1F1;
  color: #000;
  border: 0px solid #F1F1F1;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #000000;
   
}

.subItem a
{
   margin-left:5px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #000000;
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #000000;
}

.subItemOver  a
{
   margin-left:5px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #000000;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}





