@import url(/css/index-v1.css);
@import url(/css/v2/molleur-nav.css);


/*** NEW MENU ***/


div#menu {
 clear: both;
 display: block;
 width: 100%;
 margin: 2px 0px 2px 0px;
 height: 24px;
 overflow: visible;
 }
div#menu {
 background-image: url(/images/v2/background-menu.gif);
 background-repeat: repeat-x;
 background-position: 0px 0px;
 background-color: white;
 } 
 
div#nav {
 background-color: transparent; 
 overflow: visible;
 }
div#nav a:link, div#nav a:visited {
 border-right: 2px solid #CCD5D9;
 border-bottom: 0px;
 background-color: transparent; 
 color: black;
}		
div#nav a:hover, div#nav a:active, div#nav a.current {
 background-color: #DDB628;
 background-image: url(/images/v2/background-headerNav_over.gif);
 background-repeat: repeat-x;
 background-position: 0px 0px;
}		


/*****************************
FOOTER 
*****************************/
div#footer {
 clear: both;
 padding: 10px 0 0 0px;
 text-align: center;
 font-size: .8em;
}

 
div#footer {
 color: #696969;
 background-color: #F6F2E7;
 border-top: 1px solid gray;
 }
div#footer ul {
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 background-color: #CBD5D7;
}
div#footer li a:link, div#footer li a:visited {
 background-color: transparent; 
 border-right: 1px solid #666666;
 border-bottom: 0px;
 color: #333333;
}

