﻿.toptabs{
width: 100%;
overflow: hidden;
	margin: auto;
/*bottom horizontal line that runs beneath tabs*/
}

.toptabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: 18px 'comic Sans MS';
text-align:center;
list-style-type: none; width:100%;
}

.toptabs li
{
display: inline;
margin: 0; 

}

.toptabs li a
{
	width: 115px;
	height:42px;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 100px 8px 7px 8px; /*padding inside each tab*/
	border-right: 2px solid white; /*right divider between tabs*/
	border-top: 4px solid #912400;
	color: white;
	background: #912400; /*background of tabs (default state)*/
}

.toptabs li a:visited{color: white;}

.toptabs li a:hover, .toptabs li.selected a
{background: #CC3300;}


/* Individual menu items */
#home
{
	background-position: center top;
	background-color: #912400;
	background-image: url('../Images/topMenu/home.gif');
	background-repeat: no-repeat;
}
#home:hover
{
	background-color:#CC3300;
}

#keepingintouch
{
	background-position: center top;
	background-color: #912400;
	background-image: url('../Images/topMenu/keepingintouch.gif');
	background-repeat: no-repeat;
}
#keepingintouch:hover
{
	background-color:#CC3300;
}

#trips
{
	background-position: center top;
	background-color: #912400;
	background-image: url('../Images/topMenu/trips.gif');
	background-repeat: no-repeat;
}
#trips:hover
{
	background-color:#CC3300;
}

#projectinfo
{
	background-position: center top;
	background-color: #912400;
	background-image: url('../Images/topMenu/projectinfo.jpg');
	background-repeat: no-repeat;
}
#projectinfo:hover
{
	background-color:#CC3300;
}

#calendar
{
	background-position: center top;
	background-color: #912400;
	background-image: url('../Images/topMenu/calendar.gif');
	background-repeat: no-repeat;
}
#calendar:hover
{
	background-color:#CC3300;
}

#recipes
{
	background-position: center top;
	background-color: #912400;
	background-image: url('../Images/topMenu/recipies.gif');
	background-repeat: no-repeat;
}
#recipes:hover
{
	background-color:#CC3300;
}

#photos
{
	background-position: center top;
	background-color: #912400;
	background-image: url('../Images/topMenu/photos.gif');
	background-repeat: no-repeat;
}
#photos:hover
{
	background-color:#CC3300;
}