#div_top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 104px;
    border: 0
}

#div_right{
    position: absolute;
    top: 104px;
    left: 680px;
    width: 120px;
    height: 100%;
    background-color: #8C1D81;
    border: 0;
    font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}


#div_right ul{
    list-style: none;
	margin: 20px 0 0 10px;
	padding: 0px;
}

#div_right li{
    font-size: 10pt;
    width: 100px;
	height: 69px;
	text-indent: -1000em;
	margin-bottom: 5px;
    }

#div_right li a{
	text-decoration: none;
    display: block;
}


#div_right a {
	padding-left: 7px;
	font-size: 10pt;
	font-family: Arial;
	color: #FFFFFF;
}

		#li_showResults a{
			background: url('/library/banner_results.gif') no-repeat 0 0;
            width: 100px;
			height: 55px;

}

		#li_joinUs a{
			background: url('/library/banner_member.gif') no-repeat 0 0;
            width: 100px;
			height: 69px;
            }

		#li_shopOnline a{
			background: url('/library/BeginnersBook.gif') no-repeat 0 0;
            width: 100px;
			height: 135px;
		}

		#li_potm a{
			background: url('/library/banner_potm.gif') no-repeat 0 0;
            width: 100px;
			height: 60px;
		}

		#li_tourVacancies a{
			background: url('/library/banner_tours.gif') no-repeat 0 0;
            width: 100px;
			height: 67px;
		}
/*******************************************
		#li_sponsorship a{
			background: url('/library/PotsPithoiLogo.gif') no-repeat 0 0;
            width: 100px;
			height: 86px;
		}
*******************************************/
#div_left{
	/*font-size: 11px;  for old style menu */
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
    position: absolute;
    top: 104px;
    left: 0px;
    width: 164px;
    /*height: 100%; taken out to fix long menu problems in Firefox*/
    background-color: #80ACB3;
    font-family: tahoma,verdana,arial,helvetica;
    padding: 0 0 0 0;
	margin-bottom: 0;
}

#div_left ul{
    list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#div_left li{
    margin-top: 2px;
    padding-top: 2px;
    }

/* test */

.subcontent{
	/*margin: 2px;
	padding: 2px;*/
	border: none;
}

.menu_on{
    background-color: #507C83;
	/*font-size: 12px;*/
	text-decoration: none;
	font-weight: bold;
    /*position: absolute;
    top: 104px;
    left: 0px;*/
    width: 100%;/*164px;*/
        /*height: 100%;*/
    /*font-family: tahoma,verdana,arial,helvetica;*/
    /*padding: 0 0 0 0;
	margin-bottom: 0 0 0 0;*/
}
/*end test */


#div_left li a{
    background: transparent;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#div_left li a:hover{
    background: transparent;
    color: #444444;
    text-decoration: none;
}
/* For the child elements of the menu */
.li_child{
    /*background-color: #507C83;*/
    background: transparent;
    list-style: none;
    font-size: 10px;
	margin-top: 1px;
	padding-top: 1px;
	border: none;
    margin-left: 8px;
    padding-left: 8px;
    list-style-type: none;
}
/*
.li_child li{
    list-style: none;
    margin-left: 10px;
    padding-left: 10px;
    list-style-type: none;
}
.li_child li a{
    background: transparent;
	text-decoration: none;
	width: 100%;
    margin-left: 5px;
    padding-left: 5px;
}
*/

.li_child li a:hover{
    background: transparent;
    color: #666666;
    text-decoration: none;
}


/* end of child */

#div_main{
    position: absolute;
    top: 110px;
    left: 164px;  /*178px;*/
    width: 500px;
/*    border: 8px;*/
   padding: 8px;
}

