/* CSS Document */

/*BODY {
	font-family: Arial, Helvetica, sans-serif;
}*/

DIV.menu {
	/*position: absolute;*/
	position: relative;
	top: 0px;
	text-align: center;
	/*left: 0px;*/
	width: 950px;	
	height: 45px;
	margin: 0 auto;	
	background-color: white; /*#EEEEEE;*/
	/*background-color: #B40027;*/
	/*background-color: #2A5FFF; */
	/*border: 1px solid #D6D6D6;*/
	border-top : 1px solid #C0C0C0; /*#D6D6D6;*/
	border-bottom : 1px solid #C0C0C0;
	
}

TD.menuborder {
	/*border-right: 1px solid #919191;*/
	border-left: 1px solid #919191;
	font-size: 0px;
	width: 0px;	
	margin: 0;
	padding: 0;
	/*#overflow: 0;*/
	white-space: nowrap;	
	background-color: #FFFFFF; /*: #D6D6D6;*/
	/*font-size: 18px;*/	
	/*color: #7E8C8C;*/	
}

SPAN.mainmenu {
	position: relative;	
	width: 950px;
	height: 40px;
	top: 5px;
}
DIV.mainmenu {		
	position: relative;	
	width: 950px;
	height: 38px;
	top: 5px;		
}

td.menuselect {
	/*color: black;*/
	/*font-weight:bold;*/
	/*background-color: red;*/
	/*color: red;*/	
}

div.menulists {
	position: absolute;	
	/*font-weight:bold;*/
	/*background-color: #999999;*/
	background-color: #B40027;	
	font-size: 12px;
	font-weight: bold;
}

A.mainlink {
	text-decoration: none;
	text-align: center;
}

FONT.mainlink {
	/*color: white;*/
	/*font-weight: bold;*/	
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: center;	
	color: black; /*colour of main menu on initial load*/
}

A.menurowitem {
	text-decoration: none;
	/*font-weight: bold;*/	
}

FONT.menurowitem {
	/*color: white;*/
	font-weight: bold;	
	font-size: 12px;
		
}


