.menu {
height:32px; 
background: url("../images/headerBack.png") repeat-x; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:17px; 
font-weight:normal;
width:100%; 
z-index:500;
margin-bottom:20px;
}

.menu .table {
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:32px; 
float:left; 
padding:0 50px 0 50px; 
text-decoration:none; 
line-height:32px; 
white-space:nowrap; 
color:#990033;
}

.menu .select a b {
font-weight:normal;
}

.menu .current a {
display:block; 
height:32px; 
float:left; 
background: url("../images/headerHL.png"); 
margin: 0 25px 0 25px;
padding:0 0 0 15px; 
text-decoration:none; 
line-height:32px; 
white-space:nowrap; 
color:#5c001f;
}


.menu .current a b {
display:block; 
padding:0 25px 0 10px; 
background:url("../images/headerHL.png") right top;
font-weight:normal;
}

.menu .select a:hover, 
.menu .select li:hover a {
background: url("../images/headerHL.png"); 
margin:0 25px 0 25px; 
padding:0 0 0 15px; 
cursor:pointer; 
color:#5c001f;
}

.menu .select a:hover b, 
.menu .select li:hover a b {
display:block; 
float:left; 
padding:0 25px 0 10px; 
background:url("../images/headerHL.png") right top; 
cursor:pointer;
}

.menu .select_sub {
display:none;
}

/* IE6 only */
.menu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.menu .subMenu {

display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.menu .select :hover .select_sub, 
.menu .current .show {
display:block; 
position:absolute; 
width:100%; 
top:32px; 
/*background:url("../images/subBG.png") repeat-x; */
background-color:#eee; 
border-bottom:solid 1px #999;
border-top:solid 1px #999;
padding:0; 
z-index:100; 
left:0; 
text-align:left;
}

.menu .current .show {
z-index:10;
}

.menu .select :hover .subMenu li a, 
.menu .current .show .subMenu li a {
display:block; 
float:left; 
background:transparent; 
padding:0 20px 0 20px; 
margin:0;
white-space:nowrap; 
border:0; 
color:#444;
font-size:12px;
font-weight:bold;
line-height:25px;
height:25px;
}

.menu .current .subMenu li.sub_show a {
color:#088; 
cursor:default; 
}

.menu .select :hover .subMenu li a:hover, 
.menu .current .subMenu li a:hover {
visibility:visible; 
color:#088; 
}
