/* CSS Document */

#nav { margin:0; margin-top: 10px; padding:0; margin-bottom: 50px;
}
#nav li {list-style: none; margin: 0; width: 110px;
         line-height: 31px; background-image: url(../images/buttonleft1.gif);
		 background-repeat: no-repeat; 
}
#nav a {
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	width: 108px;
	height: 30;
		
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none}
 /* End IE5-Mac hack */	
#nav a:hover {background-image: url(../images/buttonleft2.gif); background-repeat: no-repeat;
}
#nav li:hover, #nav li:hover a {background-image: url(../images/buttonleft2.gif); background-repeat: no-repeat;
}
#nav #current, #nav #current a {background-image: url(../images/buttonleft3.gif); background-repeat: no-repeat;
}


