/* CSS Style for Horizontal Menu */	
#hor {
	list-style:none;
	padding:0px;
	margin-left:55px;
margin-top:-16px;	
}

	#hor li {
		float:left;
		margin-left: 30px;
	}

	#hor a {
		display:block;
		height: 18px;
		text-indent:-999em;
	}
			
	#hor a.home {
		width:37px; 
		background:url('../images/nav/vHome.png') no-repeat 0 0;	
	}

	#hor a.about {
		width:39px; 
		background:url('../images/nav/vAbout.png') no-repeat 0 0;	
	}
			
	#hor a.webdesign {
		width:77px; 
		background:url('../images/nav/vWebdesign.png') no-repeat 0 0;	
	}
	#hor a.graphicdesign {
		width:101px; 
		background:url('../images/nav/vGraphicdesign.png') no-repeat 0 0;	
	}
	#hor a.videoediting {
		width:88px; 
		background:url('../images/nav/vVideoediting.png') no-repeat 0 0;	
	}
	#hor a.resume {
		width:52px; 
		background:url('../images/nav/vResume.png') no-repeat 0 0;	
	}
	#hor a.contact {
		width:52px; 
		background:url('../images/nav/vContact.png') no-repeat 0 0;	
	}

	