	
.menu{
	
/*
 <div id="menu" use #menu
 <div class="menu" use .menu
*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	font-weight: 500;
	color:#554400;  /*text colour*/
	
	display:block;
	float:left;
	
	background-image:url(../images/menubarltgrn.gif);/* underline text decoration, able to be altered as link state changes */
						background-position:bottom;
						background-repeat: repeat-x;
		
	width:130px;
	min-height:21px;
	max-height:43px;
	
	position:relative;
	z-index:5;
	
	
	padding-top:11px;
}	

.menu a:link,
.menu a:visited,
.menu a:hover,
.menu a:active {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	font-weight: 500;
	color:#554400;/* dehub dark green */
}
	
.menu a:hover{	color:#a3a60f; /*dehub light green*/
	/*background-image:url(../images/menubarltgrn.gif);
	background-position:bottom;
	background-repeat:no-repeat; */
	width:111px;
	text-decoration:none;
} 

.menu a:active {
	color:#ff6600;/* orange colour for current page */
	/*background-image:url(../images/menubarorange.gif);
	background-position:bottom;
	background-repeat:no-repeat;*/
	width:111px;
	text-decoration:none;
} 

.commentspace {
	background-color:#ffffff;
	-webkit-border-radius-bottom-left: 8px; /* for Safari rounded corners */
    -moz-border-radius-bottomleft: 8px; /* for Mozilla Firefox rounded corners */
	float:right;
	height:48px;
	width:674px;
	text-align: left;
}

.logospace {
	/*background-image: url(../images/logospace.gif);*/
	background-color:#fff;
	/*
	-webkit-border-radius-bbottom-right: 15px; /* for Safari rounded corners */
    /*
-moz-border-radius-bottomright: 15px; /* for Mozilla Firefox rounded corners */
	/*
-webkit-border-radius-bottom-left: 15px; /* for Safari rounded corners */
   /*
 -moz-border-radius-bottomleft: 15px; /* for Mozilla Firefox rounded corners */
	
	margin-top:20px;
	width: 942px;
	height: 85px;
	float: bottom;
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
}

#search {
	background-image:url(../images/searchbgd.gif);
	background-repeat: no-repeat;
	float: right;
	width:318px;
	height:51px;
	text-align:center;
	padding-top: 10px;
}

#we {
	background-image:url(../images/we.gif);
	background-repeat:no-repeat;
	width:309px;
	height:29px;
	display:inline-block;
	text-align:center;
}

#content h1{ /* Same as Welcome h1 */

	background-image:url(../images/orangeuln.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	max-width:272px;
	
	color:#ff6600;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:48px;
	line-height:60px;
	
	padding-top:0px;
	margin-left:15px;
}

#content p{ /* Same as Welcome p */
	
	background-image:none;
	
	color:#806600; /* darker text colour for lighter backgrounds */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	
	padding-top:20px;
	margin-left:15px;
	
}

#content a:link, a:visited, a:hover{text-decoration:none;}
#content a:link{
    color:#a3a60f;
}
    
#content a:visited{
    color:#554400;
}

#content a:hover{
    color:#ff6600;
}
#resources{
	margin: 10px;
    padding: 10px;
	min-height:120px;
}

#resources img{
	float:left;
	padding-right:5px;
}
