/* Menu Styles */

#menu-bar {
 width: 919px;
 height: 30px;
 text-align: center;
 margin: auto;
 background-image: url(images/menu-bar_bkgd.jpg);
 background-position: left;
 background-repeat: repeat-x;
 } 

#menu-items {
 width: 840px;
 height: 30px;
 text-align: center;
 margin: auto;
 background-color: transparent;
} 

.menus {
 width: 153px;
 height: 21px;
 text-align: left;
 background-image: url(images/menutop_icon.jpg);
 background-position: center left;
 background-repeat: no-repeat;
 padding-left: 15px;
 padding-top: 7px;
 float: left;
}


a.nav { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  FONT-WEIGHT: bold;
  text-decoration: none;
  text-align: left;
	}
			
a.nav:hover { 
  COLOR: #611c4b;
  }

a.footer-nav { 	
  COLOR: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  FONT-WEIGHT: normal;
  text-decoration: underline;
  text-align: left;
	}
			
a.footer-nav:hover { 
  COLOR: silver;
  }

