/*********************************************************************/

/* ........Verticle menu down left hand side of each page............*/

/************************Designed by Helen Turner**********************/


/* this  page relates to the menu down the left hand side of each page*/

A.menulink {
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	display: block;
	font-size: 70%;
	border-left: #ffffff 1px solid;
	width: 100px;
	color: #000000;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	top: 120px;
	padding-left:   0.5em;
	padding-top:    0.2em;
	padding-bottom: 0.2em;
	padding-right:  0.5em;


}


A.menulink:hover 
{
	background-color: #FFFFFF;
	border: 1px solid #cc0000;

}


	/* this sets the colour at the top of each menu section*/	
.menuhead 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cc0000;
	width: 100px;
	border: #cc0000;
	padding-left:   0.5em;
	padding-top:    0.2em;
	padding-bottom: 0.2em;
	padding-right:  0.5em;



}



/* this relates to the electronics design programme in the enterprise section ( orange instead of blue)*/
.edmenuhead 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*background-color: #FF9933;
	background-color: #CC0000;
	width: 100px;
	font-size: 12px;
	font-weight: bold;

}

