
.top_logo {
}

.top_menu {
	position: absolute;
	padding: 0 0 0 1px;
	width: 660px; 
	left: 300px; 
	top: 71px;
	font-family: Arial;
}

.top_menu_link {
display: block;
float: left;
text-align: center;
margin: 0 -1px 0 0px;
padding: 2px 6px 2px 5px;
cursor: pointer;
font-weight: bold;
border: 0px;
border-left: 1px solid #676767;
border-bottom: 1px solid #676767;
color: #ffffff;
background: #AA7C7C url(/appimages/tabframe.gif) no-repeat top right;
outline: none;
}

.top_menu_link:hover {
background-color: #F1F6FA;
color: #676767;
outline: none;
}


.top_menu_sel {
display: block;
float: left;
text-align: center;
margin: 0 -1px 0 0px;
padding: 2px 6px 2px 5px;
cursor: default;
font-weight: bold;
border: 0px;
border-left: 1px solid #676767;
border-bottom: 1px solid #676767;
color: #B70000;
background: white url(/appimages/tabframe.gif) no-repeat top right;
outline: none;
}



.top_search {
	position: absolute;
	width: 200px; 
	left: 550px; 
	top: 25px;
}
