div#menu{
	width:1010px;
	height:40px;
	margin: 0 auto;
}

ul#main_menu{
	list-style:none;
	font-size:12px;
	text-align:center;
	margin:5px 0 0 25px;
	}
	
li.menu{
	width:95px;
	height: 30px;
	float:left;
	font-size:12px;
	}
	
li.menu a{
	display:block;
	width:100%;
	height:25px;
	padding:5px 0px 0px 0px;
	text-decoration:none;
	color:olive;
	background: url(image/menu_back_img.gif) no-repeat;
	background-position: -95px 0;
	}
	
li.menu A:VISITED{
	color:gray;
	text-decoration:none;}

li.menu a:hover{
	color:gray;
	background-position: 0-30px;

}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap{
padding-left: 10px;
padding-top: 5px;
border-bottom: solid 1px #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
font-size: 90%;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: #556b2f;
background: transparent url(image/righttabdefault3.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: #006400;
}

.ddoverlap li a:hover{
text-decoration: none;
}

.ddoverlap li.selected a{
color: #556b2f;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(image/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

.ddoverlap{
/height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}

