/* CSS Document */
a
 {
	/*color:#000000;*/
	}
a img {
	border:none;
	}

#left-panel {
	width:177px;
	float:left;
	}
	
#left-panel ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	

/* level 1 */
#menu {
	/*background-color:#fafafa;*/
	margin:1px 0px 0px 0px !important;
	padding:0px 0px 0px 10px;
	}
	
	ul#menu{
	position:relative;
	left:0px;	
	}
	
#menu li {
list-style:none;
	}
	
img.navigationbutton{
position:relative;
left:13px;
top:1px;
	
	}
	
#menu li div.first {
	background:url("http://readhelp.com.au/images/menu/level1-menu-list-first.gif") 0 0 no-repeat;
	margin:0px 0px -1px 0px;
	
	}
	
#menu li div.level1 {
	background:url("http://readhelp.com.au/images/menu/level1-menu-list.gif") 0 0 no-repeat ;
	padding:5px 0px 5px 0px;
	margin:-1px 0px 0px 0px;
	cursor:pointer;
	/*height:15px;*/
	position:relative;
	z-index:10;
	
	
	}

#menu li div a {
	color:#8a8479;
/*	color:#000000;*/
	font-size:13px;
	margin:0px 0px 0px 10px; /*change*/
	text-decoration:none;
	/*text-transform: capitalize;*/
	font-weight:bold;
font-size:11px;
list-style:none;

	}
/**/
#menu li img.arrow {
	
	margin:0px 0px 0px 150px;
	cursor:pointer;
	position:absolute;
	left:0px;
	top:0px;
	
	}
	
#menu li img.background {

	margin:0px 0px 0px 1px;
	cursor:pointer;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	height:25px;
	width:166px;
	}

/* level 2 */
#menu li ul {
    margin:0px 0px 0px 0px;
    padding:0px;
	/*background:url("http://readhelp.com.au/images/menu/level2-menu-list-last.gif") 12px bottom no-repeat;*/
	width:168px;
	float:left;
	background-color:#eaefef;
	}
	
#menu li ul li {
	float:left;
	width:170px;
	margin:0;
	padding:0;
}	
	
	
#menu li ul li div {
	background-color:#eaefef;
	/*width:100%;*/
	color:#4c9d9b;
	border:none;
	/*background:url("http://readhelp.com.au/images/menu/level2-menu-list-mid.gif") 0px 0px no-repeat;*/
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 5px;
	cursor:pointer;
	height:14px;
	float:left;
	}
	

	
	
#menu li ul li div.first {
	/*background:url("http://readhelp.com.au/images/menu/level2-menu-list-first.gif") 0px 0px no-repeat;*/
	width:165px;
	/*padding:6px 0px 4px 12px;
    margin:-1px 0px 0px 0px;*/
	
	}
#menu li ul li div.first:hover {
	/*background:url("http://readhelp.com.au/images/menu/level2-menu-list-first-on.gif") 0px 0px no-repeat;*/
	background-color:#b5ccce;
	width:165px;
	/*padding:6px 0px 4px 12px;
    margin:-1px 0px 0px 0px;*/
	}
#menu li ul li div:hover {
	/*background:url("http://readhelp.com.au/images/menu/level2-menu-list-mid-on.gif") 0px 0px no-repeat;*/
	background-color:#b5ccce;
	width:165px;
	/*padding:6px 0px 4px 12px;
    margin:-1px 0px 0px 0px;*/
	}

#menu li ul li div.last:hover {
	/*background:url("http://readhelp.com.au/images/menu/level2-menu-list-last-on.gif") 0px bottom no-repeat;*/
	background-color:#b5ccce;
	width:156px;
	/*padding:6px 0px 4px 12px;
    margin:-1px 0px 0px 0px;*/
	}	
	
#menu li ul li div.last {
	background:url("http://readhelp.com.au/images/menu/level2-menu-list-last.gif") 0px 0 no-repeat;
/*	background:none;*/
	width:156px;	
	padding:6px 0px 4px 0px;
    margin:-1px 0px 0px 0px;
	}

	
#menu li ul li div:hover a {
	color:#fff;
	font-weight:bold;
	}
#menu li ul li div:hover a span {
	text-decoration:underline
	}
#menu li ul li a {	
	color:#4c9d9b;
	font-size:11px;
	float:left;
	/*margin:0px 0px 0px 4px;*/
	}
	
#menu li ul li a span{	
	color:#4c9d9b;
	font-size:10px;
	margin:0px 0px 0px 5px;
	float:left;
	width:145px;
	}
	
#menu li ul li div .plus_alignment{
	width:0px;
	float:left;
	margin:0;
	padding:0;
}
	