#header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 760px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 3px;
	font-weight: bold;
	background-image: url('../images/menu-bg.jpg');
	background-repeat:  repeat-x;
	border-bottom: 1px solid #eeeeee;
}
#menu ul {
	margin: 0;
	padding: 0;
	background-image: url('../images/menu-bg.jpg');
	background-repeat:  repeat-x;
}
#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;
	background-image: url('../images/menu-bg.jpg');
	background-repeat:  repeat-x;
}
#menu b{
	color: #FF3333;
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
	}
#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: 26px;
	padding-bottom: 0;
	padding-left: 26px;
}

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;
}


