/* Menu Styling */
#menu {
	float:left;
	display:inline;
	width:120px;
	margin:0; 
	position:relative;
	top: 130px;
}
#nav {
	float:left;
	background:url(images/nav_sprite.png)  -114px 0 no-repeat;
	height:157px;
	width:111px;
	margin:0;
	padding:0;
}

#nav li {
	list-style-type:none;
}
#nav a {
	margin:3px 0 8px 0;
	padding:0;
	height:25px;
	width:111px;
	list-style-type:none;
	display:block;
}
#nav ul {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
}
#home a:hover, body#index #home.current {
	background:url(images/nav_sprite.png) 0 -3px no-repeat;
}

#about a:hover, body#aboutPage #about.current {
	background:url(images/nav_sprite.png) 0 -36px no-repeat;
}

#nominate a:hover, body#nominatePage #nominate.current {
	background:url(images/nav_sprite.png) 0 -69px no-repeat;
}


#articles a:hover, body#articlePage #articles.current  {
	background:url(images/nav_sprite.png) 0 -102px no-repeat;
}

#contact a:hover, body#contactPage #contact.current {
	background:url(images/nav_sprite.png) 0 -135px no-repeat;
}
/* End of Menu Styling */