#nav 
{
height:38px;
width:930px;
padding:0;
margin:0;
margin:20px 0 0 0;
border-top:solid 1px #d9dbd8;
border-left:solid 1px #d9dbd8;
border-right:solid 1px #d9dbd8;
}

#nav a 
{
color:#000;
font-size:14px;
font-weight:bold;
display:block;
padding:0 25px 0 25px;
margin:0px 0 0 0;  
height:32px;
}

#nav span.sideBar {
float:left;
height:20px;
border-left:#e4e5e4 1px solid;
margin:6px 0 0 0;
padding:0;
}

#nav ul.home {
width:100px;
margin:0;
margin:0;
float:left;
}

#nav ul.home a 
{
color:#000;
font-size:14px;
font-weight:bold;
display:block;
padding:0 25px 0 25px;
margin:6px 0 0 0;  
height:32px;
}

#nav a:hover
{
text-decoration: none;
color:#0b6a3a;
background-image:url(/images/bg-navCurrent.png);
background-repeat:no-repeat;
background-position:center bottom;
}

#nav ul.home a:hover {
margin:6px 0 0 0;
width:50px;
}

#nav ul 
{
  font-family: Verdana;
  font-size: 10px; /* menu font size */
  font-weight: bold;
  vertical-align: top;
  background-image:url(/images/bg-nav.png);
  margin: 0;
 padding: 0;
height:38px;
width:830px;
float:left;

}

#nav ul ul
{
  border: solid 1px #c5cfc0;

}

#nav ul li
{
float:left;
position: relative;
padding:0;
margin:0;
height:38px;
list-style-type: none;
}

#nav ul li:hover
{
height:33px;
border-bottom:5px #006431 solid;

}


#nav ul ul 
{
  position: absolute;
  top: 116%;
  left: 0%;
  width: 100%

}

#nav ul ul ul
{
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

#nav ul ul,
#nav ul li:hover ul ul
{
  display: none;
}

#nav ul ul li:hover ul,
#nav ul li:hover ul
{
  display: block;
}
/* SUBMENU */



#nav ul li ul.subMenu li {
padding:0;
margin:0;
border-bottom:1px dotted #006431;
width:275px;
height:30px;
background-image:url(/images/bg-subMenu.png);
background-position:bottom;
background-color:#fff;
opacity: 0.80;

filter:alpha(opacity=75); /* IE's opacity*/
}


#nav ul li ul.subMenu li:hover {
 background: #ccd5c7;
opacity:1;
}

#nav ul li ul.subMenu {
width:275px;
background:none;
height:auto;



}

#nav ul li ul.subMenu li span.sideBar a {
padding:6px 0 0 12px;
margin:0 0 0 10px;
color:#4f4f4f;
font-size:12px;
border:none;
height:24px;
background-image:url(/images/bg-subMenuBullet.png);
background-repeat:no-repeat;
background-position:left center;

}

#nav ul li ul.subMenu li span.sideBar {
padding:0;
margin:0;
width:100%;
}

#nav ul li ul.subMenu li a:hover
{
  text-decoration: none;
  color: #414340;
  background: #ccd5c7;
height:24px;
padding:0;
margin:0;

}

#nav ul li.current {
color:#0b6a3a;
height:33px;
border-bottom:5px #006431 solid;
}

#nav ul li.current a {
color:#0b6a3a;
background-image:url(/images/bg-navCurrent.png);
background-repeat:no-repeat;
background-position:center bottom;

}
