/* CSS Popout Menu */

#menu{

position:absolute;
top:0px;
left:0px;
padding:0px;
z-index:1000;
width:108px;
}

#menu a, #menu h2{
	display:block;
	white-space:nowrap;
	text-indent:1px;
	width:120px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 0px solid #ccc;
}

#menu a{
	text-decoration:none;
		background-color: #C0E4f0;
	background-image: url(../images/menu_default.png);
	background-repeat: no-repeat;
}

#menu a, #menu a:visited{
color:#0000ff;
}

#menu a:hover{
color:#0000ff;
text-decoration: underline;
background: #C0E4f0 url(../images/menu_hoover.png) no-repeat;
}

#menu a:active{
color:#ff0000;
background:#C0E4f0 url(../images/menu_hoover.png) no-repeat;
}

#menu h2{
margin:0;
padding:0;
width:130px;
}

#menu li{
list-style-type:none;
}

#menu ul li{
position:relative;
}

#menu li ul{
position:absolute;
top:0;
left:130px;
display:none;
	font-size: 8px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width:130px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
display:block;
}
