/* Navigation Stylesheet */

#nav li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	
}

	#nav li a {
		display: block;
		height: 30px;
		background-position: 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333;
		text-decoration: none;
		text-align: center;
		line-height: 30px;
	}
	
		
		#nav li a.projectshowcase {
			background: url(images/navsprites_02.jpg) no-repeat;
			width: 120px;
		}
		
		#nav li a.branding {
			background: url(images/navsprites_03.jpg) no-repeat;
			width: 75px;	
		}
		
		#nav li a.illustration {
			background: url(images/navsprites_04.jpg) no-repeat;
			width: 85px;
		}
		
		#nav li a.graphicdesign {
			background: url(images/navsprites_05.jpg) no-repeat;
			width: 108px;
		}
		
		#nav li a.websitedesign {
			background: url(images/navsprites_06.jpg) no-repeat;
			width: 109px;
		}
		
		#nav li a.photography {
			background: url(images/navsprites_07.jpg) no-repeat;
			width: 102px;
		}
		
		#nav li a.navtab2 {
			background: url(images/navover_08.jpg) no-repeat;
			width: 73px;
		}
		
		#nav li a.profile {
			background: url(images/navsprites_09.jpg) no-repeat;
			width: 51px;
		}
		
		#nav li a.services {
			background: url(images/navsprites_10.jpg) no-repeat;
			width: 65px;
		}
		
		#nav li a.awards {
			background: url(images/navsprites_11.jpg) no-repeat;
			width: 56px;
		}
		
		#nav li a.contact {
			background: url(images/navsprites_12.jpg) no-repeat;
			width: 59px;
		}
		
		#nav li a.home {
			background: url(images/navsprites_13.jpg) no-repeat;
			width: 49px;
		}
		
		#nav li a:hover, #nav li a.current {
			background-position: 0px -30px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
			line-height: 30px;
		}
