@charset "UTF-8";
/* CSS Document */


.menu {
height:40px; 
background-color: #af5830; 
position:relative; 
font-family:"Century Gothic", sans-serif;  
font-weight: normal;
font-size:13px; 
margin:0;
width:900px; 
z-index:500;
border-top: 1px solid #80885f;
border-bottom: 1px solid #80885f;
}

.menu .bar {
display:table; 
margin:0 auto;
}

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

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

.menu .select a {
display:block; 
height:40px; 
float:left; 
padding:0 15px 0 15px; 
text-decoration:none; 
line-height:40px; 
white-space:nowrap; 
color:#fff;
font-weight: normal;

}


.menu .select a:hover, 
.menu .select li:hover a {

padding:0 0 0 15px; 
cursor:pointer; 
color:#3f383f;
font-weight: normal;
}

.menu .select a:hover span, 
.menu .select li:hover a span {
display:block; 
float:left; 
padding:0 15px 0 0px; 
 
cursor:pointer;
font-weight: normal;
}


