
#navbody{

	position:absolute;
	top:119px;
	left:220px;
	width:720px;
	background-color:#043882;
	
}

.navibox{
	
	float:left;
	width:142px;
	height:18px;
	overflow:hidden;
	font-size:0.7em;
	line-height:1.4em;
	padding-left:2px;
}


.navibox:hover{
	height:100%;
	overflow:visible;
	width:142px;
	height:18px;
	font-size:0.7em;
	line-height:1.4em;
	padding-left:2px;
}
.navibox a{
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}
.navibox ul{
	
 	color:#FFF;
 	background-color:#043882;
 	width:160px;
 	list-style-type:none;
 	float:left;
 	text-align: left;
 	opacity:0.8;
}
.navibox ul li {

}

.navibox ul li a{
	font-weight: normal;
	color:#fff;
	border-bottom:1px solid #fff;
	background-color:#043882;
	display:block;
	margin:2px 0px;
	padding-left:5px;
        text-decoration: none;
        opacity:0.8;
        line-height:1.2em;
}

.navibox ul li a:hover{
	background-color:#fff;
	border-bottom:1px solid #fff;
	opacity:0.95;
	display:block;
	margin:2px 0px;
	padding-left:5px;
        text-decoration: none;
        line-height:1.2em;
    color:#043882;

}



#navilist2 li{
    float:left;
    width:200px;
    margin-right:3px;
}

#navilist5 {
	width:200px;
}

#navilist1 {
	width:200px;
}

#navilist3 {
	width:200px;
}

#navilist4 {
	width:200px;
}

#navbox1 {
	background-color:#043882;
	width:122px;
}

#navbox2 {
    background-color:#043882;
    width:100px;
}

#navbox3 {
    background-color:#043882;
    width:160px;
}
#navbox4 {
    background-color:#043882;
    width:120px;
}
#navbox5 {
    background-color:#043882;
    width:190px;
}


