/* 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.jpg);
height: 17px;
width: 121px;
display: block;
padding: 1px 0 0 30px;
text-decoration: none;
color: #FFFFFF;
font: normal 10px Verdana;
}

#dropmenudiv a:hover { /*hover background color*/
color: #28afa9;
font: normal 10px Verdana;
}