@charset "UTF-8";
/* CSS Document */

.navmenu{
margin: 0;
padding: 0 0 0 9px;
width: 101px; /*width of menu*/
border-bottom-width: 0;
text-align:center;
}

.navmenu a.menuitem{
background: url(/images/navBkgClosed.jpg) no-repeat bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 101px;
margin: 5px 0 0 0;
padding: 3px 0 7px 0;
text-decoration: none;
}


.navmenu a.menuitem:visited, .navmenu .menuitem:active{
color: white;
}

.navmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
/*position: absolute;
top: 5px;
right: 500px;
border: none;*/
}

.navmenu a.menuitem:hover{
background: url(/images/navBkgClosed.jpg) no-repeat bottom -101px;
}

.navmenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.navmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.navmenu div.submenu ul .topSub{ 
margin: 0;
padding: 0;
background:#efe6b1 url(/images/navSubTop.jpg) no-repeat top left;
height:7px;
font-size:1px;
}

.navmenu div.submenu ul .bottomSub{ 
margin: 0;
padding: 0;
background:#efe6b1 url(/images/navSubBottom.jpg) no-repeat top left;
height:7px;
font-size:1px;
}
.navmenu div.submenu ul .lastSub{ 
margin: 0;
padding: 0;
height:7px;
background: #efe6b1;
font-size:1px;
}

.navmenu div.submenu ul li{
/*border-bottom: 1px solid #dddddd;*/
}

.navmenu div.submenu ul li a{
display: block;
background: #efe6b1;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #173814;
text-decoration: none;
padding: 2px 0;
}

.navmenu div.submenu ul li a {
_display:inline-block;/* This is to fix a bug in IE6 where extra white space is added to the block--it turns on hasLayout */
_width: 101px;
} 

.navmenu div.submenu ul li a:hover{
background: #f9f5dc;
colorz: white;
}
.closed{
background: url(/images/navBkgClosed.jpg) no-repeat bottom left;}
.open{
background: url(/images/navBkgClosed.jpg) no-repeat bottom -101px; color:#FF0000;}
a
{
  outline: none;
}