@charset "utf-8";
/* CSS Document */

body{
	background-image:url(bodybg3.jpg);
	background-repeat:repeat-x;
	background-color:#89adba;
}
.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;
list-style-type:none;
}

/* 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:75px;
padding:7px 0;
color:#FFF;
background-color:#657f88;
text-decoration:none;
margin-right:1px;
text-align:center;
font-size:12px;
padding-left:15px;
}
/* style the links hover */
.SEOMenu :hover{
color:#FFF;
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{
background-color:#657f88;
background-repeat:repeat-x;
color:#fff;
}
.RightPane, .LeftPane, .ContentPane, .BottomPane{
	padding: 10px;
}
.SEOMenu2 ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.SEOMenu2 li
{
	list-style-type:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}