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

ul {
	margin: 0;
	padding:0;
	list-style:none;
	width:800px;
	height:auto;
	float:left;
	background:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height: 55px;
}
ul li {
	float:left;
}
ul a {
	text-decoration:none;
	color:#FFFFFF;
}
ul a:hover {
	border-bottom-style:dotted;
	border-bottom-width:thin;
	}
ul .home {
	background-image: url(../images/nav/home.jpg);
	height:50px;
	width:120px;
	
	}
ul .about {
	background-image:url(../images/nav/orange.jpg);
	height:50px;
	width:120px;
	}
ul .services {
	background-image:url(../images/nav/pink.jpg);
	height:50px;
	width:120px;
	}
ul .portfolio {
	background-image:url(../images/nav/blue.jpg);
	height:50px;
	width:120px;
	}
ul .contact {
	background-image:url(../images/nav/green.jpg);
	height:50px;
	width:120px;
	}
