body {
background-color: #996633;
margin: 0px;
font:12px/1.5em Georgia, "Times New Roman", Times, serif;
text-align:center;
}

/* center everything */
#container {
text-align:left;
margin:0px auto;
width:850px;
}
#header {
background: #963 url(images/secondary_page_r1_c1.jpg) no-repeat top center;
height:90px;
width:850px;
margin:0px auto;
}
#header p {
float:right;
margin:40px 100px 0px 0px !important;
margin:40px 50px 0px 0px;
}
/* padding around the main content */
#wrap {
padding: 0px 95px 10px;
}
a {
color:#963;
}
a:hover {
color:#c96;
}
a.table {
color:#111;
}
a.table:hover {
color:#555;
}
h1 {
color:#963;
font-size:2em;
margin:0px;
padding:20px 0 0px;
}
.style9 {
font-size:10px;
}

/* background for the content table */
.content {
clear:both;
background:#fff url(images/bg.jpg) repeat-y top left;
text-align:left;
margin:0px auto;
}
.menu {
width:850px;
background:#fff url(images/bg.jpg) repeat-y top left;
margin:0px auto;
padding:0px;
height:40px;
}

/* remove border from images */
.menu a img {
border:0;
padding:0px;
}

/* remove the bullets, padding and margins from the lists */
.menu ul {
list-style-type:none;
padding:0;
margin:0px 84px;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table {
position:absolute;
border-collapse:collapse;
z-index:80;
left:0 !important;
left:-85px;
top:0px !important;
top:30px;
}

/* style all the links */
.menu a {
display:inline;
font-size:12px;
text-align:left;
padding:0;
color:#fff;
text-decoration:none;
text-align:left;
}
.menu ul li ul li a {
width:130px;
padding:3px 5px;
background:#963;
border-bottom:1px solid #000;
display:block;
}

/* style the links hover */
.menu :hover {
color:#000;
background:#cc9966;
}
html>body .menu :hover {
background:#fff;
}
html>body .menu ul li ul li a:hover {
color:#000;
background:#cc9966;
}
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
left:-85px !important;
left:0px;
top:30px !important;
top:0px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}


