
img {
	border: 0px;
	  max-width:100%;
  height:auto;
}

body {
	background-color: #000000;
	color: #ffffff;

  -webkit-text-size-adjust:none;
  font-family:Helvetica, Arial, Verdana, sans-serif;
}

#menu2 a, div{
  clear:both;
  display:block;
  width:100%;
  float:none;
  margin:0;
  padding:0;
}

a {
	color: #ffffff;
}


#menu2 a {
	background-color: #3a3a3a;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#menu{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
#menu li a{
  display:block;
	text-decoration: none;
	border-bottom: 1px solid #3a3a3a;
	padding: 5px;
}

.selected2, .selected {
    border-left: 5px solid #c18948;
}

.selected2, .selected a{
    color: #c18948;
}


.navinfo, .first_list_item, .last_list_item, #toptext, #bottomtext { display: none; }


