/*Menu*/

#backgroundMenu{
	position: absolute;
	top: 180px;
	width: 980px;
	height: 50px;
	background: white url(../_img/_layout/main_menu.gif) right top no-repeat;
}
#position_menuTable
{
	margin-left: 30px;
	margin-top: 10px;
}

.menu_f {
	margin: 5px 30px 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: 15px;
    
    }
.menu_f a:visited, .menu_f a:active
{
    color: black; 
	font-weight: bold;
    font-size: 15px;
	text-decoration: none;
    }
.menu_f a:hover
{
    color: white;
    }

