/* 

ausxip. mesh. please do not copy.

*/

body {
	margin: 0px auto;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #2B2020;
	font-size: 90%;
	align: center;
	background-color: #3B2313;
}

#box { 
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	background: #E4DD99;
	background: url(http://reneeoconnor.info/nav/2/bk.jpg) repeat center;
}


table {	color: #E4DD99; 
	font-size: 90%;
}


#banner {
	margin: 0px auto;
	padding: 0px;
	background: url(http://reneeoconnor.info/nav/2/mesh-roc-780.jpg) no-repeat;
	height: 430px;
}

#banner_text1 {
	padding: 14px 14px 379px 14px;
	text-align:center;
	letter-spacing: 1px;
	font-size: 90%;
	text-transform:uppercase;
	color: #E4DD99;
}



h1 {
	letter-spacing: 1px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	text-transform: uppercase;
}

a {
	text-decoration: underline;
	color: #974525;
}

a img {
	border: none;
}


#sidebar {
	float: left;
	width: 160px;
	margin: 15px 0px 0px 15px;
	text-align: left;
	font-size: 90%;
}


#content {
	margin: 15px 15px 0px 5px;
	width: 550px;
	float: right;
	text-align: justify;
}

#title {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 2px;
}


#footer {
	clear: both;
	align: center;
	height: 20px;
}



/* Begin CSS Popout Menu */z

#menu{
magin:0;
color:#C8B488;
align: center;
vertical-align:middle;
}

#menu a
{
display:block;
color:#C8B488;
border-width:1px;
border-style:solid;
border-color:#6C5042;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#menu a{
background:#301305;
text-decoration:none;
color:#C8B488;
}

#menu a, #menu a:visited{
color:#A98D51;
}

#menu a:hover{
color:#A98D51;
background:#6C5042;
}

#menu a:active{
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:right;
width:9em;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#A49655;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#A98D51;
background:#eee;
}

#menu a.x:hover{
color:#a00;
background:#6C5042;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */


<!--[if IE]>
<style type="text/css" media="screen">

</style>
<![endif]-->


<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url('http://reneeoconnor.info/nav/2/csshover.htc'); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->