/* Drop and Down Naigation 
------------------------------------

	Reaslisert durch Benjamin Breit
	
	Design durch Tibor
	
	Copyright by Storm
	
-------------------------------------
*/

a img			{border: none;}

#dropmenudiv {
position: absolute;
z-index: 100;
}

#dropmenudiv a {
background: url(button.png);
height: 24px;
width: 140px;
display: block;
padding: 1px 0 0 30px;
text-decoration: none;
color: #999999;
font: normal 12px Arial;
}

#dropmenudiv a:hover { /*hover background color*/
color: #990000;
font: normal 12px Arial;
}