
.top_menu_nav {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: auto;
}
.top_nav {
	height:35px;
	background: url(../fe_images/top_menu/top_menua.gif) repeat-x;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:13px;
	width:950px;
	z-index:500;
	margin: auto;
}

.top_nav .table {
display:table; 
margin:0 auto;
}

.top_nav .select,
.top_nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.top_nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.top_nav .select a {
display:block; 
height:35px; 
float:left; 
background: url(../fe_images/top_menu/top_menua.gif); 
padding:0 30px 0 30px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#fff;
}

.top_nav .current a {
display:block; 
height:35px; 
float:left; 
background: url(../fe_images/top_menu/top_menu_bkg.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#fff;
}


.top_nav .current a b {
display:block; 
padding:0 30px 0 15px; 
background:url(../fe_images/top_menu/top_menu_bkg.gif) right top;
}

.top_nav .select a:hover, 
.top_nav .select li:hover a {
background: url(../fe_images/top_menu/top_menub.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#fff;
}

.top_nav .select a:hover b, 
.top_nav .select li:hover a b {
display:block; 
float:left; 
padding:0 30px 0 15px; 
background:url(../fe_images/top_menu/top_menub.gif) right top; 
cursor:pointer;
}

.top_nav .select_sub {
display:none;
}

/* IE6 only */
.top_nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:100%; 
width:0; 
height:0;
}

.top_nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.top_nav .sub_active .current_sub a, 
.top_nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

.top_nav .select :hover .select_sub, 
.top_nav .current .show {
display:block; 
position:absolute; 
width:950px; 
top:35px; 
background:url(../fe_images/top_menu/top_menu_sub_a.gif); 
padding:0; 
z-index:100; 
left:0; 
text-align:center;
}

.top_nav .current .show {
z-index:10;
}

.top_nav .select :hover .sub li a, 
.top_nav .current .show .sub li a {
	display:block;
	float:left;
	background:transparent;
	padding:0 20px 0 20px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#5985ae;
}

.top_nav .current .sub li.sub_show a {
color:#5985ae; 
cursor:default; 
background:url(../menus/back_1.gif);
}

.top_nav .select :hover .sub li a:hover, 
.top_nav .current .sub li a:hover {
visibility:visible; 
color:#088; 
background:url(../menus/back_1.gif);
}