.top_logo {
}

.top_menu {
	position: absolute;
	padding: 0 0 0 0;
	width: 550px; 
	left: 267px; 
	top: 71px;
	font-family: Arial;
}

.top_menu_right {
	float: right;	
	padding-right: 10px;
	font-size: 12px;
	font-family: Arial;
	margin-top: -13px;
}

.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: 0px;
	border-left: 1px solid #676767;
	border-bottom: 1px solid #676767;
	color: black;
	/*color: #ffffff;
	background: #a2a2a2 url(/appimages/tabframe.gif) no-repeat top right;*/
	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;
	border-bottom: 1px solid #676767;
	color: #ddddd;
	/*background: white url(/appimages/tabframe.gif) no-repeat top right;*/
	outline: none;
}

.top_search {
	position: absolute;
	width: 200px; 
	left: 550px; 
	top: 25px;
}

