/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: arial, sans-serif;
	width:140px;
	height:210px;
	position:relative;
	margin:10px 0;
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
	
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFF;
	width:140px;
	height:30px;
	text-align:center;
	border:3px none;
	border-width:3px 3px 0 0;
	padding-bottom:1;
	line-height:30px;
	font-size:12x;
	font-weight:bold;
	background-image: url(buttons/rohling.gif);
	background-repeat: no-repeat;	
}
.menu ul {padding:0; margin-right:0; margin:0; list-style-type: none; }
.menu ul li {float:left; margin-left:0px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background-image: url(buttons/rohling2.gif);
}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:140px; width:155px;}
.menu ul li:hover ul li a.hide {color:#fff;background-image: url(buttons/rohling4.gif); width:155px}
.menu ul li:hover ul li:hover a.hide {width:155px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; width:155px; text-indent:15; background-image: url(buttons/rohling4.gif); padding-left:7.5px;}
.menu ul li:hover ul li a:hover {background-image: url(buttons/rohling3.gif)}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:154px; top:0; color:#fff;}
.menu ul li:hover ul li:hover ul li a {display:block; width:155px;background-image: url(buttons/rohling4.gif)}
.menu ul li:hover ul li:hover ul li a:hover {color:#fff;background-image: url(buttons/rohling3.gif)}
