#nav .navbar
{
}  

#nav .mainDiv
{
margin-bottom:0px;

 
}

#nav .topItem
{
  list-style: none;
  border-top: 1px solid #959595;
  background: 150px 10px url(../images/arr_white_down.gif) no-repeat;
  padding: 7px 0 0 30px;
   
 }

#nav .topItemOver
{
  list-style: none;
  border-top: 1px solid #959595;
  background: 150px 10px url(../images/arr_white_down.gif) no-repeat;
  padding: 7px 0 0 30px;
  cursor:pointer;
}

#nav .topItemClose
{
  list-style: none;
  border-top: 1px solid #959595;
  background: 150px 10px url(../images/arr_white.gif) no-repeat;
  padding: 7px 0 0 30px;
  cursor:pointer;
}


#nav .topItemCloseOver
{
  list-style: none;
  border-top: 1px solid #959595;
  background: 150px 10px url(../images/arr_white.gif) no-repeat;
  padding: 7px 0 0 30px;
  cursor:pointer;
}



#nav .dropMenu
{
  padding-bottom:0px;
  border-width: 0px 0px 0px 0px;
  filter:alpha(opacity=0);
  display:block;
}


#nav .drop
{
  
}

#nav .subMenu {


}

#nav .menu2 {
  list-style: none;
  border-top: 1px solid #959595;
  background: 175px 10px url(../images/arr_white.gif) no-repeat;
  padding: 7px 0 0 45px;
}
#nav .menu2 a, #nav .menu2 a:hover, #nav .menu2 a:link{
  list-style: none;
  
}

#nav .menu2Over
{
  border-top: 1px solid #959595;
  background: 175px 10px url(../images/arr_white.gif) no-repeat;
  padding: 7px 0 0 45px;
  text-decoration:underline;
}

#nav .menu2Over  a
{
  text-decoration:underline;

}
#nav .menu2Active {
  list-style: none;
  color: #E9C379;
  font: 14px "arial narrow", arial, sans-serif;
  border: none;
  background: 175px 10px url(../images/arr_orange.gif) no-repeat;
  padding: 7px 0 0 45px;
  border-top: 1px solid #959595;
}
#nav .menu2Active a, .menu2Active a:link  {
  color: #E9C379;
}

#nav .menu2Active a:hover {
  color: #E9C379;
   text-decoration: underline;
}
#nav .menu2ActiveOver {
  list-style: none;
  color: #E9C379;
  font: 14px "arial narrow", arial, sans-serif;
  border: none;
  background: 175px 10px url(../images/arr_orange.gif) no-repeat;
  padding: 7px 0 0 45px;
  border-top: 1px solid #959595;
}
#nav .menu2ActiveOver a
{
  text-decoration:underline;
  color: #E9C379;
}
#nav .menu2ActiveOver a:hover
{
  text-decoration:underline;
  color: #E9C379;
}
#nav .empty {
height:0PX
}
