#menuboxes{
	position:absolute;
	padding:0;
	margin-top:250px;
	margin-left:90px;
}

.aboutmenubox{
	position:relative;
	float:left;
	margin-right:30px;

}

.aboutboxtop{
	background-image: url('/images/menuboxes/abouttop.png');
	background-repeat:no-repeat;
	width:200px;
	height:12px;
	margin:0;
}

.coursesboxtop{
	background-image: url('/images/menuboxes/coursestop.png');
	background-repeat:no-repeat;
	width:200px;
	height:12px;
	margin:0;
}

.sectionsboxtop{
	background-image: url('/images/menuboxes/sectionstop.png');
	background-repeat:no-repeat;
	width:200px;
	height:12px;
	margin:0;
}

.aboutboxbottom{
	background-image: url('/images/menuboxes/aboutbottom.png');
	background-repeat:no-repeat;
	width:200px;
	height:23px;
	margin:0;
}

.coursesboxbottom{
	background-image: url('/images/menuboxes/coursesbottom.png');
	background-repeat:no-repeat;
	width:200px;
	height:23px;
	margin:0;
}

.sectionsboxbottom{
	background-image: url('/images/menuboxes/sectionsbottom.png');
	background-repeat:no-repeat;
	width:200px;
	height:23px;
	margin:0;
}



/*About Content*/
.aboutboxcontent{
	background-image: url('/images/menuboxes/aboutback.png');
	background-repeat:repeat-y;
	width:200px;
	min-height:200px;
	margin:0;
	padding-bottom:5px;
}

.aboutboxcontent h1{
	color:#ffffff;
	margin-top:0;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.aboutboxcontent ul{
	list-style-type:none;
	padding:0;
	padding-left:10px;
	margin:0;
	
}

.aboutboxcontent ul li{
	margin-bottom:5px;
}

.aboutboxcontent ul li a{
	color:#ceebf5;
	font-size:18px;
	font-weight:lighter;
}

.aboutboxcontent ul li a:hover{
	text-decoration:none;
	color:#ffffff;
}

.abouticonhome{
	position:absolute;
	top:-30px;
	right:-30px;
	
}

.coursesiconhome{
	position:absolute;
	bottom:-25px;
	right:-20px;
	
}


/*Course Content*/
.coursesboxcontent{
	background-image: url('/images/menuboxes/coursesback.png');
	background-repeat:repeat-y;
	width:200px;
	min-height:200px;
	margin:0;
	padding-bottom:5px;
}

.coursesboxcontent h1{
	color:#ffffff;
	margin-top:0;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.coursesboxcontent ul{
	list-style-type:none;
	padding:0;
	padding-left:10px;
	margin:0;
	
}

.coursesboxcontent ul li{
	margin-bottom:5px;
}

.coursesboxcontent ul li a{
	color:#f4d7d7;
	font-size:18px;
	font-weight:lighter;
}

.coursesboxcontent ul li a:hover{
	text-decoration:none;
	color:#ffffff;
}

.abouticonhome{
	position:absolute;
	top:-25px;
	right:-20px;
	
}

.coursesiconhome{
	position:absolute;
	bottom:-25px;
	right:-20px;
	
}

.sectionsiconhome{
	position:absolute;
	top:-30px;
	right:-20px;
	
}


/*Sections Content*/
.sectionsboxcontent{
	background-image: url('/images/menuboxes/sectionsback.png');
	background-repeat:repeat-y;
	width:200px;
	min-height:200px;
	margin:0;
	padding-bottom:5px;
}

.sectionsboxcontent h1{
	color:#ffffff;
	margin-top:0;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.sectionsboxcontent ul{
	list-style-type:none;
	padding:0;
	padding-left:10px;
	margin:0;
	
}

.sectionsboxcontent ul li{
	margin-bottom:5px;
}

.sectionsboxcontent ul li a{
	color:#bafbc0;
	font-size:18px;
	font-weight:lighter;
}

.sectionsboxcontent ul li a:hover{
	text-decoration:none;
	color:#ffffff;
}

.abouticonhome{
	position:absolute;
	top:-25px;
	right:-20px;
	
}

.coursesiconhome{
	position:absolute;
	bottom:-25px;
	right:-20px;
	
}

/*Right Hand Side Box Content*/
.sidebox{
	position:absolute;
	right:30px;
	top:0px;
	margin-top:-40px;

}

.sideboxcontent{
	background-image: url('/images/menuboxes/testback.png');
	background-repeat:repeat-y;
	min-height:200px;
	margin:0;
	padding-bottom:5px;
	width:250px;
	
}

.sideboxcontent h1{
	color:#6f0f0f;
	margin-top:0;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}

.sideboxcontent ul{
	list-style-type:none;
	padding:0;
	padding-left:40px;
	margin:0;
	
}

.sideboxcontent ul li{
	margin-bottom:5px;
}

.sideboxcontent ul li a{
	color:#6f0f0f;
	font-size:18px;
	font-weight:lighter;
}

.sideboxcontent ul li a:hover{
	text-decoration:none;
	color:#000000;
}

.sideboxtop{
	background-image: url('/images/menuboxes/testtop.png');
	background-repeat:no-repeat;
	width:250px;
	height:12px;
	margin:0;
}

.sideboxbottom{
	background-image: url('/images/menuboxes/testbottom.png');
	background-repeat:no-repeat;
	width:250px;
	height:23px;
	margin:0;
}

.italianli{
	list-style-image: url('/images/tinyflags/italian.jpg');
	list-style-type:square;
}

.swissli{
	list-style-image: url('/images/tinyflags/swiss.jpg');
	list-style-type:square;
}

.germanli{
	list-style-image: url('/images/tinyflags/german.jpg');
	list-style-type:square;
}

.polishli{
	list-style-image: url('/images/tinyflags/polish.jpg');
	list-style-type:square;
}

.thaili{
	list-style-image: url('/images/tinyflags/thailand.jpg');
	list-style-type:square;
}


.homepagemainimage{
	position:absolute;
	left:300px;
	top:-70px;
}

