/* CSS Document */
	
	#navcontainer {
	height: 30px;
	width: 400px;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 0 120px 75px 0;
	font-family: Georgia,Times,serif;
	font-weight: bold ;
	}
	
	ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline;
	}
		
	#navlist li {
	height: 40px;
	display: inline;
	list-style-type: none;
	}
		
	#navlist a {
	padding: 0 10px 16px 10px;
	font-size: 16px;
	background: url(../images/nav-bg-off.gif) no-repeat;
	}
		
	#navlist a:link, #navlist a:visited {
	color: #330000;
	text-decoration: none;
	}
		
	#navlist a:hover {
	background: url(../images/nav-bg.gif) no-repeat;
	color: #333;
	}