@charset "utf-8";
ul  {
	list-style: none;
	padding: 0px;
	width: 266px;
}
ul li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
ul li.flickr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-image: url(../images/flickr.gif);
	background-repeat: no-repeat;
	background-position: 220px;
	
}
ul li.flickr:hover {
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../images/flickr.gif);
	background-repeat: no-repeat;
	background-position: 220px;
	background-color: #1b1b1b;
}
ul li.blog {
	background-image: url(../images/bloguer.gif);
	background-repeat: no-repeat;
	background-position: 220px;
	
}
ul li.blog:hover {
	background-image: url(../images/bloguer.gif);
	background-repeat: no-repeat;
	background-position: 220px;
	background-color: #1b1b1b;
}
ul li.twitter {
	background-image: url(../images/twitter.gif);
	background-repeat: no-repeat;
	background-position: 220px;
}
ul li.twitter:hover {
	background-image: url(../images/twitter.gif);
	background-repeat: no-repeat;
	background-position: 220px;
	background-color: #1b1b1b;
}
ul li.orkut {
	background-image: url(../images/orkut.gif);
	background-repeat: no-repeat;
	background-position: 220px;
}
ul li.orkut:hover {
	background-image: url(../images/orkut.gif);
	background-repeat: no-repeat;
	background-position: 220px;
	background-color: #1b1b1b;
}
ul li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	display: block;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 23px;
}
ul li a:hover {
	color: #ca4100;
}
