.navbar
{
}  

.mainDiv{
width:75px;

}

.topItem{
text-indent:5px;
cursor:	pointer;

}

.topItemOver{
text-indent:5px;
background:#000 url(../images/nav-arrow.jpg) right no-repeat;
color:#fff;
cursor:	pointer;
}

.topItemClose{
text-indent:5px;
}


.topItemCloseOver
{
  text-indent:5px;
  background:#000 url(../images/nav-arrow.jpg) right no-repeat;
  color:#fff;
}



.dropMenu
{
  filter:alpha(opacity=100);
  opacity:1;
  padding-bottom:5px;
}


.subMenu
{
   display:inline;
   
}

.subMenuClose{
}


.subItemClose{
z-index:-100;
display:inline;}

.subItem
{

  margin: 2px 0 2px 10px;
   height:25px;
   padding:0 15px 0 5px;
   
}

.subItem a
{

margin: 2px 0 2px 10px;
   height:25px;
   padding:0 15px 0 2px;
}

.subItemOver
{
   margin: 2px 0 2px 13px;
   height:25px;
   padding:0 15px 0 2px;
}

.subItemOver  a{
  margin: 2px 0 2px 10px;
   height:25px;
   padding:0 15px 0 2px;
}


#navigation .down{
text-decoration:none;
background:#414042 url(../images/nav-arrow-down.jpg) right no-repeat;
color:#009d87 !important;
margin:2px 15px 2px 2px ;
padding:0 15px 0 5px !important;
}



