div.hm {
  margin-top:3px;
  margin-bottom:15px;
  width:750px;
  float:right;
  height:30px;
  text-align:left;
  background-color:#4793f1;
  border:0px;
  border-style:solid;
  border-color:#FF54a3;
}
#header {z-index:500;} /* for this demo to place links above the menu on a higher z-index */
#info {position:relative;}
#info h2, 
#info h3 {position:relative; z-index:100;}
#backgroundHolder {width:750px; height:500px; background:url(/img/btn/pic.jpg); margin:0 auto; position:relative; z-index:10;}
.padTop {position:relative; height:15px; z-index:100; overflow:hidden;}

/* ----------------------------------------------------------------------------	*/
/* default styling */
.nav,
.nav ul {list-style-type:none; margin:0; padding:0; background-color:#d0d0d0;}
.nav a, .nav a:visited {text-decoration:none;}
.nav { background-color:#4793f1; 
       font-family: arial, sans-serif; 
       font-size:12px; 
       width:750px; 
       height:25px;
       position:relative;
}
/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */

/* style the <b> element so that is does not affect the size of the link */
.nav a.top {border-bottom:1px solid #f0F0f0;}
.nav a b {color:#000; font-weight:normal; background:url(/img/btn/btag.png); display:block; padding:5px 10px;}
.nav .fly .main b {background: url(/img/btn/btagright.png); }
.nav .down b {background: url(/img/btn/btagdown.png);}
.nav .right ul b {text-align:right;}
.nav .right ul .main b {background: url(/img/btn/btagleft.png); text-align:right;}

.nav a:hover b,
/* test mit farbe .nav .fly a:hover b {background-color:#ba5; cursor:pointer;} */
.nav .fly a:hover b {background-color:#57a3ff; cursor:pointer;}

/* style the highlight path color and positions */
/* .nav i {position:absolute; display:block; width:149px; height:25px; left:-149px; top:0; background:#FF0000;} */
.nav i {position:absolute; display:block; width:149px; height:25px; left:-149px; top:0; background:#e0e000;}
.nav i.two {height:40px;}
.nav .right i {left:149px;}
.nav i.top {left:0; top:-26px;}

.nav ul.last a {background:#00dd00;} /* style the last ul links background color */

/* POSITION SUB MENUS */
.nav ul ul {top:-25px;} /* position the top of the flyout sub menus */
.nav ul ul.lines2 {top:-40px;}	/* for a two line link */

/* WIDTH change this WITH CARE to suit your requirements */
.nav ul {min-width:146px; background-color:#f0f0f0; } /* to have a background color for the uls */

/*set the link width here*/
/*backgroundcolor nach widta entfernt damit rahmen transparent bleibt */
.nav .drop,
.nav a {width:149px; } /* grundfarbe Menuleiste */
.nav ul li {max-width:149px;} /* fix for IE8 */

/* set the left flyout position here */
.nav ul ul {left:149px;}
/* set the right flyout position here */
.nav li.right ul ul {left:auto; right:149px; }

/* make this WIDTH - 1px */ /* or WIDTH - 0.063em if using em sizing */
.nav a {margin-right:-148px; }

a.stdmenu { background-color:#d0d0d0; }

/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes several IE related bugs, and allows for clearing */

.nav ul {float:left; position:relative; z-index:20;} /* necessary for float drop and to stack the <ul>s */

.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block; z-index:100;} /* needs to have a position, to be above the rest */
.nav a.main { float:left; /* necessary for float drop */
    margin-top:10000px;  /* bring the top level links back into view */
    height:25px; 
    background-color:#d0d0d0;
}
.nav a.mainmark { float:left; /* necessary for float drop */
    margin-top:10000px;  /* bring the top level links back into view */
    height:25px; 
    background-color:#77c3ff;;
}
.nav .drop,
.nav .fly {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */

/* The bit that does ALL the work to bring the sub menus into view */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; outline:0;}

/* .nav a:active b {background-color:#cb5;} */
.nav a:focus b,
.nav a:active b {background-color:#67b3ff;}

 
/* OPERA fix */
.nav ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* IE6 and 7 fixes */
.nav .fly {width:100%;}
a:active {}

/* ----------------------------------------------------------------------------	*/

