@charset "utf-8";
/* CSS Document */
<style>
/* These styles just pretty up the page a bit. */
body {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #eee; }
#wrap {
   font-size:1px;
   width: 100px;
   padding: 10px;
   margin: 0 auto; 
   background-color: #fff;
   position: relative; }

/* These styles create the dropdown menus. */
#navbar {
   margin: 0;
   font-size:11.4px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   padding: 0;
   height: 10px; }
.text.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#navbar li {
   list-style: none;
   border-right: 1px solid #fff;
   float: left;
    }
#navbar li a {
   display: block;
   padding: 3px 10px;
   background-color:#5e8ce9;
   color: #fff;  
   text-decoration: none; }
#navbar li ul {
   display: none; 
   width: 10px; /* Width to help Opera out */
   border-right: 1px solid #fff;
   background-color: #FC8902;}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   border-right: 1px solid #fff;
   margin:10;
   width:auto;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none;
   position:static;
   }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #69f;
   border-bottom: 1px solid #fff;   
   color: #ffffff;
  }
#navbar li li a:hover {
   background-color: #D5A905; 
  }
#navbar li.onB{
   display: block;
   padding: 3px 10px;
   background-color:#D5A905;
   color: #fff;  
   text-decoration: none; }

   .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 4px;

}
.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	padding-left: 5px;

}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}
.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9B5E00;
	text-decoration: none;
	vertical-align: top;
}
.textLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;


}
.border1 {
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 2px;


}
.text1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.border2 {
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;


}
.border3 {
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        border-color: #CCCCCC;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #9B5E00;
        vertical-align: top;

}

.borderRight {

	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.bottomBorder {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;





}
.textWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 4px;
}