/*div.header_top_bar {
    background: none repeat scroll 0 0 #586970;
    color: #CCCCCC;
    line-height: 14px;
    padding: 0;
    text-align: center;
    width: 100%;
}*/
div.header_top_bar {
    background: none repeat scroll 0 0 #00477D;
    color: #EEF5AA ;
    line-height: 14px;
    font-size: 20px;
    font-weight: bold;
    font-family:arial;
    padding: 0;
    text-align: center;
    width: 100%;
}
div.content-wrapper {
    display: inline-block;
    /*min-width: 980px;*/
    width: 98%;
}
div.header_top_bar div.content-wrapper {
    padding: 8px;
    width: 98%;
}
div.header_top_bar div.content-wrapper div.left {
    float: left;
    font-weight: bold;
    text-align: left;
}
div.header_top_bar div.content-wrapper div.right {
    float: right;
    text-align: right;
    font-size: 12px;    
}
div.header_top_bar div.content-wrapper div.right a {
    color: #ffffff ;
}
div.header_top_bar div.content-wrapper div.right a:hover {
    text-decoration: none;
}

#navigation_tabs {
    background: #00477D;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, #6666CC), color-stop(0.7, #4f81bd))
    background: -moz-linear-gradient(center bottom , #EF690E 0%, #F87E22 90%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #04438e;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    height: 34px;
    /*min-width: 980px;*/
    text-align: center;
    width: 100%;
}
#navigation_tabs div.content-wrapper {
    margin-top: 0;
    padding-top: 0;
}
#navigation_tabs ul {
    list-style: none outside none;
    margin: 0;
    /*overflow: hidden;*/
    padding-left: 0;
    padding-top: 6px;
}
#navigation_tabs ul li {
    float: left;
    height: 29px;
    margin-right: 5px;
}
#navigation_tabs ul li a.current {
    background: #F3F3F3 !important; 
    border: 1px solid #04438e; 
    color: #333 !important; 
    height: 29px; 
    text-shadow: none; 
    -webkit-background-clip: padding; 
    -moz-background-clip: padding; 
    background-clip: padding; 
}
#navigation_tabs ul li a {
    background: #FFFF00; 
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, #FF9900), color-stop(0.7, #FFFF00)); 
    background: -moz-linear-gradient(center bottom, #FFFF00 0%, #FFFF00 70%) repeat scroll 0 0; 
    border-color: #333333; 
    border-style: solid; 
    border-width: 1px 1px 0; 
    display: block; 
    color: black; 
    font-size: 12px; 
    font-weight: bold; 
    height: 27px; 
    line-height: 27px; 
    padding: 0 14px; 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); 
    -webkit-box-shadow: 0 0 5px #333333,0 1px 0 rgba(255,255,255,0.1) inset; 
    -moz-box-shadow: 0 0 5px #333333,0 1px 0 rgba(255,255,255,0.1) inset; 
    box-shadow: 0 0 5px #333333,0 1px 0 rgba(255,255,255,0.1) inset; 
    -moz-border-radius: 6px 6px 0 0; 
    -webkit-border-radius: 6px 6px 0 0; 
    -o-border-radius: 6px 6px 0 0; 
    -ms-border-radius: 6px 6px 0 0; 
    -khtml-border-radius: 6px 6px 0 0; 
    border-radius: 6px 6px 0 0; 
    text-decoration:none;
}
#navigation_tabs ul li.dashboard a span {
    background: url("images/dashboard.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    margin-top: 2px;
    text-indent: -5000px;
    width: 28px;
}
#sub_nav {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    font-size: 11px;
    line-height: 13px;
    min-width: 980px;
    padding: 3px 0 0;
    width: 100%;
    float: left;
    /*margin-bottom: 20px;*/
}
#sub_nav .content-wrapper {
    margin-bottom: -1px;
}
#sub_nav ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding-left: 4px;
}
#sub_nav ul li {
    float: left;
    font-weight: bold;
    margin-right: 30px;
}
#sub_nav ul li a {
    color: #AAAAAA;
    display: block;
    padding: 8px 0 12px;
    text-decoration: none;
}
#sub_nav ul li a:hover {
    color: #333333;
}
#sub_nav ul li a.current {
    /*background: url("images/subnav-current.gif") no-repeat scroll center bottom transparent;*/
    color: #333333;
}