/* viennascientists.com v0.4 */

#menu {
	clear: both;
	z-index: 999;
	position: relative;
	margin: 70px auto 0 auto;
	border: 0;
	width: 800px; 
	background: transparent; 
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	list-style: none;
}



#menu li {
	clear: left;
	margin: 1px 0;
	padding: 0;
}

#menu a,
#menu span { 
	width: 150px;
	height: 32px;
	display: block; 
	margin: 0; 
	border: 0;
	padding: 0;
	text-indent: -9999px;
}

#menu-index a {background: transparent url(../img/backgrounds/menu/home.gif) top left no-repeat;}
#menu-dates a {background: transparent url(../img/backgrounds/menu/dates.gif) top left no-repeat;}
#menu-releases a {background: transparent url(../img/backgrounds/menu/releases.gif) top left no-repeat;} 
#menu-artists a {background: transparent url(../img/backgrounds/menu/artists.gif) top left no-repeat;} 
#menu-friends a {background: transparent url(../img/backgrounds/menu/friends.gif) top left no-repeat;}
#menu-guestbook a {background: transparent url(../img/backgrounds/menu/guestbook.gif) top left no-repeat;}
#menu-press a {background: transparent url(../img/backgrounds/menu/press.gif) top left no-repeat;}
#menu-contact a {background: transparent url(../img/backgrounds/menu/contact.gif) top left no-repeat;}
#menu-about a {background: transparent url(../img/backgrounds/menu/about.gif) top left no-repeat;}


body.home #menu-index span {background: transparent url(../img/backgrounds/menu/home-focus-active.gif) top left no-repeat;}
body.home #menu-index a {background: transparent url(../img/backgrounds/menu/home-focus.gif) top left no-repeat;}

body.dates #menu-dates span {background: transparent url(../img/backgrounds/menu/dates-focus-active.gif) top left no-repeat;}
body.dates #menu-dates a {background: transparent url(../img/backgrounds/menu/dates-focus.gif) top left no-repeat;}

body.releases #menu-releases span {background: transparent url(../img/backgrounds/menu/releases-focus-active.gif) top left no-repeat;}
body.releases #menu-releases a {background: transparent url(../img/backgrounds/menu/releases-focus.gif) top left no-repeat;}

body.artists #menu-artists span {background: transparent url(../img/backgrounds/menu/artists-focus-active.gif) top left no-repeat;}
body.artists #menu-artists a {background: transparent url(../img/backgrounds/menu/artists-focus.gif) top left no-repeat;}

body.friends #menu-friends span {background: transparent url(../img/backgrounds/menu/friends-focus-active.gif) top left no-repeat;}
body.friends #menu-friends a {background: transparent url(../img/backgrounds/menu/friends-focus.gif) top left no-repeat;}

body.guestbook #menu-guestbook span {background: transparent url(../img/backgrounds/menu/guestbook-focus-active.gif) top left no-repeat;}
body.guestbook #menu-guestbook a {background: transparent url(../img/backgrounds/menu/guestbook-focus.gif) top left no-repeat;}

body.press #menu-press span {background: transparent url(../img/backgrounds/menu/press-focus-active.gif) top left no-repeat;}
body.press #menu-press a {background: transparent url(../img/backgrounds/menu/press-focus.gif) top left no-repeat;}

body.contact #menu-contact span {background: transparent url(../img/backgrounds/menu/contact-focus-active.gif) top left no-repeat;}
body.contact #menu-contact a {background: transparent url(../img/backgrounds/menu/contacts.gif) top left no-repeat;}

body.about #menu-about span {background: transparent url(../img/backgrounds/menu/about-focus-active.gif) top left no-repeat;}
body.about #menu-about a {background: transparent url(../img/backgrounds/menu/about.gif) top left no-repeat;}

#menu li {
	clear: left;
}

