* {
	margin:0px;
	padding:0px;
	border:0px;
}


body {
	font-size: 14px;
	line-height: 130%;
	scrollbar-arrow-color: #FFA500;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #ffcc00;
	scrollbar-darkshadow-color: #FFA500;
	scrollbar-highlight-color: #ffcc66;
	scrollbar-shadow-color: #FFA500;
}


#top_menu{
	width:660px;
  font-size: 14px;
}


#top_menu .menuheader{
	width:660px;
  height:23px;
  font-weight: bold;
	color:#ffffff;
	text-align: center;
  line-height: 24px;
	border-bottom: 1px solid #ffffff;
  background-color: #a70303;
}


#top_menu ul{
  list-style-type: none;
  border: 0;
  margin: 0;
  padding: 0px;
}

#top_menu ul li{
  height:24px;
	vertical-align:bottom;
}


#top_menu ul li a{
  height:24px;
	font-size:14px;
  line-height: 24px;
  color: #ff0000;
  background: url("../img/camera.gif") no-repeat 5px 6px;
  display: block;
  text-decoration: none;
  font-weight: bold;
	text-indent: 20px;
}


#top_menu ul li a:hover{
  color: #A70303;
  background-color: #ffccff;
}

#top_menu ul li .menuitem{
	width:220px;
  height:23px;
	float:left;
	text-indent: 4px;
  line-height: 24px;
	border-bottom: 1px solid #ccccff;
  background-color: #ffffff;

}




