body {background:#2B526A;
}

div, td {font-family:Verdana, Arial, Helvetica, sans serif; font-size:12px; color:#ffffff;
}

.wrap {width:980px; background:#3A6E8F; border:1px solid #80A3B7;
}

.topbar {background:#3A6E8F; height:22px; 
}

.header {background:url(/ontario/canada/fly-in/fishing/lodge/air-ivanhoe-hdr-bg.jpg); height:163px;
}

.main1 {margin:4px; border:1px solid black; padding:10px;
}

.topnav {height:22px; background:#80A3B7; color: #FCF308; margin-bottom:16px; font-weight:bold;
}

.content {padding:10px; line-height:18px; text-align:left; width:96%;
}

.nav1 {background: #00264C; width:90%; height:30px; font-weight:bold; padding-left:20px; padding-top:6px; border-top:1px solid #ACC5D4; text-align:left;
}

.nav2 {background: #80A3B7; width:90%; height:30px; font-weight:bold; padding-left:20px; padding-top:6px; border-top:1px solid #ACC5D4; text-align:left;
}

a.lnav:link {
font-size:14px;
padding:4px;
text-decoration:none;
color:#ffffff;
}
a.lnav:visited {
font-size:14px;
padding:4px;
text-decoration:none;
color:#ffffff;
}
a.lnav:hover {
font-size:14px;
padding:4px;
text-decoration:none;
color:#FCF308;
}

.box1 {margin:4px; border:2px solid #FCF308; padding:10px; background:#00264C; color:#CCE1ED;
}

a:link {
text-decoration:none;
color:#FCF308;
}
a:visited {
text-decoration:none;
color:#FCF308;
}
a:hover {
text-decoration:none;
color:#00ff00;
}

.imgb {margin:4px; border: 2px solid #FCF308;padding:0px;

}

.footer {margin:4px;margin-top:0px; border:1px solid #80A3B7; background: #3A6E8F; padding:4px; width:980px; margin-top:4px; color:#CCE1ED;
}

h1 {font-size:26px; color:#FCF308; margin:0px;}

h2 {font-size:22px; color:#D0DCE4; margin:0px;}

























/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {

font-size:12px;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
padding-left:8px;
padding-right:8px;
position:relative;
background:#80A3B7;
text-align:left;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#FCF708; 
font-weight:bold;
border-width:1px 1px 0 0; 
background:#80A3B7; 
padding:2px; 
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#80A3B7;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:23px;
left:20px; 
width:150px;

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:23px;
t\op:23px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#80A3B7; 
color:#FCF308; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:150px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:150px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#00264C;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#00264C;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}



