@charset "utf-8";
.whitetextinmenu {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
body {
	background-color: #000000;
	max-width: 1280px;
}


.arrowlistmenu {
	width: 200px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font:  10px Georgia;
	background: url(titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align: center; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0px;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}


.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
}
.arrowlistmenu ul li a{
display: block;
padding: 2px 0;
font:  10px Georgia;
text-align: center;
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid;
font-size: 10px;
}

.arrowlistmenu ul li a:visited{

}


.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
}

#menu .arrowlistmenu .menuheader a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#menu .arrowlistmenu .categoryitems a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #959374;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
}

#menu .arrowlistmenu .categoryitems .subcategoryitems a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #534A40;
	text-decoration: none;
}

#menu .arrowlistmenu .menuheader expandable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#flash {position:fixed;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
	z-index:1;}

#mainmenubg {position:fixed;
	left:200px;
	top:0px;
	width:250px;
	height:100%;
	z-index:2;}

#bottombg{
	position:fixed;
	left:0px;
	width:100%;
	height:300px;
	z-index:3;
	bottom: 0px;
}

#ormondelogo {
	position:absolute;
	top:50px;
	z-index:3;
	vertical-align: middle;
	width: 250px;
	left: 200px;
}

#menu {
	position:fixed;
	left:200px;
	top:230px;
	width:250px;
	z-index:4;
	vertical-align: middle;
	border: none;
}

#ondine {position:fixed;
	z-index:4;
	bottom: 40px;
	right: 40px;}

#menu .arrowlistmenu .categoryitems .subexpandable {
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
