.image-header{
    width: 100%;  
    margin: 0px auto;
    background: #fff center center;
    -moz-border-radius-topright: 7px; 
    -moz-border-radius-topleft: 7px;
    -webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
    -moz-box-shadow:0 0 20px rgba(34,80,127,0.1);
}
.menuu {
    margin:1px auto;
    background:#000 center center;
    background: url(../images/menu-bg1.JPG) center center;
    width: 100%;
    height: 33px;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.menu-content{
    
    
}
.menu-content a{
    display: inline-block;
	outline: none;
	cursor: pointer;
    color: #fff;
    height: 15px;
    background-color: #1c76a5;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
    font-weight: bold;
    
}
.menu-content a.first{
    background-color: #1c76a5;
    -moz-border-radius-topleft: 7px; 
    -moz-border-radius-bottomleft: 7px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);  
}
.menu-content a.last{
    background-color: #1c76a5;
    -moz-border-radius-topright: 7px; 
    -moz-border-radius-bottomright: 7px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);  
}
.lit{
    background-color: #1c76a5;
    -moz-border-radius-bottomleft: 7px; 
    -moz-border-radius-bottomright: 7px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);  
}
.logout{
    float: right;
    background: #1c76a5 url(../images/background-header.png) top center;
    margin: 0px 4px 0px 0px;
    -moz-border-radius:7px;
	-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
	-moz-box-shadow:0 0 20px rgba(34,80,127,0.1);  
    
}
.menu-content a:hover {
	text-decoration: none;
    background: url(../images/background-header.png) top center;
    
}
.right{
    float:right;
}
ul.menu {list-style:none; margin:0; padding:0; margin-left: 0px; display: inline-block;}
ul.menu * {margin:0; padding:0;  text-align: left; text-transform: none; display: inline-block;}
ul.menu a {display: inline-block; color:#FFF; text-decoration:none; font-size: 13px; text-transform: none;}
ul.menu li {position:relative; float:left; margin-right:0px}

ul.menu ul {position:absolute; top:33px; left:0; background:#fff; display:none; opacity:0; list-style:none;
-moz-border-radius-bottomleft: 7px; 
-moz-border-radius-bottomright: 7px;
-webkit-box-shadow:0 0 20px rgba(34,80,127,0.1);
-moz-box-shadow:0 0 20px rgba(34,80,127,0.1); }
ul.menu ul li {position:relative;border-top: none; width:230px; margin:0;    
}

ul.menu ul li a {display:block; padding:6px 5px 6px 10px; background-color:#212121;}
ul.menu ul li a:hover {background-color:#212121; color:#fff;}
ul.menu ul ul {left:148px; top:-1px}

ul.menu .menulink {padding:9px 9px 9px 9px; text-transform: none; text-align: left; background: center center; height: 15px;}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(../images/background-header.png)}
ul.menu .active {color:#fff;}

ul.menu .sub {background:#ffcc66 url(images/background-header.png) 136px 8px no-repeat; text-align: left;}
ul.menu .topline {}

