<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######### CSS for top level tabs ######### */

#top_bt{
	float:left;
	width:100%;
	text-align:right;
}

.top_bt_style ul{
overflow: hidden;
width: auto;
margin: 0;
padding:0px 10px 0px 0px;
list-style-type: none;
}

.top_bt_style li{
float: right;
}

.top_bt_style a{
display: block;
margin-right: 1px;
font: bold 13px Arial;
}

.top_bt_style a:hover, .top_bt_style a.selected{
color: white;
}

/* ######### CSS for sub menu container below ######### */

.top_bt_list_style{
clear: left;
height: 24px;
padding: 5px 10px 0px 0px;
background:#efefef;
}

.top_bt_list_style ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.top_bt_list_style li{
float: right;
margin-right: 1em;
}

.top_menu_link{
	color:#333;
}

a.top_menu_link:hover{
	color: #060;
	text-decoration:underline;
}</pre></body></html>