/* common styling */
.menu {position:relative;font-family: arial, sans-serif; width:158px; height:150px; margin:0; font-size:11px; margin-left:0px;}


.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:158px; height:20px; text-align:center; 
					    color:#000; border:1px solid #fff; background:#565285 url(navhintergrundon.jpg); line-height:20px; font-size:11px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

* html .menu {position:static;margin-left:0px; } /* IE5 hack (html) */

/* specific to non IE browsers */
.menu ul li:hover a {color: yellow; background:#565285 url(navhintergrundoff.jpg);}		/* color level1 hover */
