#header {

height:300px;
width: 80%;
margin-left: 10%;
margin-right: 10%;
background-image:url(files/111.jpg);
background-position:center;
}

.roundedcornr_box {
   background: #000000;
   margin-left: 10%;
   margin-right: 10%;
   height: 100%;
   color:#FFFFFF;
}

.roundedcornr_bottom div {
   background: url(NL.png) no-repeat bottom left;
   
   
}
.roundedcornr_bottom {
   background: url(NP.png) no-repeat bottom right;
   
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 30px; }
#menu{
height:35px;
background:#000000;
text-align:center;
}

ul {
  padding:3px 0;
  margin-left:0;
  border-bottom:1px solid #003;
  font:bold 8pt Verdana, sans-serif;
}
ul li {
  list-style:none;
  margin:0;
  display:inline;
}
ul li a {
  padding:3px 0.5em;
  margin-left:3px;
  border:1px solid #003;
  border-bottom:none;
  background-color:#99CC00;
  text-decoration:none;
  color:#336600;
}
ul li a:hover {
  background-color:#009933;
  color:#FFA6BD;
}

.verh_box {
   background: #000000;
   margin-top: 5%;
   width: 80%;
   margin-left: 10%;
   margin-right: 10%;
}
.verh_top div {
   background: url(VL.png) no-repeat top left;
}
.verh_top {
   background: url(VP.png) no-repeat top right;
}

.verh_top div, .verh_top, 
.verh_bottom div, .verh_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.verh_content { margin: 0 30px; }

* =Hoverbox Code     
----------------------------------------------------------------------*/     
.hoverbox     
{     
     cursor: default;     
     list-style: none;     
}     

.hoverbox a     
{     
     cursor: default;     
}     

.hoverbox a .preview     
{     
     display: none;     
}     

.hoverbox a:hover .preview     
{     
     display: block;     
     position: absolute;     
     top: -33px;     
     left: -45px;     
     z-index: 7;     
}     

.hoverbox img     
{     
     background: 000000;     
     border-color:000000;     
     border-style: solid;     
     border-width: 1px;     
     color: inherit;     
     padding: 2px;     
     vertical-align: top;     
}     

.hoverbox li     
{     
     background: 000000;     
     color: inherit;     
     display: inline;     
     float: left;     
     margin: 3px;     
     padding: 5px;     
     position: relative;     
}     

.hoverbox .preview     
{     
     border-color: #000000;     
}