/*MENU STYLING */

/* THE TOP MENU */

#header
{
background-image:	url("../images/sidebanner.jpg");
height: 82px;
text-align: center;
}

#header #banner {
	background-image: url("../images/banner.gif");
	display: block;
	width: 725px;
	height: 60px;
	margin: 0 auto;
}

#header #top-menu {
	display: block;
	margin: 0 auto;
	width: 740px;
	height: 22px;
	padding: 0;
}

#header a, #header a:link, #header a:visited 
{
width:120px; 
height:22px;
background-color: #090;
float: left;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
vertical-align: middle;
font-size: 80%;
text-decoration: none;
padding-top: 0;
padding-bottom: 0;
overflow: hidden;
color: white;
line-height: 22px;
border-left: 1px solid white;
}

#header a.home {
	width: 75px;
}

#header a.guardianship {
	width: 105px;
}

#header a.studycentre {
	width: 105px;
}

#header a.examcentre {
	width: 100px;
}

#header a.contactus
{
	width: 100px;
border-right: 1px solid white;
}

#header a:hover
{
background-color: #9c9;
color: black;
}

#header a:active
{
background-color: #cf9;
color: black;
}

#side
{
font-family: Helvetica, Arial, sans-serif;
vertical-align: middle;
text-align: right;
padding: 0px 0 20px 0;
width: 151px;
margin: 3px 0 0px 0;
display: block;
}

#side .first a:link, #side .first a:visited
{
vertical-align: middle;
color: white;
font-size: 80%;
font-weight: bold;
line-height: 18px;
margin: 0 10px 6px 0;
padding: 0 0px 0px 0px;
text-decoration: none;
}

#side .first a:hover, #side .first a:active
{
color: white;
text-decoration: underline;
}

#side #big_links {
	display: block;
	padding: 1px 0px 0px 0px;
	margin: 0px;
}

#side #small_links {
	display: block;
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

#side #big_links a
{
color: black;
display: block;
margin: 3px 10px 0px 5px;
font-size: 75%;
line-height: 1em;
padding: 5px 0px 1px 5px;
text-decoration: none;
}

#side #small_links a
{
color: black;
display: block;
margin: 0px 10px 0px 5px;
padding: 5px 0px 2px 5px;
font-size: 70%;
line-height: 1em;
text-decoration: none;
}

.copy
{
color: black;
font-family: Helvetica, Arial, sans-serif;
text-align: right;
font-size: xx-small;
padding-top: 7px;
margin-right: 7px;
}



/* THE BOTTOM MENU */

#lownav
{
clear: both;
background-color: #090;
height: 20px;
text-align: center;
color: white;
font-family: Helvetica, Arial, sans-serif;
font-size: 70%;
vertical-align: middle;
margin: 5px 0 0 0;
display: block;
}

#lownav a, #lownav a:link, #lownav a:visited 
{
text-align: center;
padding: 0 5px 0 5px;
overflow: hidden;
color: white;
line-height: 20px;
text-decoration: none;
}

#lownav a:hover, #lownav a:active
{
text-decoration: underline;
}