
A:link    { color: #606060; Text-Decoration: none ; }
A:visited { color: #606060; Text-Decoration: none; }
A:active  { color: #606060; Text-Decoration: none; }
A:hover   { color: #606060; Text-Decoration: none; }



body
{
margin-left:0;
margin-right:0;
margin-top:0px;
margin-bottom:0px;
}


ul, li
{
margin: 0;
padding: 0;
top:0px;
outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul
{
list-style: none;
}

#wrap
{
  margin:40px;
}



#nav{
  margin:0;
  padding:0;
  list-style:none;
}
 
#nav li{
  float:left;
  width:36px;
  height:36px;
  margin:0;
  overflow:hidden;
}



#nav li a{
  display:block;
  height:36px;
  background:url(sprites.png) no-repeat;
  text-indent:-9999px;
}


#nav .rss a {
  background-position:0 0;
}
 
#nav .rss a:hover {
  background-position:0 -36px;
}
 
#nav .facebook a {
  background-position:-140px 0;
}
 
#nav .facebook a:hover {
  background-position:-140px -36px;
}
 
#nav .twitter a {
  background-position:-280px 0;
}
 
#nav .twitter a:hover {
  background-position:-280px -36px;
}
 
#nav .digg a {
  background-position:-420px 0;
}
 
#nav .digg a:hover {
  background-position:-420px -36px;
}
 
#nav .delicious a {
  background-position:-560px 0;
}
 
#nav .delicious a:hove r{
  background-position:-560px -36px;
}

