/* Header  ================= ML2 2.8  ==================== */
#header {
padding: 5px 0 0 0;
height: 70px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
text-align: left;
}

#header-name {
margin-top: 15px;
padding-left: 5px;
line-height: 25px;
font-weight: bold;
float:left
}

#header-name span {
margin-left:2px;
}

/*--Begin Menu in Header--*/
#header #headermenu {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-radius-topleft:5px; 
-khtml-border-radius-topright:5px; 
-khtml- border-radius-bottomleft:5px; 
-khtml-border-radius-bottomright:5px;
border-radius:5px;
line-height:1em;
padding:2px 1px;
position:absolute;
right:0;
text-align:center;
top:24px;
white-space:nowrap;
}

#header #headermenu {
float:right;
text-align: right;
margin: 25px 5px 0 0;
padding-right: 15px;
max-width:;
}


#header #headermenu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#header #headermenu ul {
margin: 5px;
padding: 0px 3px 0px;
}

#header #headermenu li {
display: inline;
list-style-type: none;
font-size: 13px;
margin: 0px;
padding: 0px;
}
		
#header #headermenu a{
margin: 0px;
text-decoration: none;
}
		
#header #headermenu a:hover {
text-decoration: underline;
}

#header #headermenu li a{
display: inline;
list-style-type: none;
font-size: 13px;
margin: 0px;
padding: 2px;
text-decoration: none;
/*
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-radius-topleft:5px; 
-khtml-border-radius-topright:5px; 
-khtml- border-radius-bottomleft:5px; 
-khtml-border-radius-bottomright:5px; */
border-radius:5px;
}

li.current_page_item{
font-weight:bold;
}
/*--end Menu in Header--*/


/* header Top*/
#header-top {
background:#FFFFFF url(../images/header_bg.png) repeat-x scroll 0 0;
border-bottom:2px solid #FF0000;
font-size:12px;
height:18px;
padding:10px 10px 6px;
text-align:center;
}
#header-top-body {
margin:0 auto;
text-align:left;
width:80%;
}

#header-top-logo a{
display:block;
float:right;
font-family:helvetica;
font-size:1.4em;
font-weight:normal;
letter-spacing:-1px;
margin-top:-2px;
padding:0 5px;
text-align:right;
width:100px;
}
#header-top a, #header-top a:hover {
text-decoration:none;
}
.red {
color:#D13028;
float: left; 
margin-right: 5px; 
font-weight: bold;
}
.blue {
color:#076893;
}
a.trend:hover {
text-decoration:underline;
}