/* Position of Horizontal Menu --------------------------------------------------------------------- */
#menucont {
	color: #FFFFFF; 
	background-color :  transparent;
	width: 900px;
	height: 10px;
	position: absolute;
	left: 8px;
	top: 70px;
 
}
/* Position of Vertical Menu --------------------------------------------------------------------- */
#menucont2 {
	color: #FFFFFF;
	background-color : transparent;
	width: 100px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 108px;

}
/* Menu Border Property and WIDTH  (border in between buttons)--------------------------------------------------------------------- */
.menublock, .display {
float:left;
width:115px;
background-color: #000000; /* IM RED */
}
.subs{
/* Menu Border Property  ---------------------------------------------------------------------------------------- */
background-color: #000000; /* Border colour in the dropdown menu - IM RED */
}
.subs a{
display: block;
}
.menublock .subs{
display: none;
}
/* Menu Properties  ---------------------------------------------------------------------------------------- */
a.tl, a.tl:hover, a.tl:active, a.sl, a.sl:hover, a.sl:active { 
font:12px Arial, Helvetica, sans-serif;
display: block;
text-decoration: none; 
color: #FFFFFF; /*TEXT of main buttons - White */
background-color: #000000; /*Background colour of the button - IM RED #990000*/
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
border: none;
text-align: center;
font-weight: normal;
}
/* Menu HOVER background proprties  ---------------------------------------------------------------------------- */
a.tl:hover, a.tl:active , a.sl:hover, a.sl:active{  
background-color: #990000; 
text-align: center;
}
/* Submenu background proprties  ------------------------------------------------------------------------------- */
a.sl, a.sl:hover, a.sl:active {  
text-align: left;
background-color: #666666; 
}
/* Submenu HOVER background proprties  ------------------------------------------------------------------------- */
a.sl:hover {  
text-align: left;
background-color: #990000; 
}
.tblCourseDescriptionInternalRight {
	border: 1px solid #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}
.tblCourseDescriptionInternalLeft {
	border: 1px solid #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #C5BEA3;
	background-position: left top;



}

