#search_holder {
	margin: 10px auto;
	padding: 0;
	width: 760px;
}

#tab_holder {
	position: relative;
	z-index: 2;
}

#tab_holder ul {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #96989b;
}

#tab_holder ul li {
	display: inline;
	list-style-type: none;
	line-height: 24px;
}

#tab_holder ul li a {
	margin: -5px -5px -1px 0;
	padding: 0;
	width: 110px;
	height: 24px;
	background: url('../images/sr_tabs.jpg') 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #4a4d50;
	text-decoration: none;
	border: 1px solid #96989b;
	border-bottom: none;
	display: inline-block;
}

#tab_holder ul li a:hover.web {
	background: url('../images/sr_tabs.jpg') 0 -28px no-repeat;
	color: #416693;
	background-color: #a7ccf9;
}

#tab_holder ul li a:hover.meta {
	background: url('../images/sr_tabs.jpg') 0 -56px no-repeat;
	color: #5d4c6c;
	background-color: #c8b8d6;
}

#tab_holder ul li a:hover.article {
	background: url('../images/sr_tabs.jpg') 0 -84px no-repeat;
	color: #487448;
	background-color: #a3e1a3;
}

#tab_holder ul li a:hover.blog {
	background: url('../images/sr_tabs.jpg') 0 -112px no-repeat;
	color: #b7662b;
	background-color: #f6ac76;
}

#tab_holder ul li a:hover.news {
	background: url('../images/sr_tabs.jpg') 0 -140px no-repeat;
	color: #9d2a40;
	background-color: #fb6682;
}

#tab_holder ul li a.current_web {
	background: url('../images/sr_tabs.jpg') 0 -28px no-repeat;
	border-bottom: 1px solid #a7ccf9;
	color: #416693;
	cursor: text;
}

#tab_holder ul li a.current_meta {
	background: url('../images/sr_tabs.jpg') 0 -56px no-repeat;
	border-bottom: 1px solid #c8b8d6;
	color: #5d4c6c;
	cursor: text;
}

#tab_holder ul li a.current_article {
	background: url('../images/sr_tabs.jpg') 0 -84px no-repeat;
	border-bottom: 1px solid #a3e1a3;
	color: #487448;
	cursor: text;
}

#tab_holder ul li a.current_blog {
	background: url('../images/sr_tabs.jpg') 0 -112px no-repeat;
	border-bottom: 1px solid #f6ac76;
	color: #b7662b;
	cursor: text;
}

#tab_holder ul li a.current_news {
	background: url('../images/sr_tabs.jpg') 0 -140px no-repeat;
	border-bottom: 1px solid #fb6682;
	color: #9d2a40;
	cursor: text;
}

#web_search {
	position: relative;
	z-index: 1;
	width: 758px;
	height: 68px;
	border: 1px solid #96989b;
	margin-top: -1px;
}

#web_search form {
	margin: 22px auto;
	padding: 0;
	width: 470px;
	height: 26px;
}

#web_search input.search_box {
	border: none;
	background: #fefefe url(../images/sr_search_box2.jpg) no-repeat;
	width: 310px;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 5px;
	font-size: 13px;
	vertical-align: middle;
}

#web_search input.search_btn {
	border: none;
	background: url(../images/sr_search_btn2.jpg) no-repeat;
	width: 126px;
	height: 26px;
	margin: 0 0 0 -9px;
	padding: 0 0 2px 0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a4d50;
}
.web {
	background-color: #a7ccf9;
}

.meta {
	background-color: #c8b8d6;
}

.article {
	background-color: #a3e1a3;
}

.blog {
	background-color: #f6ac76;
}

.news {
	background-color: #fb6682;
}