/*Menu*/

#backgroundMenu{
	width: 980px;
	height: 45px;
	background-color: #e46a1c;
}

.menu_f {
	margin: 8px auto 0 auto;
	color: black;
	font-family: Tahoma, Arial;
	text-align: center;
	text-decoration: none;
}

.menu_f li{
	list-style-type: none;
	text-decoration: none;
}

.menu_f a:link
{
    color: black;
    text-decoration: none;
	font-weight: bold;
    font-size: 14px;    
    }
    
.menu_f a:visited, .menu_f a:active
{
    color: black; 
	font-weight: bold;
    font-size: 14px;
	text-decoration: none;
    }
.menu_f a:hover
{
    color: white;
	text-decoration: underline;
    }
