@charset "UTF-8";

/* MAIN MENU */

#menu {
	float: left;
	list-style: none;
	margin:0px;
	width: 940px;
	height: 42px;
}

#menu li {
	float: left;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

#menu a {
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	height:42px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top:25px;
	text-decoration: none;
	font-weight:normal;
}


/* MENU ITEMS */

#item1 {
background: #FFFFFF url("../images/menu/button_01.gif") center top no-repeat;
}

#item2 {
background: #FFFFFF url("../images/menu/button_01.gif") center top no-repeat;
}

#item3 {
background: #FFFFFF url("../images/menu/button_01.gif") center top no-repeat;
}

#item4 {
background: #FFFFFF url("../images/menu/button_01.gif") center top no-repeat;
}

#item5 {
background: #FFFFFF url("../images/menu/button_01.gif") center top no-repeat;
}

#item6 {
background: #FFFFFF url("../images/menu/button_01.gif") center top no-repeat;
}

#item7 {
background: #FFFFFF url("../images/menu/button_01.gif") center top no-repeat;
}


/* HOVER = ACTIVE Page (each page has an id) */

#item1 a:hover, body#page1 #item1 {
	background: #FFFFFF url("../images/menu/button_01.gif") center -72px no-repeat;
}

#item2 a:hover, body#page2 #item2 {
	background: #FFFFFF url("../images/menu/button_01.gif") center -72px no-repeat;
}

#item3 a:hover, body#page3 #item3 {
	background: #FFFFFF url("../images/menu/button_01.gif") center -72px no-repeat;
}

#item4 a:hover, body#page4 #item4 {
	background: #FFFFFF url("../images/menu/button_01.gif") center -72px no-repeat;	
}

#item5 a:hover, body#page5 #item5 {
	background: #FFFFFF url("../images/menu/button_01.gif") center -72px no-repeat;
}

#item6 a:hover, body#page6 #item6 {
	background: #FFFFFF url("../images/menu/button_01.gif") center -72px no-repeat;	
}

#item7 a:hover, body#page7 #item7 {
	background: #FFFFFF url("../images/menu/button_01.gif") center -72px no-repeat;
}


