
#nav_container_welcome, #nav_container_courses, #nav_container_products, #nav_container_contact{
	margin:0;
	padding:0;
	height: 35px;
	}
	
#nav_container_welcome{
	background-image: url(../images/background_nav_welcome.jpg);
	}

#nav_container_courses{
	background-image: url(../images/background_nav_main.jpg);
	}
	
#nav_container_products{
	background-image: url(../images/background_nav_main.jpg);
	}
	
#nav_container_contact{
	background-image: url(../images/background_nav_main.jpg);
	}		


ul#navlist{
	margin: 0 0 0 10px;
	padding: 8px 0 0 0;
	white-space: nowrap;
	line-height: 18px;
	}

#navlist li{
 	padding:0;
 	margin:0;
 	display: inline;
 	list-style-type: none;
 	}

 #navlist a{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight:bold;
 	
	padding: 5px 10px 7px 8px;
 	margin:0;
 	}

 #navlist a:link, #navlist a:visited{
 	color: #241a00;
	text-decoration: none;
	
	 }

 #navlist a:hover{
 	color: #592C15;
 	text-decoration: none;
 	background-image: url(../images/divot.gif);
 	background-repeat: no-repeat;
	background-position: bottom;
 	}

 #navlist #current {
 	color: #592C15;
 	text-decoration: none;
 	background-image: url(../images/divot.gif);
 	background-repeat: no-repeat;
 	background-position: bottom;
 	}
	
	a:link {
 	color: brown;
	text-decoration: none;
	 }
