/* General default styles for the body and all elements inside it */
body {
	font-family: Arial, Verdana, Sans-serif;
	text-align: center;
	font-size: 62.5%;
	color: #5C5C5C;
	background-color: #CDEFB2; /* bottom pixel colour of background img. */
	background-image: url(/images/templates/greenvertical.jpg); /* The background gradient for the Mother brand pages - redefined in the color specific stylesheets */
	background-repeat: repeat-x;
}


div.menu {
width:718px; 
	margin-bottom:26px;
	background-image:url(/images/templates/main_menu_bg_study.jpg);
	background-repeat: no-repeat;
}

div.menu ul li ul {
	width:718px;
	background-repeat: no-repeat;
	height:14px;
	position:absolute; 
	display: none;
	top:17px;
	left:0px; 
	background-color: #00CC00;
}