
/* ================================================================ 
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/ul-multi.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* default styling */
.nav,
.nav ul{list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;  position: relative; left: 0px;}
.nav {font-family: Arial, Verdana, "Arial Narrow", Arial, Helvetica, sans-serif; font-size:11px; width:960px; margin:0 auto; }

/* style the links */

/* style the <b> element so that is does not affect the size of the link */
.nav a b {background: #5381af; border:1px solid #000; border-color:#ddd #ddd #ddd #ddd; color:#fff; font-weight:normal; display:block; padding:5px 3px; text-align: left;}
.nav .drop a:hover b {background-color:#aaa; color:#1C3855; background:url(http://www.tahoevacationguide.com/img/nav_tab_active-sq.gif); cursor:pointer; text-align: left;}
.nav .drop a:hover  {color: #29547e; background:url(http://www.tahoevacationguide.com/img/nav_tab_active-sq.gif); cursor:pointer; text-align: left;}
.nav .fly .main b {background: #5381af;/* url(img/arrow2.gif) no-repeat 115px 9px; */ text-align: left;}



.nav .down b {background:#999; background: #660066;/* url(img/arrow2.gif) no-repeat 113px 11px; */}
.nav .right ul b {text-align:right;}
.nav .right ul .main b {background:#999 url(ulmulti/arrow3.gif) no-repeat 10px 9px; text-align:right;}



/* style the <span> element so that is does not affect the size of the link */
.nav  .tb { background:url(http://www.tahoevacationguide.com/img/nav_tab.gif);font-size: 13px; font-weight:600; display:block; padding-bottom: 5px; padding-top: 5px; vertical-align:center; color: #FFF;} 
.nav .tb:hover  {background:url(http://www.tahoevacationguide.com/img/nav_tab_active.gif); cursor:pointer;  font-size: 13px;  font-weight: 700; color: #29547e;} 
/* .nav .right ul .tb {text-align:right;} */

.nav  .tbselect {background:url(http://www.tahoevacationguide.com/img/nav_tab_active.gif);font-size: 13px; font-weight:600; display:block; padding-bottom: 5px; padding-top: 5px; vertical-align:center;  color: #29547e;} 
.nav .tbselect:hover  {background:url(http://www.tahoevacationguide.com/img/nav_tab_active.gif); cursor:pointer;  font-size: 13px;  font-weight: 700;} 
/* .nav .right ul .tbselect {text-align:right;} */




/* HEIGHT */
.nav ul ul {top:-26px;} /* position the top of the flyout sub menus */

/* WIDTH change this WITH CARE to suit your requirements */

/*set the link width here*/
.nav .drop,
.nav a {width:136px;}
.nav .tb {width: 136px;}
.nav .tbselect {width: 136px;}
.nav ul li {max-width:136px;} /* fix for IE8 */

/* set the left flyout position here */
.nav ul ul {left:136px;}
/* set the right flyout position here */
.nav li.right ul ul {left:auto; right:120px;}

/* make this WIDTH - 1px */ /* or WIDTH - 0.063em if using em sizing */
.nav a {margin-right:-135px;}
.nav .tb {margin-right:-135px;}
.nav .tbselect {margin-right:-135px;}

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

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20;} /* necessary for float drop and to stack the <ul>s */
.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block;} /* needs to have a position above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:10000px;} /* bring the top level links back into view */
.nav .drop,
.nav .fly {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */

/* The bit that does ALL the work to bring the sub menus into view */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; z-index:10; outline:0}

.nav .tb:hover,
.nav .tb:focus,
.nav .tb:active {margin-right:0; z-index:10; outline:0}

.nav .tbselect:hover,
.nav .tbselect:focus,
.nav .tbselect:active {margin-right:0; z-index:10; outline:0}


.nav a:focus b,
.nav a:active b {background:#aaa; color:#FF;} /* for tabbing */

.nav .tb:focus b,
.nav .tb:active b {background:#aaa; color:#FFF;} /* for tabbing */

.nav .tbselect:focus b,
.nav .tbse;ect:active b {background:#aaa; color:#FFF;} /* for tabbing */

/* OPERA fix */
.nav ul:hover,
.nav ul ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */


/* next section, navigation for secondary, context-secific menus */

#nav-left ul {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

#nav-left a {font-family: Arial, Verdana, "Arial Narrow", Arial, Helvetica, sans-serif; font-size:13px; color: #29547e; padding-top: 1px;padding-left: 10px; padding-right: 10px;text-decoration: none;} 
#nav-left li{float: left;}
#nav-left li:hover a {	color:#666; text-decoration: underline;}

#nav-right ul {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

#nav-right a {font-family: Arial, Verdana, "Arial Narrow", Arial, Helvetica, sans-serif; font-size:13px; color: #29547e; padding-top: 1px;padding-left: 10px;padding-right: 10px; text-decoration: none;} 
#nav-right li {float: right;}
#nav-right li:hover a {	color:#666; text-decoration: underline;}


/* next section, navigation for third,activity-secific menus */
/* #navsub {margin-left: 10px; border: 1px solid #29547e; width: 680px; margin-top:20px; } */


#navsub ul {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
width: 960px;

}

#navsub a {font-family: Arial, Helvetica, sans-serif; font-size:9px; color: #29547e; padding-top: 1px;padding-left: 7px; padding-right: 7px;text-decoration: none;} 
#navsub li{float: left; list-style-type: none;
}
#navsub li:hover a {	color:#666; text-decoration: underline;}


/* section menus */
.section-links {font-family: Arial, Verdana, "Arial Narrow", Arial, Helvetica, sans-serif; font-size:13px; 
	/*text-align: left; */
}

A.section-links		{ text-decoration: underline; }
A.section-links:link		{ color: #29547e; text-decoration:  underline; }
A.section-links:visited	{ color: #29547e;  text-decoration:  underline; }
A.section-links:active		{ color: #29547e;  text-decoration:  underline; }
A.section-links:hover		{ color: #666;  text-decoration:  underline; }



