/*  file: tabs2.css
 *  author: Laura Carlson <lcarlson@d.umn.edu>
 *  version: 1
 */


body {

	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	text-align: center;
	background: #fff url("bg-main.gif") repeat left top; 
	}

h1 {
	text-align:left;
    color: #ff660f;
	}

#nav {
	background:#7FC31C;
    height:30px;
    font-size: 0.9em;
	}

#navglobal {
	margin: 0;
	padding: 8px 0 20px 10px;
	background: #7Fc31c;
	}

#navglobal li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navglobal a:link, 
#navglobal a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	padding: 0 14px 8px 14px;
	text-decoration: none;
	color: #fff;
	}

#navglobal a:link.active, 
#navglobal a:visited.active, 
#navglobal a:hover {
	color: #363636;
	}
	
#navhome  a {
	color: #363636;
	background: url("tab-rounded.gif") no-repeat bottom center;
	}
