img {border:0pt}
.portrait {border:2pt white;padding:10px}

#menu ul
{list-style-type:none;}

body {background-attachment: fixed; background-color: #000000; background-image: url(bg-y.jpg); 
background-repeat: repeat-y; background-position: center center}


#menu li a 
{ 
  text-align:center;
  display: block;
  float: left;
  height:26px;
  text-decoration: none; 
  padding: 6px 19px 0px 19px;
  border-right: 2px solid;
  font-weight: bold;
  background: #40403E;
  color: #929280;
  border-color: #2C2C2A;
  background:transparent url(nav_tab_bg.png) no-repeat scroll left top;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #82974B;
  color: #EEE;
  border-color: #2C2C2A;
  	background:transparent url(nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px;
}

