/* CSS Document */

#menu {
	width: 12em;
	background: #fff;
	float:left;
	margin-left:10px;
	border-top:1px solid #e4e4e4;
	border-left:0px solid #e4e4e4;
	margin-top:20px;
	margin-bottom: 20px;
		}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu a {
	display: block;
	border-bottom:1px solid #e4e4e4;
	margin: 0;
	padding: 5px;
	color: #333333;
	background: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}


#menu a:hover {
color: #333;
background: #e4e4e4;
}
#menu ul ul {
position: absolute;
top: 0;
left: 0;
}
#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 120%;
	line-height: 1.5em;
}
#menu ul ul a {
background-color:#666;color:#fff;}
div#menu ul ul 
{display: none;}
div#menu ul  li:hover ul 
{display: block;}
div#menu ul ul ,
div#menu ul  li:hover ul 
{display: none;}

div#menu ul  li:hover ul 
{display: block;}
div#menu ul  ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul  li:hover ul,
div#menu ul  ul li:hover ul
{display: block;}
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}

