@charset "UTF-8";
/* CSS Document */
.footer  {
	clear:both;
        width:681px;
	/*border:1px solid #F00;*/
	text-align:center;
	color: #666666;
}

.copyright {
	margin-top:15px;
	margin-bottom:10px;
}

/* ---------------- MENU -------------------- */
.footer ul {
	clear:both;
	display:inline;
	margin: 0;
	padding: 0;
	}
	
.footer ul li {
	position: relative;
	display:inline;
	}

	
/* Style of the menu below */
.footer ul li a {
	background-color:transparent;
	display: inline;
	line-height:15px;
	padding-right: 15px;	
        list-style-type: square;

	}

.footer a {

	display: inline;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #CCCCCC;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html .footer ul li { float: left; height: 1%;}
* html .footer ul li a { height: 1%; }
/* End */

/* to end ul only */

/* HOVER STYLING */
.footer ul li a:hover {

	clear:both;
	background-color:transparent;
	display: inline;
	color: #3399FF;
  	text-decoration:underline;
	/*top: 100%;*/
	
	} /* Hover Styles */
		
.footer ul li a:hover span {
	clear:both;

	background-color:transparent;
        color: #3399FF;
        text-decoration:underline;
        top: 100%;

        } /* Hover Styles */


.footer li ul li a { 
	
	/*padding: 5px;*/
	
	} /* Sub Menu Styles */
		/* IE 7 BUG FIX USE THE BACKGROUND IMAGE SO SUBMENU DO DISAPPEAR WHEN YOU ROLL BETWEEN ONE BUTTON TO THE OTHER!!! */
.footer li:hover ul, .footer li.over ul { display: inline; background-color:#FFFFFF;} /* The magic */
/*li:hover ul { display: inline; } */


/* ---------------- MENU END -------------------- */


/* buttons colours */

.footerHighLight {
	display: inline;
	color: #FFFFFF;
	text-decoration:underline;

}

.footerGeneral {
	display: inline;
	color: #cccccc;
	text-decoration:underline;

}
	
.footerGeneral span, .footerHighLight span {color:#3399FF; text-decoration:underline;
}




/* ------------- NEW MENU SYSTEM -------------- */

