/* ================================================================ 
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/example_flyout.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.
=================================================================== */
a
{
  outline: none;
}
/* common styling */
.menu1{
	float:left;
		width:100px; 
		height:220px; 
		position:relative; 
		overflow:visible;
		margin: 50px 0px 0px 5px;
		padding:0px 10px 0px 5px; 
}


.menu1 ul {
		width:100px;
		padding:0; 
		margin:0; 
		list-style-type: none;
}
.menu1 ul li ul {
		visibility:hidden; 
		position:absolute; 
		height:0; 
		overflow:hidden; 
		top:-1px; 
		left:99px;
}
.menu1 ul li {
		float:left; 
		position:relative; 
		/*z-index:90;*/
}

.menu1 ul li a, .menu1 ul li a:visited {
		display:block; 
		float:left; 
		width:100px; 
		padding-left:0px;
}

.menu1 ul li a:hover {
		position:relative; 
		z-index:100;
}

.menu1 ul li:hover ul,
.menu1 ul li a:hover ul {
		visibility:visible; 
		width:100px; 
		height:75px; 
		z-index:10; 
		overflow:visible;
}


.menu1 ul li:hover ul li a,
.menu1 ul li a:hover ul li a{
		display:block; 
		width:135px; 
		line-height:15px;
		padding:5px 0 5px 35px; 
		height:15px;
}
.menu1 .li_36527 li a, .menu1 .li_36528 li a {
	line-height:45px;
	height:45px! important;
}