#home #navhome, #tier1 #navtier1, #tier2 #navtier2, #tier3 #navtier3, #resources #navresources, #contactus #navcontactus {
	color:#fff;
}

#home #navhome {
	background:url(images/button-down.gif);
}
#tier1 #navtier1 {
background:url(images/button-down.gif);
}
#tier2 #navtier2 {
background:url(images/button-down.gif);
}
#tier3 #navtier3 {
background:url(images/button-down.gif);
}
#resources #navresources {
background:url(images/button-down.gif);
}
#contactus #navcontactus {
background:url(images/button-down.gif);
}


#menu{
   white-space : nowrap;
    color : White;
   font-size:10px;
   width:800px;
   background: #303030;
   margin: 0 auto 3px; /*Center container on page*/
   
}
#menu ul{
   padding : 0 0 3px 0px;
   margin : 0;
   float:left;
   width:800px;
   background: #303030;
   border-bottom:2px solid #999999;
   display:block;
}
#menu ul li{
   display : inline;
}
#menu ul li a{
   padding:5px 15px 0px 8px;
   margin-left:2px;
   color:#b5b5b5;
   font-weight : bold;
   text-decoration : none;
   float : left;
   width:100px;
   height:17px;
   background:url(images/button-up.gif);
}

#menu ul li a img{
	padding-right:3px;
}

#menu ul li a:hover{
   color : #ffffff;
   background:url(images/button-down.gif);
} 

#menu a {
   font-size:11px;
   text-align:center;
	}