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


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



#foundernav {
	
position: absolute;
	
left: 190px;
	
width : 600px;
	
height: 30px;
	
overflow: auto;
}



div.foundernav1 {
	
float : left;
	
width : 190px;
	
height: 16px;
	
border-left: 1px solid #777;
	

}



div.foundernav2 {
	
float : left;
	
width : 190px;
	
height: 16px;
	
border-left: 1px solid #777;
	

}



div.foundernav3 {
	
float : left;
	
width : 190px;
	
height: 16px;
	
border-left: 1px solid #777;
	

}



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

}



#foundernav ul li a {
	
float : left;
	
width : 190px;
	
height: 15px;
	
margin: 0;
	
display : block;
	
text-decoration : none;
	
font: bold 12px tahoma, arial, sans-serif;
	
color : #666;
}



#foundernav ul li a span{
	
display: block;
	
width: 170px;
	
margin-left: 5px;
}



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

}



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

}



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

}



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



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

}
