* html {padding:0; margin:0;}



.padit {
padding-top:40px;
}
.button1 {
margin-top:-22px;
padding-left:23px;
}
* + html .button1 {
margin-top:0;
padding-left:0px;
}
.button2 {
margin-top:-24px;
padding-left:0;
}
* + html .button2 {
margin-top:0px;
padding-bottom:4px;
padding-right:3px;
}

*  html .button1 {
margin-top:0;
padding-left:0px;
padding-bottom:4px;
}
*  html .button2 {
margin-top:0px;
padding-bottom:10px;
padding-right:3px;
}

/*  ---------------------------------   RIGHT SIDE BOXES BELOW HEADER NAVIGATION MENU  ----------------------     */
.rbox0 {
margin-left:-5px;
}
.rbox1 {
margin-top:-23px;
margin-left:-5px;
}
.rbox2{
margin-top:-45px;
margin-left:-5px;
}
* + html .rbox1 {
margin-top:12px;
}
* + html .rbox2{
margin-top:11px;
padding-top:0px;
}

*  html .rbox1 {
margin-top:10px;
}
*  html .rbox2{
margin-top:10px;
padding-top:0px;
}

/* ----------------------------------------------------------------------------------------------------------   */

.fotospace {
padding-top:25px;
}
.va1 {
padding-top:35px;
}

* html .va1 {
margin-top:10px;
}

.one {
margin-top:-5px;
}
.style0 {
text-decoration:none;
font-size:12px; color:#003d7B; font-family:Verdana; padding-top:20px; font-weight:700;
}
.style0a {
text-decoration:none;
text-align:center;
font-size:10px; color:#003d7B; font-family:Verdana; padding-top:20px;
}
.style1 {
text-decoration:none;
font-size:12px; color:#003d7B; font-family:Verdana; padding-bottom:0px; font-weight:700;
}
.style2 {
text-decoration:none;
text-align:center;
font-size:10px; color:#003d7B; font-family:Verdana; padding-bottom:0px;
}
.style3 {
text-decoration:none;
font-size:12px; color:#003d7B; font-family:Verdana; padding-bottom:5px; font-weight:700;
}
.style4 {
text-decoration:none;
text-align:center;
font-size:10px; color:#003d7B; font-family:Verdana; padding-bottom:5px;
}
.car {
padding-top:35px;
padding-left:7px;
}
.car2 {
margin-top:-2px;
padding-left:7px;
}
.carR {
padding-top:30px;
padding-left:15px;
}
.car2R {
margin-top:-2px;
padding-left:15px;
}
.nodec {
text-decoration:none;
}
.style9 {
margin-top:0px;
padding-top:0px;
}
* + html .alleft {
text-align:left;
}
.hone {
padding-top:50px;
font-family:Verdana;
text-align:center;
color:#003D7B;
font-weight:bold;
font-size:23px;
}
.htwo {
font-family:Verdana;
text-align:justify;
color:#003D7B;
font-weight:bold;
font-size:17px;
font-style:italic;
}

/*
.plink {
font-family:Verdana;
text-align:justify;
color:#003D7B;
font-weight:bold;
font-size:13px;
}
.green  a:link, a:visited, a:hover, a:active {
color:#09a00f;
text-decoration:none;
}
*/


  /*  --------------------------------------------------------    */


/* style the outer div to give it width */
.menu1 {
position:relative;
top:-32px;
left:421px;
width:10px;
height:1px;  
font-size:10px;
z-index:1000;    /* added  */
}

* + html .menu1 {
position:relative;
top:-33px;
left:421px;
width:10px;
}

* html .menu1 {
position:relative;
top:-33px;
left:421px;
width:10px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu1 ul 
{
padding:0;
margin:0;
list-style-type:none;
}

.menu1 ul ul
{
width:150px;
padding:0;
margin:0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu1 li
{
float:left;
width:150px;
position:relative;
}

/* style the links for the top level */
.menu1 a, .menu1 a:visited
{
display:block;
font-size: 10px;
text-decoration:none; 
color:#003D7B; 
width:40px; 
height:30px; 
padding-left:10px; 
line-height:29px;  
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu1 a, * html .menu1 a:visited
{
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu1 ul ul a.drop, .menu1 ul ul a.drop:visited
{
background:#f6f6f6;
}

/* style the second level hover */
.menu1 ul ul a.drop:hover
{
background:#f6f6f6;
}

.menu1 ul ul :hover > a.drop
{
background:#f6f6f6;
}

/* style the third level background */
.menu1 ul ul ul a, .menu1 ul ul ul a:visited
{
background:#f6f6f6;
}

/* style the third level hover */
.menu1 ul ul ul a:hover
{
background:#f6f6f6;
}

.menu1 ul ul ul :hover > a
{
background:#dddddd;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu1 table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 ul ul
{
visibility:hidden;
position:absolute;
bottom:22px;
left:0; 
width:150px;
}

* html .menu1 ul ul
{
bottom:20px;
}

/* position the third level flyout menu */
.menu1 ul ul ul
{
left:-150px; 
bottom:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
.menu1 ul ul ul.left
{
left:-150px;
}


/* style the second level links */
.menu1 ul ul a, .menu1 ul ul a:visited
{
background:#f6f6f6; 
color:#000000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}

* html .menu1 ul ul a
{
font-size: 10px;
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu1 a:hover
{
color:#000000;
font-size: 10px;
background:none;    /*  IMPORTANT -- THIS IS NEEDED FOR VISIBILITY OF MENU   */
}


.menu1 ul ul ul :hover > a
{
background:#dddddd;
}





.menu1 ul ul a:hover
{
color:#000000;
font-size: 10px;
background:#dddddd;
}

.menu1 :hover > a
{

color:#000000;
font-size: 10px;

}

.menu1 ul ul :hover > a
{
color:blue;
font-size: 10px;
background:#dddddd;
}

/* make the second level visible when hover on first level list OR link */
.menu1 ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu1 ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu1 ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.menu1 ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu1 ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
