body {
	margin: 0;
	padding: 0;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/menu-bg.jpg) 0 0 repeat-x;
	width: 776px;
	height: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 3px;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
}

#menu a {
	color: #FFFFFF;
	}
#menu a:hover {
	background-color: #666666;
}
#menu a:link,
#menu a:visited {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0;
	padding-right: 37px;
	padding-bottom: 0;
	padding-left: 37px;
}

div#menu .active_menu a:link,
div#menu .active_menu a:visited,
div#menu li.active a:link,
div#menu li.active a:visited {
	color: #000000;
}


