Body {
	background:url(body.jpg);
	background-repeat:repeat-x;
	background-color:#b9af9a;
	color:#000;
}
.LeftPane, .ContentPane{
	padding:10px 10px 10px 10px;
}
.SEOMenu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.SEOMenu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.SEOMenu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.SEOMenu a, .SEOMenu :visited {
display:block;
font-size:10px;
width:80px;
color:#000;
text-decoration:none;
margin-right:0px;
text-align:center;
font-size:12px;
background:url(tab2copy.png);
background-repeat:repeat-x;
line-height:25px;
}
/* style the links hover */
.SEOMenu :hover{
color:#820C0B;
text-decoration:underline;

}

/* hide the sub level links */
.SEOMenu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.SEOMenu ul li:hover ul,
.SEOMenu ul a:hover ul{
visibility:visible;
}
.SkinObject a, .SkinObject:link, a.SkinObject:active, a.SkinObject:visited, a.SkinObject:hover{
color:#FFF;
}
.MenuPane{
padding-left:175px;
}
