/* ----------------------------------------------- 
normal menu 
--------------------------------------------------*/

<!--[if IE]>
#menu ul,#menu ul li a{ height: 1%}
<![endif]-->

#menu {
	width: 140px;
	margin-top: 0px;
	padding: 0;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0;
	background: #E8F3FA;
	color: #000000;
	font-weight: bold;
}
#menu a:hover {
	color: #006BB6;
	background:  #D9EDFA;
	text-decoration: none;
}


<!--[if IE]>
#menuTransabal ul,#menuTransabal ul li a{ height: 1%}
<![endif]-->

#menuTransabal {
	width: 140px;
	margin-top: 0px;
	padding: 0;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
#menuTransabal a {
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0;
	background: #fcecdc;
	color: #000000;
	font-weight: bold;
}
#menuTransabal a:hover {
	color: #ffffff;
	background:  #e3cba0;
	text-decoration: none;
}

<!--[if IE]>
#menuVolta ul,#menuVolta ul li a{ height: 1%}
<![endif]-->

#menuVolta {
	width: 140px;
	margin-top: 0px;
	padding: 0;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
#menuVolta a {
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0;
	background: #ecf5ed;
	color: #000000;
	font-weight: bold;
}
#menuVolta a:hover {
	color: #ffffff;
	background:  #acd5ba;
	text-decoration: none;
}

/* ----------------------------------------------- 
language menu 
--------------------------------------------------*/

#languageSelector a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#languageSelector a:hover {
	color: #006BB6 !important;
	color: #006BB6;
	background:  #D9EDFA;
	font-weight: bold;
	text-decoration: none;
}

#languageSelectorTransabal a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#languageSelectorTransabal a:hover {
	color: #b8946c !important;
	color: #b8946c;
	background:  #fcecdc;
	font-weight: bold;
	text-decoration: none;
}

#languageSelectorVolta a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#languageSelectorVolta a:hover {
	color: #acd5ba !important;
	color: #acd5ba;
	background:  #eef6ee;
	font-weight: bold;
	text-decoration: none;
}