@charset "utf-8";
/* CSS Document */
/* Start General Declarations */
body{background-image:url(img/bbkngd.png);background-position:center;background-attachment: fixed;}
a.navbtn:link {color: #000;text-decoration:none;}
a.navbtn:visited {color: #000;text-decoration:none;}
a.navbtn:hover {color: #00F;text-decoration:none;}
a.navbtn:active {color: #00F;text-decoration:none;}
#wrapper{width:800px;margin:0 auto;}
#header{background-image:url(img/header.png);width:800px;height:176px;margin-top:25px;}
#navi{background-image:url(img/nav.png);width:800px;height:66px;margin-top:-1px;}
#naviwrapper{width:600px;height:66px;margin-top:-1px;margin-left:30px;}
#contop{width:800px;height:76px;background-image:url(img/contop.png);}
#Content{width:800px;background-image:url(img/cont.png);}
#text{width:750px;text-align:left;margin:0 auto;}
#footer{background-image:url(img/footer.png);width:800px;height:167px;}
#footertxt{width:700px;height:167px;text-align:center;padding-top:60px;font-size:10px;}
#validation{width:800px;padding-top:15px;padding-bottom:60px;}
#title{width:800px;height:76px;text-align:center;font-size:24px;}
/*End declaration*/
/* Begin Nav */
.menu ul{width:800px;list-style-type:none;padding:0;margin:0;}
.menu li{float:left;position:relative;z-index:100;}
.menu li li{color:#fff;}
.menu table{position:absolute;border-collapse:collapse;z-index:80;left:-1px;top:10px;}
.menu a, .menu :visited {display:block;width:100px;height:20px;text-align:center;margin-top:25px;border-right:thin #999 solid;font-size:14px;}
.menu ul ul {visibility:hidden;position:absolute;width:00px;height:20px;margin-top:1px;}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
.dropdown{width:155px;height:22px;background-color:#999;border:1px solid #333;margin-top:-1px;text-align:left;text-indent:0px;}
.dropdown a:visited{height:16px;margin-top:3px;width:155px;}
.dropdown a {height:16px;width:155px;margin-top:3px;}
.dropdown a:link {color: #fff; font-size:12px;text-decoration:none;}
.dropdown a:visited {color: #fff; font-size:12px;text-decoration:none;}
.dropdown a:hover {color: #000; font-size:12px;text-decoration:none;background-color:#CCC;font-weight:bold;}
.dropdown a:active {color: #000; font-size:12px;text-decoration:none;background-color:#CCC;font-weight:bold;}
/*End Nav*/
