/* CSS PE Menu 1.0 beta 2004 11 13 Ansgar Vollmer*/


/* MenuNavigation Position*/
#menuser, #menuabo, #menuord {
	position:absolute;
	width:120px;
	top: 80px;
	z-index:100
	}
#menuser {
	left: 240px;
	}
#menuabo {
	left: 360px;
	}
#menuord {
	left: 480px;
	}
#home {
	position:absolute;
	width:200px;
	left: 0px;
	top: 160px;
	z-index:100
}
#submenu {
	position:absolute;
	width:200px;
	left: 0px;
	top: 200px;
}
/* MenuNavigation List and Rollover*/
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.menu li {
	margin:0 0 10px;
	padding:0px;
	font-size:12px;
	letter-spacing:0.03em;
	text-indent:20px;
	line-height:20px;
	}
	
.menu ol {
	margin:0px 0 10px;
	padding:0px;
	font-size:12px;
	letter-spacing:0.03em;
	text-indent:20px;
	line-height:20px;
	}

.menu a:link, .menu a:visited {
	display:block;
	color:#444;
	height:20px;
	text-decoration:none;
	text-indent:20px;
	background:no-repeat right top;
	}

.menu a:active {
	color:#fff;
}

.menu a:hover {
	background-position:left top;
	color:#fff
}
html>body .menu a:link, html>body .menu a:visited html>body { height:auto; }

/* CLASS Attributes for the Backgroundimages*/

/* Menu*/	
/*  SER (Service)*/	
.ser a:link, .ser a:visited { background-image: url("../IMG/SER.gif"); }
.ser li { background: url("../IMG/SER.gif") no-repeat right top; }
.ser ol { background: url("../IMG/SER.gif") no-repeat left bottom; color:#fff; }

/*  ABO (About us)*/	
.abo a:link, .abo a:visited { background-image: url("../IMG/ABO.gif"); }
.abo li { background: url("../IMG/ABO.gif") no-repeat right top; }
.abo ol { background: url("../IMG/ABO.gif") no-repeat left bottom; color:#fff; }

/*  ORD (Order)*/	
.ord a:link, .ord a:visited { background-image: url("../IMG/ORD.gif"); }
.ord li { background: url("../IMG/ORD.gif") no-repeat right top; }
.ord ol { background: url("../IMG/ORD.gif") no-repeat left bottom; color:#fff; }
	
/* SubMenus*/	
/*  HOME (Home TopPage)*/	
.home a:link, .home a:visited { background-image: url("../IMG/HOME.gif"); }
.home li { background: url("../IMG/HOME.gif") no-repeat right top; }
.home ol { background: url("../IMG/HOME.gif") no-repeat left bottom; color:#fff; }

/*  SER (Service)*/	
.subser a:link, .subser a:visited { background-image: url("../IMG/SUB_SER.gif"); }
.subser li { background: url("../IMG/SUB_SER.gif") no-repeat right top; }
.subser ol { background: url("../IMG/SUB_SER.gif") no-repeat left bottom; color:#fff; }

/*  ABO (About Us)*/	
.subabo a:link, .subabo a:visited { background-image: url("../IMG/SUB_ABO.gif"); }
.subabo li { background: url("../IMG/SUB_ABO.gif") no-repeat right top; }
.subabo ol { background: url("../IMG/SUB_ABO.gif") no-repeat left bottom; color:#fff; }

/*  ORD (Order)*/	
.subord a:link, .subord a:visited { background-image: url("../IMG/SUB_ORD.gif"); }
.subord li { background: url("../IMG/SUB_ORD.gif") no-repeat right top; }
.subord ol { background: url("../IMG/SUB_ORD.gif") no-repeat left bottom; color:#fff; }


/*  Fastnavigation*/
#fastnav {
	position:absolute;
	width:180px;
	top: 80px;
	left:620px;
	z-index:100;
	}
	
#fastnav select {
	display:block;
	width: 180px;	
	background:transparent;
	border-style: none;
  	margin:0;
  	padding:0;
	font-size:12px;
	color:#444;
	text-indent:10px;
	line-height:20px;
	height:20px;
	}
	
#fastnav option {
	background-color:#fafafa;
	text-indent:10px;
	line-height:20px;
	
	}
	
/*  LanguageMenu*/
#langmenu {
	position:absolute;
	width:70px;
	top: 120px;
	left:720px;
	z-index:90;
	}
