#banner {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	border-bottom: .7em solid #d0d6e1;
}
#banner .banner_right {
	float: right;
}
#banner .main {
	/*background-image: url(../images/banner.gif); 	background-repeat: no-repeat; 	background-position: right top;    margin: 0;*/
	padding-bottom: 3px;
}
#menu {
	margin: 0;
	padding: 25px 0 0 5%;
	cursor: default;
	white-space: nowrap;
}
.tab, .tab-current {
	display: inline;
	font-weight: bold;
}
.tab a {
	color: #fff;
	text-decoration: none;
}
.tab a, .tab-current a {
	padding: 2px 16px 4px 16px;
	cursor: pointer;
}
.tab-current a {
	color: #000;
	background-color: #d0d6e1;
	border-top: 1px solid #99c;
	border-right: 1px solid #99c;
}
.tab-current a {
	color: #000;
	text-decoration: none;
}
.tab a:visited {
	color: #fff;
}
.tab-current a:visited {
	color: #000;
}
.tab a:hover, .tab-current a:hover {
	text-decoration: none;
}
.tab a:hover {
	color: #fc0;
}
.tab-current a:hover {
	color: #546179;
}
