#menu{
	margin-top: 5px;
}
#menu .menu{
	height: 40px;
	width: 941px;
	background-repeat: no-repeat;
	background-image: url("../gfx/menu_bg.png");
}
#menu .header{
	height: 183px;
	width: 941px;
	position:relative;
	overflow:hidden;
	
}
#menu .header img{
	border: none;
}


#menu .menu .link{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	width: 120px;
	text-align: center;
	height: 41px;
	vertical-align : middle;
	display : table-cell;
}
#menu .menu .linkExtra{
	color: yellow;
}
#menu .menu .linkExtra2{
	color: yellow;
	font-size: 14px;
}
#menu .menu .link:hover{
	background-image: url("../gfx/menu_bg_hover_3.png");
	background-repeat: no-repeat;
}
#menu .menu .links{
	float: left;
}
.menu2{
	margin-top: 22px;
        margin-bottom: 30px;
	text-align: right;
	color: #777777;
}


.menu2 a{
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
       
}
.menu2 a:hover{
	text-decoration: underline;
	color: #444444;
}