#menu {
	width:588px;
	height:100px;
	position: relative;
	float: right;
	margin: 0px;
}
#options_holder {
	width:588px;
	height:100px;
	position: relative;
	float: right;
	margin: 0px;
	z-index: 20;
}
#highlight_holder {
	width:588px;
	height:100px;
	position: absolute;
	float: left;
	margin: 0px;
	z-index: 10;
	visibility: hidden;
}
#highlight_container {
	width: 78px;
	height: 91px;
	bottom: 5px;
	position: absolute;
	/*background-color: fuchsia;*/
}

#hl_tl {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-color: aqua;*/
	background-image: url(../images/menu/tl.png);
}
#hl_tc {
	width: auto;
	height: 15px;
	position: relative;
	background-color: #0b2644;
	margin-left: 15px;
	margin-right: 15px;
}
#hl_tr {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	/*background-color: aqua;*/
	background-image: url(../images/menu/tr.png);
}
#hl_l {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #0b2644;
	position: absolute;
	left: 0px;
	top:15px;
	bottom: 15px;
	right: 0px;
}
#hl_bl {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #0b2644;
}
#hl_br {
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	/*background-color: aqua;*/
	background-image: url(../images/menu/br.png);
}
#hl_bc {
	width: auto;
	height: 15px;
	position: relative;
	background-color: #0b2644;
	margin-left: 15px;
	margin-right: 15px;
}
#hl_bottom_holder {
	position:absolute; 
	left:0px; 
	bottom:0px; 
	width:100%;
}

#all_about_us {
	margin-left: 15px;
	margin-right: 15px;
	width: 48px;
	height: 61px;
	top:19px;
	background-image: url(../images/menu/allaboutus.png);
	background-repeat: 0px;
	float: right;
	position: relative;
}
#our_courses {
	margin-left: 15px;
	margin-right: 15px;
	top:42px;
	width: 70px;
	height: 38px;
	background-image: url(../images/menu/ourcourses.png);
	background-repeat: 0px;
	float: right;
	position: relative;
}
#totem_consult {
	margin-left: 15px;
	margin-right: 15px;
	top:49px;
	width: 89px;
	height: 31px;
	background-image: url(../images/menu/totemconsult.png);
	background-repeat: 0px;
	float: right;
	position: relative;
}
#customise_course {
	margin-left: 15px;
	margin-right: 15px;
	top:35px;
	width: 70px;
	height: 45px;
	background-image: url(../images/menu/custom.png);
	background-repeat: 0px;
	float: right;
	position: relative;
}
#toolbox {
	margin-left: 15px;
	margin-right: 15px;
	top:37px;
	width: 66px;
	height: 43px;
	background-image: url(../images/menu/toolbox.png);
	background-repeat: 0px;
	float: right;
	position: relative;
}
#contact_us {
	margin-left: 15px;
	margin-right: 15px;
	top:31px;
	width: 65px;
	height: 49px;
	background-image: url(../images/menu/contact.png);
	background-repeat: 0px;
	float: right;
	position: relative;
}
