@import url(/CMSPages/GetCSS.aspx?stylesheetname=ALPGW08Main);

/*------------------------------------------------------------
Menu.css

Created By: Glen Lawson
	        Emmersive Media
			glen@emmersivemedia.com.au
			
Last Modified: 24.03.07 - Glen Lawson
------------------------------------------------------------*/

#menu {
	float: left;
	width: 170px;
	background: #eee;
	position: relative;
	z-index: 20;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2, #menu span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a, #menu span {
	color:#666666;
	background-color:#DDDDDD;
	text-decoration: none;
	text-align: right;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

#menu a:hover {
	color: #00CC00;
	background: #fff;
}

#menu li {
	position: relative;
}

/* TEST */

#menu ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

#menu ul li ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul li ul,
div#menu ul li:hover ul li ul {
        display: none;
}

div#menu ul li:hover ul {
    display: block;
}

div#menu ul li ul li:hover ul {
    display: block;
}

/*
div#menu ul li ul,
div#menu ul li ul li ul:hover {
	display: none;
}*/

<!--[if IE]>
#menu ul li {
	float: left; 
	width: 100%;
}
<![endif]--> 

<!--[if lt IE 7]>
body {
	behavior: url(csshover.htc);
	font-size: 80%;
} 
#menu ul li {
	float: left;
	width: 100%;
}

#menu ul li a {
	height: 1%;
} 

#menu a, #menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
} 
<![endif]-->

.sIFR-flash {
margin:0pt;
visibility:visible !important;
}
.sIFR-replaced {
visibility:visible !important;
}
span.sIFR-alternate {
display:block;
height:0pt;
left:0pt;
overflow:hidden;
position:absolute;
top:0pt;
width:0pt;
}
.sIFR-flash + div[adblocktab="true"] {
display:none !important;
}