@charset "utf-8";
/* CSS Document */

.navMenu {
  width:960px;
  height:32px;
  background:url('../images/bg_navmain.gif');
  font-size:12px;
}

.parent {
  background:url('../images/arrow2.gif') no-repeat right;
}

#nav, #nav ul {
  padding:0;
  margin:0;
  list-style:none;
  line-height:31px;
}

#nav a {
  display:block;
  width:180px;
  color:#1a1440;
  font-weight:bold;
  text-decoration:none;
  text-indent:10px;
  outline:none;
}


#nav li {
  float:left;
  width:137px;
}

#nav li ul {
  position:absolute;
  width:180px;
  left:-999em;
  border-top:solid 1px #b9b9b9;
  background:url('../images/bg_nav.gif') bottom left #fff;
  line-height:25px;   
}

#nav li ul li {
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  border-left:solid 1px #ccc;
  border-right:solid 1px #ccc;
}

#nav li ul ul { /* third-and-above-level lists */
  margin: -26px 0 0 180px;
  border-left:solid 1px #ccc;
  border-right:solid 1px #ccc;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}














.menu {
 float:left;
 width:960px;
 height:32px;
 margin-bottom:7px;
}

.menuTitle {
 width:160px;
 color:#fff;
 background-color:#777;
 border-bottom:solid 1px #474747;
 height:25px;
 line-height:25px;
 text-indent:10px;
 font-weight:bold;
}

.menuList {
 padding:0;
 margin:0;
 list-style-type:none;
}

.menuListItem {
 text-indent:10px;
}

.menuListSubItem {
 text-indent:20px;
}

.menuItem {
 float:left;
 display:block;
 height:31px;
 line-height:30px;
 font-weight:bold;
 text-decoration:none;
 color:#474747;
 padding:0 10px 0 10px;
 border-left:dotted 1px #b9b9b9;
}

.menuItem:hover {
 background-color:#efefef;
 color:#474747;
}

.menuSubItem {
 display:block;
 width:160px;
 height:25px;
 border-bottom:dotted 1px #777;
 line-height:25px;
 font-weight:bold;
 text-decoration:none;
 color:#777;
 background-color:#fff;
}

.menuSubItem:hover {
 background-color:#efefef;
 color:#474747;
}
