/*----------------------------------------------------------------
NAVIGATION STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Scheme:
------------------
Dark Brown: #462b10;
Light Brown: #83320d;
Dark Green: #3a4315;
Orange: #cc4f1e;
Dark Red: #8f381a;
Light Tan: #e7e5cb; 
------------------
----------------------------------------------------------------*/
/* =Main navigation start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
#mainNav{ /*ie6 fixes - ie-6.css*/
	position:relative;
	width:872px;
	height:35px;
	padding:0 12px;
	list-style:none;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:999;
	background-image: url(images/nav-bg-repeat.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#mainNav li{
float:left;
position:relative;
line-height:normal;
}

#mainNav a{
float:left;
display:block;
text-decoration:none;
color:#f8f8ed;
padding:7px 9px 8px 9px;
/*padding:7px 11px 8px 11px;*//*CHANGE BACK TO TO THIS AFTER REMOVING RATES FROM SPECIALS - REMOVE THE CODE IN THE ie-6 STYLESHEET ALSO*/
}

#mainNav a:hover{
color:#cc4f1e;
}

#mainNav li.selected a{
color:#cc4f1e;
background:url(images/nav-arrow.gif) center bottom no-repeat;
}


/*MAIN NAV SECOND LEVEL
************************/
#mainNav ul{
position:absolute;
left:0px;
top:38px;
list-style:none;
width:150px;
display:none;
font-size:10px;
padding:10px 0px 0px 0px;
z-index:5;
}

#mainNav li.last ul{
position:absolute;
left:-81px;
}

#mainNav li.short ul{
position:absolute;
left:-50px;
}

#mainNav li.hp_short ul{
position:absolute;
left:-98px;
}

#mainNav ul li{
padding:0px;
} 

#mainNav ul li a{
display:block;
width:150px;
height:auto;
text-decoration:none;
color:#ffffff;
background:#33332d;
border:1px solid #f3b8e2;
border-top:0px;
line-height:normal;
opacity:.85;
}

/* Fix IE. Hide from IE Mac */
* html ul li{
float:left;
height:1%;
}
* html ul li a{
height:1%;
}


#mainNav ul li a:hover{
color:#f3b8e2;
}
		
#mainNav li ul li a{
padding:3px 5px 4px 7px;
}
		
#mainNav li:hover ul,
#mainNav li.over ul{
display:block;
}

#mainNav ul.ddmenuleft{
position:absolute;
list-style:none;
width:150px;
display:none;
}

#mainNav li ul.ddmenuleft li a{
}


/* =Main navigation end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/

.rsslink a {
display:block;
margin:0px 0px 10px 14px;
background:url(images/navigation/rss.gif) no-repeat left 2px;
padding:2px 0 0px 18px;
}

/* -----------SUB NAV -----------*/
.subNav{
float:left;
width:100%;
margin:10px 0 20px 0;
list-style:none;
text-transform:uppercase;
font-size:10px;
background:url(images/subNav-divide.gif) left top no-repeat;
}

.subNav li{
padding:0 0 0 4px;
background:url(images/subNav-divide.gif) left bottom no-repeat;
}

.subNav a{
display:block;
font-weight:bold;
color:#462b10;
padding:0 0 0 12px;
line-height:26px;
text-decoration:none;
background:url(images/subNav-arrow.gif) left center no-repeat;
}

.subNav a:hover{
color:#cc4f1e;
}

.subNav li.selected a{
color:#cc4f1e;
background:url(images/subNav-arrow-selected.gif) left center no-repeat;
}

/* =Main navigation end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/