/*
Fraggers aus Leidenschaft
www.fal-clan.de
Style Sheet by RollerCoaster
*/

.ddsmoothmenu{
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: 	relative;
	display: 	inline;
	float: 		left;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited, {
	color: #DFA40F;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/* background: black;  */
	color: #DFA40F;
}

.ddsmoothmenu ul li a:hover{
	/* background: black; /*background of menu items during onmouseover (hover state)*/
	color: #f5eacb;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
width: 			159px;
margin: 0px;
padding: 0px;
margin-left: 	-6px;
position: 		absolute;
left: 			0;
display: 		none; /*collapse all sub menus to begin with*/
visibility: 	hidden;
}
.drop_spacer{
background: url(http://portal.fal-clan.de/images/mainmenu/drop_down_menu_spacer.png) repeat-y;
width: 		159px;
height: 		5px;
}

.drop_li{
background: url(http://portal.fal-clan.de/images/mainmenu/drop_down_menu.png) repeat-y;
width: 		159px;
height: 		20px;
}
.drop_shadow{
background: url(http://portal.fal-clan.de/images/mainmenu/drop_down_shadow.png) repeat-y;
width: 		159px;
height: 		10px;
}
.drop_bottom{
background: url(http://portal.fal-clan.de/images/mainmenu/drop_down_bottom.png) repeat-y;
width: 		159px;
height: 		14px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: 		list-item;
float: 			none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: 			normal 12px Verdana;
font-family:	"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
width: 			159px; /*width of sub menus*/
padding:		 	5px;
color: 			#DFA40F;
text-decoration: 	none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
display: none;
}

.rightarrowclass{
position: absolute;
display: none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
display: none;
visibility: hidden;
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
opacity: 1;
filter: alpha(opacity = 100);
}
