@charset "utf-8";
/* CSS Document */


#nav{

   list-style: none;
   padding: 0;
   margin: 0;
   width: 170px;
}

#nav span {
  display: none;
}


#nav a {

	display: block;
	text-decoration:none;
	color:#FFFFFF;

}

#menu ul{
	padding-top:20px;
	font-family: "Lithos Pro Regular","Orator Std";
	font-size:14px;
}

#nav li {

	padding:0; 
	margin:0 0 0 0;
	display: block;
	text-align:center;

}

.home {
  width:170px;
  line-height:35px;
}

.home:hover {
  background-image: url(../images/oHome.jpg);
  width:170px;
  line-height:35px;
}

#nav .about {
  width: 170px;
  height: 35px;
  background: url(images/about.gif) no-repeat;
}

#nav .rss {
  width: 170px;
  height: 35px;
  background: url(images/rss.gif) no-repeat;
}