div.header_inner {
	/*background-image: url(../images/header/shadow.png);*/
	width: 960px;
	height: 194px;
	position: relative;
	margin: 0 auto;
}
div.header_inner h1 {
    position: absolute; 
    bottom: 12px;    
    font-weight: normal;
    font-size: 1.3em;
    color: #222e78;
}
.header {
	background: url(/images/header/header_bg2.png) repeat-x;		
}
.header img {
	border: none;	
}
#logo {
	height:110px;
	left:0;
	position:absolute;
	top:17px;
	width:285px;
}
.header .logout, .header .login {
	/*height: 17px;
	width: 48px;*/
	position: absolute;
	right: 0;
	top: 18px;	
}
.search_container {
    position: absolute;
    right: 0;
    top: 68px;
   
    text-align: right;
    width: 345px;
}
.search_container input#search {
    float: left;
    border: 3px solid #4d6cca;
    color: #353535;
    font-size: 0.9em;
    width: 264px;
    _width: 280px;
    padding: 6px 8px;
    margin-right: 5px; 
    _height: 35px;  
}
.top_nav ul {
    position: absolute;
    top: 120px;
    /*left: 475px;*/
    right: 0px;
}
.top_nav ul li {
    list-style-type: none;
    float: left;
    padding-left: 8px;
    position: relative;
}   
.top_nav ul li img {
 border: none;
}
.top_nav ul li .nav_dropdown {
    background: #1c2660;
    position: absolute;
    width: 325px;
    padding: 0 15px 15px;
    z-index: 9999;
    right: 0;
    top: 40px;
}
.top_nav ul li .nav_dropdown ul {
    position: relative;
    top: 0;
}    
.top_nav ul li .nav_dropdown ul li {
    border-bottom: 1px solid #eead1b;
    padding: 15px 0 15px;
}
.top_nav ul li .nav_dropdown ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
}
