@charset "utf-8";
/* CSS Document */
.thrColAbsHdr #menu {
	width:146px;
	position:absolute;
	left: 0px;
	top: 180px;
	height: 380px;
	background-color: #E2E2E4;
	z-index: 1000;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.ad1{
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 135px;
	width: 135px;
	margin-top: 15px;
	margin-right: 4px;
	margin-left: 4px;
}
.thrColAbsHdr #menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	padding:1px 1px 0 1px;
	background-color: #E2E2E4;
}
.thrColAbsHdr #menu ul {
	opacity: .95;
}
.thrColAbsHdr #menu li {margin:0; padding:0; list-style:none;}
.thrColAbsHdr #menu li {
	display:inline;
	list-style-type: none;
}
.thrColAbsHdr #menu ul ul {position:absolute; left:-9999px;}
.thrColAbsHdr #menu ul#toplevel {
	position:relative;
	left:5px;
	top:0px;
	width: 132px;
	height: 205px;
	z-index: 500;
	background-color: #E2E2E4;
}

.thrColAbsHdr #menu a {
	display:block;
	font:normal 11px verdana,arial,sans-serif;
	color:#274F25;
	line-height:22px;
	text-decoration:none;
	padding:0 20px 0 10px;
} 
.thrColAbsHdr #menu li a.fly {
	background-image: url(../Emalaheni/Tutorial%20site/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #CC33CC;
}
.thrColAbsHdr #menu li:hover > a {
	background-color:#999999;
	color:#333333;
}

.thrColAbsHdr #menu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}

#.thrColAbsHdr menu a:hover ul,
.thrColAbsHdr #menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

.thrColAbsHdr #menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
.thrColAbsHdr #menu ul#whatsnew {
	position:relative;
	left:5px;
	top:10px;
	width: 132px;
	height: 100px;
	z-index: 500;
	text-decoration: underline;
}
.whatsnew {
	position:relative;
	left:5px;
	top:10px;
	width: 132px;
	height: 100px;
	text-decoration: underline;
	background-image: url(../images/whats-new-2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
