#headerFlagDiv div.incomingLink {
    width: 330px;
}

#headerFlagDiv div.outgoingLink {
    width: 290px;
}

/* --- MENU --- */

#headerMenuDiv {
	background-image: url(../../images/headerMenuDiv_bg.jpg);
	background-repeat: repeat-x;
	height: 77px;
	background-color: #a52112;
}

#headerMenuDiv ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#headerMenuDiv li {
	padding: 0;
	margin: 0;
	float: left;
	background-image: url(../../images/headerMenuLi_bg.jpg);
	background-repeat: no-repeat;
}

#headerMenuDiv li a{
display: block;
height: 45px;
-width: 15px; /* IE6 hack*/
-white-space: nowrap; /* IE6 hack*/
font-size: 12px;
color: #fff;
text-decoration: none;
background-image: url(../../images/headerMenuLi_arrow.jpg);
background-repeat: no-repeat;
background-position: 50% 8px;
padding: 32px 22px 0 23px;
text-align: center;
}

#headerMenuDiv li a:hover{
color: #ff9e00;
background-image: url(../../images/headerMenuLi_arrowOver.jpg);
background-repeat: no-repeat;
background-position: 50% 8px;
}

#headerMenuDiv li.doubleLine a{ /* Dupla soros menupont */
padding-top: 25px;
}


#headerMenuDiv li.empty a { 
    color: #FFC5BF;
}

#headerMenuDiv li a:hover{
color: #ff9e00;
background-image: url(../../images/headerMenuLi_arrowOver.jpg);
background-repeat: no-repeat;
background-position: 50% 8px;
}

#headerMenuDiv li.doubleLine a{ /* Dupla soros menupont */
padding-top: 25px;
}

#footerDiv ul li{
	padding-left:   55px;
	padding-right:  55px;
}
