#MENUTOP {
   font-family:  Helvetica, Arial, sans-serif;
}

#MENUTOP ul {
  padding:0;
  margin:0;
	list-style-type: none;
}

#MENUTOP ul li {
  float:left;
  margin:0; 
  padding:0;
}

/*Speziell für Cambio de Moneda*/
#MENUTOP2 {
   font-family:  Helvetica, Arial, sans-serif;
}
#MENUTOP2 ul {
  padding-top:0;
  margin-Top:0;
	list-style-type: none;
}
#MENUTOP2 ul li {
  float:left;
}




/*Linke Navigation*/

.MENULEFT {
   font-family:  Helvetica, Arial, sans-serif;
}

.MENULEFT ul {
  padding:0;
  margin:10px 0 0 0;
	list-style-type: none;
}

.MENULEFT ul li {
  margin-left:8px;
}

.MENULEFT ul li a:active, .MENULEFT ul li a:hover.active, .MENULEFT ul li a:visited.active{
  color:           #FE860D;
  font-size:       10px; 
  font-weight:     bold; 
  vertical-align:top;
  text-decoration: none; 
}

.MENULEFT ul li a:link, .MENULEFT ul li a:visited {
  display:         block;
  width:           140px;
  font-size:       10px;
  color:           #003366;
  font-weight:     bold; 
  vertical-align:top;
  text-decoration: none;
  padding:5px 0 5px 0;
}

.MENULEFT ul li a:hover {
  display:         block;
  width:           140px;
  font-size:       10px;
  color:           #000000;
  font-weight:     bold; 
  vertical-align:top;  
  text-decoration: none;
   padding:5px 0 5px 0;
}




/*
 .rednav {
	padding-left:		0;
	margin:				0;
	width:				100%;
	height:				18px;
	font-size:			10px;
}

.rednav li { 
	border-right:		1px solid #ffffff;
	list-style-type:	none;
	display:			inline;
	float:				left;
	height:				18px;
}

.rednav li a {
	padding:			2px 5px 2px 5px;
	font-style:			normal;
	color:				#ffffff;
	text-decoration:	none;
	display:			block;
	font-size:			11px;
}

.rednav li ul {
	border:				black solid 1px;
	border-width:		0px 1px 1px;
	text-align:			left;
}
.rednav ul ul {
	border-width:		1px;
}

.rednav li ul li {
	border:				none;
}
.rednav li ul li a {
	width:				100%;
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
	background-color:	#ffffff;
	margin:				0px;
	letter-spacing:		0px;
	color:				#000000;
}

.rednav li a:hover {
	background-color:	#EAAE2C;
	color:				white;
}

.rednav li.right {
	float:				right;
}

.rednav.bottom {
	margin-top:			0px;
}

.rednav.top {
	margin-bottom:		0px;
}

*/







/* nav basic
.nav {
	font-size:				10px;
	width:					213px;
	background-image:		url('/img/navBg.jpg');
	background-repeat:		repeat-y;
}

.nav a:link, .nav a:visited {
	text-decoration:		none;
}

.navFooter {
	background-image:		url('/img/navFooter.jpg');
	background-repeat:		repeat-y;
	height:					100%;
}

.navHeadButton, .navHeadButtonForm {
	background-image: url('/img/navHeaderButton.jpg');

	background-repeat: repeat-y;
	width: 213px;
	padding: 6px 0 6px 10px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.navHeadButton a:link, .navHeadButton a:visited {
	font-weight: bold;
	text-decoration: none;
	color: white;
}



.navHeadButtonForm {
	font-size:10px;
	font-weight:normal;
	background-repeat:repeat-y;
}

.navHeadButtonForm input.query {
	width:		120px;
}
.navHeadButtonForm input.button {
	text-align:	left;
	width:		26px;
	border:		none;
	background:	none;
	cursor:		pointer;
	color:		#ffffff;
	font-weight:	bold;
}
 */


/* nav level 1
.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 3px;
	padding-left: 2px;
}

.nav ul a:link, .nav ul a:visited {
	background-image: url('/img/iconBag.jpg');
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding: 2px 0 2px 25px;
	display: block;
	color: white;
	font-size: 12px;
}

.nav ul a:hover, .nav ul #active {
	background-image: url('/img/iconBagSelected.jpg');
	background-color: #FEA60B;
	color: white;
}
 */


/* nav level 2
.nav ul ul {
	padding-left: 0px;
	margin-left: 0px;
}

.nav ul ul a:link, .nav ul ul a:visited {
	background-image: url('/img/iconArrow.jpg');
	background-repeat: no-repeat;
	background-position: 20px 4px;
	padding: 2px 0 2px 35px;
	color: #FCECBD;
}



.nav ul ul a:hover, .nav ul ul #active {
	background-image: url('/img/iconArrowSelected.jpg');
	background-color: #FEA60B;
	color: white;
}


.nav ul li, .nav ul ul li { 
	display:inline;
}
 */

