/* 
A CSS Framework by Mike Stenhouse of Content with Style 
-------------------------------------------------------

Copyright (c) 2005, Mike Stenhouse of Content with Style

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * Neither the name of CSS Framework nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* NAV */   
    * html div#nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }   
	
	/*nav park bars */
	/*div.tab_box{
		background:#7f1127 url(../gui/tab_bg.jpg) top left repeat-x;
		margin: 0px 0 3px 0;
		border:solid 1px #000;
		padding:0;		
	}*/
	
	div.nav_box{
		cursor:pointer;	
		margin-top:0;
		margin-bottom:1px;	
	}
	div#holiday_home_cat_head{
		margin-top:5px;
	}
	div.nav_head{
		position:relative;
		text-align:left;
		color:#fff;
		padding: 0px 0 0px 6px;
		font-weight:bold;
		font-size:1em;
	}
	div.nav_head img{
		position:absolute;
		top:13px;
		left:200px;
		/*
		margin-right:6px;
		float:right;*/
	}
	*html div.nav_head img{
		left:195px;
	}	
	/*div.fox_corners{
		float:left;
		background: url(../gui/park_bars/corners_firefox.png) top left no-repeat;
		height:6px;
		width:100%;
	}*/
	/*box 1*/	
	div#park_bar_1 div.nav_head{
		background: #22313f url(../gui/park_bars/parkbar_blue_bg.png) top left repeat-x;
	}	
	/*box 2*/	
	div#park_bar_2 div.nav_head{
		background: #311935 url(../gui/park_bars/parkbar_purple_bg.png) top left repeat-x;
	}	
	/*box 3*/	
	div#park_bar_3 div.nav_head, div#park_bar_6 div.nav_head{
		background: #490133 url(../gui/park_bars/parkbar_violet_bg.png) top left repeat-x;
	}	
	/*box 4*/	
	div#park_bar_4 div.nav_head{
		background: #8cb228 url(../gui/park_bars/parkbar_green_bg.png) top left repeat-x;
	}	
	/*box 5*/	
	div#park_bar_5 div.nav_head{
		background: #f29722 url(../gui/park_bars/parkbar_orange_bg.png) top left repeat-x;
	}
	
	div.nav_head a,
	div.nav_head a:link,
	div.nav_head a:active,
	div.nav_head a:visited{
		display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
		color:#ffffff;
		text-decoration:none;
		padding: 12px 0px 12px 0px;
		width:100%;		
	}
	div.nav_head a:hover{
		color:#cccccc;
		text-decoration:none;
	}
 