/* header ... menu */
#header {
width:960px;
height:112px;
background:#345;
padding-top:15px;
}

#header #top_logo {
background: url(../default_skin/logo.gif) left center no-repeat;
height:50px;
width:454px;
margin-bottom:3px;
}

#header #top_logo h1 {
display:none;
}


#menu {
position:relative;
width: 740px;
}
#menuSub {
position:absolute;
top:27px;
left:0;
width:960px;
height:27px;
padding-top:6px;
padding-bottom: 0px;
border: none 0px;
}
#menuMainList, 
#menuSubList {
margin:0;
padding:0;
}
#menuMainList li, 
#menuSubList li {
display:inline;
float:left;
list-style-type:none;
}
#menuMainList li span,
#menuSubList li span,
#menuMainList li a, 
#menuSubList li a {
display:block;
margin-left:4px;
border-style:solid solid none solid;
border-width:1px;
padding:5px 10px;
text-decoration:none;
}
#menuMainList li span {
position:relative;
z-index:1;
font-weight:bold;
padding-bottom:7px;
margin-top:0;
}

#menuMainList li a,
#menuSubList li a {
margin-top:1px;
}
#menuMainList li a {
background:#333;
color:#999;
border-color:#555 #222 #000 #555;
font-weight:bold;
}
#menuSubList li a {
font-weight:normal;
}
#menuMainList li a:hover,
#menuSubList li a:hover {
margin-top:0;
padding-bottom:6px;
}
#menuMainList li a:hover {
background:#666;
color:#ccc;
border-color:#888 #444 #000 #888;
}

#menuSub, 
#menuMainList li span, 
#help h2 { 
background:#30519c; 
color:#fff; 
border-color:#496fc7; 
} 
#menuSubList li a { 
background:#496fc7; 
color:#fff; 
border-color:#6384cf; 
} 
#menuSubList li a:hover { 
background:#6384cf; 
color:#fff; 
border-color:#849dd9; 
}

#menuSubList li span 
{
/*
background:#30519c; 
color:#fff; 
padding-bottom:6px; 
*/ 
background:#fff; 
color:#000; 
border-color:#496fc7 #496fc7 #000000 #496fc7; 
font-weight:bold;
padding-bottom:7px;
}


.infopage #header {
height:6.612em;
}

