
.top_logo {
}

.top_menu {
	position: absolute;
	padding: 0;
	width: 600px; 
	left: 267px; 
	top: 71px;
	font-family: Arial;
	border-bottom: 1px solid #676767;
}

.top_menu_right {
	float: right;
	padding: 0;
	margin: -17px 0 0 0;
	font-family: Arial;
	height: 21px;
	width: 147px;
	overflow: hidden;
	display: block;
	/*border: 1px solid;*/
}

.top_menu_link {
	display: block;
	float: left;
	text-align: center;
	margin: 0 -1px 0 0px;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	border-left: 1px solid #676767;
	color: black;
	outline: none;
}

.top_menu_link:hover {
	/*background-color: #F1F6FA;
	color: #676767;*/
	color: black;
	font-weight: normal;
	outline: none;
}

.top_menu_sel {
	display: block;
	float: left;
	text-align: center;
	margin: 0 -1px 0 0px;
	padding: 2px 10px 2px 10px;
	cursor: default;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
	border: 0px;
	border-left: 1px solid #676767;
	color: #ddddd;
	outline: none;
}

.top_search {
	position: absolute;
	width: 200px; 
	left: 550px; 
	top: 25px;
}

