/* ================================================================ 
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: Verdana, Arial, Helvetica, sans-serif; 
	width:150px; 
	height:600px; 
	margin:0; 
	font-size:14px; 
	margin:0px 0px 0px 0px;
	z-index:500;
	}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; width:150px; height:20px; text-align:center; border:0px solid #fff; border-width:1px 1px 1px 1px; background:#291672; line-height:19px; font-size:11px; padding-top:0;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:0px; margin-bottom:0px; margin-top:-1px; margin-left:0px; position:relative; list-style-type:none;}
.menu ul li ul {display: none; list-style-type:none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#0000CC;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:150px; width:150px;}
.menu ul li:hover ul li a.hide {background:#362C58; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#362C58; color:#fff; width:150px;}
.menu ul li:hover ul li a:hover {background:#0000CC; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:150px; top:0; color:#fff;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#241C43; color:#fff;}
.menu ul li:hover ul li:hover ul li a:hover {background:#0000CC; color:#fff;}

.adres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-size: 10px;
	text-align:center;
	text-decoration:none;
}

