/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 font-size:10px;
 font-weight:bold;
 font-family:verdana;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 21px; /* I'm using ems rather than px to allow people to zoom their font */
 left: -1px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 155px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	position: relative;
	margin-right: -1px;
 	z-index:999;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 background-color: #a19844;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}
.menulist ul li:first-child {
	border-top: 1px solid #000000;
}


.menulist ul li:last-child {
	border-bottom: 1px solid #000000;
}
/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #ffffff;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 background-color: #a19844;
}
.menulist  a.highlighted {
 color: #FFF;
 background-color: #999999;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */	

.articletitle {
	margin-left:10px;
	position:relative;
	top:-10px;
	left:-10px;
	border:1px solid #333333;
	padding:3px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	background:#EAE7D1;
}
.article {
	margin-bottom:20px;
	margin-left:3px;
	padding-top:2px;
	padding-left:10px;	
	padding-right:10px;
	padding-bottom:5px;
	border:1px solid #CCCCCC;
	background-repeat:no-repeat;
	background-position:top left;
}
.calendar {
	width:200px;
	margin-left:3px;
	padding-top:2px;
	padding-left:10px;	
	padding-right:10px;
	padding-bottom:5px;
	border:1px solid #CCCCCC;
	background-repeat:no-repeat;
	background-position:top left;
}
.calendaritem {
	padding-bottom:10px;
}
.articleend {
	text-align:right;
	height:25px;
	color:#999999;
	font-size:9px;
}
* {
	font-family:verdana;
	font-size:11px;
}
.banner {
	text-align:center;
	margin-top:20px;
	padding-bottom:20px;
}
.sortedtable {
	border:1px solid grey;
	width:100%;
}
h1 {
	font-size:14px;
	color:#222222;
}
h2 {
	font-size:12px;
	color:#555555;
}
.check {
	color:red;
	font-size:15px;
	font-style:italic;
} 
.check img {
	vertical-align:text-top;
}	
div.errors {
	background-color:red;
	font-weight:bold;
	color:white;
	padding:5px;
	margin:4px;
	border:2px solid orange;
}
