
#page-wrap							{ width: 100%; margin: 0; padding: 0;  font-family: arial; font-size: 12px; font-weight: bold;} 

ul.dropdown                         { position: relative; list-style: none; margin: 0; padding: 0; font-family: arial; font-size: 12px; font-weight: bold; }
ul.dropdown li                      { font-family: arial; font-size: 12px; font-weight: bold; float: left; zoom: 1;  
background: url(ramkaa.jpg) no-repeat; width: 150px;margin: 0; padding: 0;}
ul.dropdown a:hover		            { color: #000; font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none;}
ul.dropdown a:active                { color: black; font-family: arial; font-size: 12px; text-decoration: none; font-weight: bold;}
ul.dropdown li a                    { display: block; padding: 4px 0px; /*border-right: 1px solid #333;*/font-family: arial; font-size: 12px; font-weight: bold;  
	 								  color: #000; text-decoration: none;}
ul.dropdown li:last-child a         {font-family: arial; font-size: 12px; font-weight: bold; border-right: none; text-decoration: none;} /* Doesn't work in IE */

ul.dropdown li.mainpunkt.hover                { background: url(ramkaa.jpg) no-repeat; color: black; position: relative; font-family: arial; font-size: 12px; font-weight: bold; }
ul.dropdown li ul li.hover,
ul.dropdown li ul li:hover                { background: lightblue; color: black; position: relative; font-family: arial; font-size: 12px; font-weight: bold;}


ul.dropdown li.hover a              { color: black;font-family: arial; font-size: 12px; font-weight: bold; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 150px; visibility: hidden; position: absolute; top: 100%; left: 0; font-family: arial; font-size: 12px; font-weight: bold;list-style: none;  margin: 0; padding: 0;}
ul.dropdown ul li 					{font-family: arial; font-size: 12px; font-weight: bold;  background: #EEF9FF; color: #000; 
									  /*border-bottom: 1px solid #ccc;*/ float: none; min-height:25px; vertical-align: center; }
									  
                                   /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; font-family: arial; font-size: 12px;text-decoration: none; font-weight: bold; vertical-align: center;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; font-family: arial; font-size: 12px; font-weight: bold; list-style: none; }
ul.dropdown li:hover > ul 			{ visibility: visible; font-family: arial; font-size: 12px; font-weight: bold; vertical-align: center;}
