/*
   ADMIN PANEL
 */
 
#nav-main {
	float: left; 
	width: 145px; 
	text-align: left;
	font: 13px Arial; 
	display: inline;
	background: WHITE;
}

#nav-main ul {
  list-style: none;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

#nav-main li {
  display: inline;
}

#nav-main a {
  display: block;
  color: #905621;
  padding-top: 5px;
  padding-left: 10px;
  text-decoration: none;
  width: 135px;
  height: 25px;
  background-image: url(/images/left_button.png);
  background-repeat: no-repeat;
}

#nav-main a:hover {
  color: White;
  text-decoration: none;
}
