<?php
header('Content-Type: text/css;charset=utf-8');
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler");
else ob_start();
?>

.nav {

position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:10pt; 
width:740px; 
z-index:100;
margin:0;
padding:0 0 0 0;
}

.nav .table {
display:table; 
margin:0 auto;
float:left;
}

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

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

.nav .select a {
display:block; 
height:40px; 
float:left; 
font-weight:bold;
padding:0 18px 0 18px; 
text-decoration:none; 
line-height:38px; 
white-space:nowrap;
border-right: 1px solid #d0d8de;
color:#0033cc;
font-family: arial;
font-size: 13pt;
}



.nav .select a:hover, 
.nav .select li:hover a {
background: url(../images/hover.gif); 
padding:0 18px 0 18px; 
cursor:pointer; 
color:#0033cc;
height: 40px;
}

.nav .select a b{
	font-weight:bold;
	}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 18px 0 0px; 
background:url(../images/hover.gif) right top; 
cursor:pointer;
color: #ffffff;
height: 40px;
}

.nav .select_sub {
display:none;
}

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

.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
text-align: left;
float:left;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#2b3238;
float: left;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:928px; 
top:41px; 
background:url(images/back.gif); 
padding:0; 
z-index:100; 
left:0; 
text-align:left;
}

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

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#ffffff;
text-align:left;
}

.nav .current .sub li.sub_show a {
color:#2b3238; 
cursor:default;
text-align:left; 
}

.nav .select .sub li a {
	font-weight:normal;
	text-align:left;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#fae70f; 
text-align:left;
}