@charset "utf-8";
/* Base styles, basic formatting on the LIST container */
#navigation_wrapper {
		height: 28px;
		margin-left: 219px;
		margin-top: 40px;
}
#navigation_wrapper ul {	list-style: none; margin: 0; padding: 0;}
#navigation_wrapper ul li { 	display: inline; }

#nav_left_corner {
		display: block;
		width: 25px;
		height: 28px;
		float: left;
}

/* Default style for each link */
#navigation_wrapper ul li a {
		display: block;
		float: left;
		color: #FFFFFF;
		font-family: 'Goudy Old Style', serif;
		text-transform: uppercase;
		line-height: 28px;
		padding-right: 20px;
		padding-left: 10px;
		background: url(../img/navbar_bg.png) repeat-x top;

}


/* Rollover States, defines the position of the background image  */
#navigation_wrapper ul li a:hover {
		color: #FFFFFF;
		text-decoration: underline overline;
}
#navigation_wrapper ul li a:active {  }
#navigation_wrapper ul li a:focus {	  }
