@charset "UTF-8";
/* CSS Document */

#nav ul 
{
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:300px;
}
#nav ul li 
{
	float:left;
	background:url(http://www.csswoes.com/wp-content/uploaded/images/tabstart.jpg) no-repeat;
}
#nav ul li a 
{
	float:left;
	background:url(http://www.csswoes.com/wp-content/uploaded/images/tabend.jpg) top right no-repeat;
	padding:0 20px 0 20px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	line-height:30px;
}
#nav ul li a:hover 
{
	text-decoration:underline;
}