
/* ================================================================ */ 
/* footer project menu inserted as iframe in proj sheets - active not available */ 
/* ================================================================ */


#footnavcontainer {
    position: absolute;
    left: 20px;
    top: 0;
    width: 800px;
    height: 90px;
    padding : 0;
    text-align : left;
    /* border-left: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    overflow: hidden;
    background-color: #eee;
    /* border-radius: 0px 0px 15px 15px; */
}



#footnav {
	position: absolute;
	left: 190px;
	width : 600px;
	height: 90px;
	overflow: auto;
}



div.footnav1 {
	
float : left;
	
width : 190px;
	
height: 80px;
	
border-left: 1px solid #ccc;
	

}



div.footnav2 {
	
float : left;
	
width : 190px;
	
height: 80px;
	
border-left: 1px solid #ccc;
	

}



div.footnav3 {
	
float : left;
	
width : 190px;
	
height: 80px;
	
border-left: 1px solid #ccc;
	

}



#footnav ul li {
	
list-style : none;
	
display : inline;
	

}



#footnav ul li a {
	
float : left;
	
width : 190px;
	
height : 16px;
	
margin: 0;
	
display : block;
	
text-decoration : none;
	
font : normal 11px arial, helvetica, sans-serif;
	
color : #666;
	

}



#footnav ul li a span{
	
display: block;
	
width: 170px;
	
margin-left: 15px;
	

}



#footnav ul li a:hover {
	
background-image : url("../common/right.gif");
	
background-position: left;
	
background-repeat: no-repeat;
	
color: #26466D;
	

}



#footnav ul li a:hover span {
	
cursor : pointer;
	
background-color: #999;
	

}



#footnav li a.active, #footnav1 li a.active:hover {
	
color : #2f4c9a;
	
text-decoration : none;
	
cursor : pointer;
	

}



#smallpic {
	position: absolute;
	top: 5px;
	left: 12px;
	padding : 0;
}



#smallImg {
	
height: 60px;
    
width: 60px;
    
padding: 2px;
	
background: #fff;
    
border: 1px solid #777;
	

}
