/* ================================================================ 
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/flyout_horizontal.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 */
/*.container {width:695px; background:#fff  url(hide_seek.jpg); margin:50px auto; padding:10px; border:0 solid #000;}*/
.menu {
	font-family: Arial;
	width:200px;
	height:217px;
	position:relative;
	margin:0;
	font-size:10px;
	font-weight:bold;
}
.menu ul li a, .menu ul li a:visited {
display: block;
    text-decoration: none;
    color: #fff;
    width: 192px;
    height: 30px;
    border: 0;
    border-width: 1px 1px 0 0;
    background: url(../images/menu_bg.gif);
    background-repeat: no-repeat;
    line-height: 29px;
    font-size: 12px;
    padding-left: 19px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    clear: left;
    text-align: left;
    border-right: 0px;
	/*display:block;
	text-decoration:none;
	color:#fff;
	width:170px;
	height:30px;
	border:0;
	border-width:1px 1px 0 0;
	background: url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	line-height:29px;
	font-size:12px;
	padding-left:30px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	clear:left;
	text-align:left;
	border-right:0px;*/
}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {
	float:left;
	position:relative;
	clear:left;

}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; /* background:url(../images/menu_bg2.gif); */ background-repeat:no-repeat; }
.menu ul li:hover ul {display:block; position:absolute; top:0; left:220px; width:190px; background:;}
.menu ul li:hover ul li {float:left; }
.menu ul li:hover ul li a {display:block; /*background:url(../images/menu_bg.png);*/  color:#fff; width:180px; float:left;padding-left:20px; }
.menu ul li:hover ul li a:hover {background:url(../images/menu_bg2.png); color:#fff; }
.menu ul li:hover ul li 

{

z-index:10;
position:relative;

}
