/*
/ colors
///////////////////////////////////////////////////////////////////////////////////////////



*/

/*
/ treeview menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

#treeview_nav_container
{
	padding: 0 0 8px 0; /* add some padding between the bottom of the sidebar and the treeview menu */
}
#treeview_nav_container h1
{
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 23px 13px 3px 13px;
	text-transform: uppercase;
}
#treeview_nav_container h1 a:link, #treeview_nav_container h1 a:visited, 
#treeview_nav_container h1 a:hover, #treeview_nav_container h1 a:active
{
	color: #000;
}
#treeview_nav_container ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#treeview_nav_container li
{
	background-color: #DFDFDF;
	border-top: solid 1px #DFDFDF; /* hack: removes extra space above and below items in IE */
	border-bottom: solid 1px #DFDFDF; /* hack: removes extra space above and below items in IE */
	margin: 0;
	padding: 0;
}
#treeview_nav_container a:link, #treeview_nav_container a:visited, 
#treeview_nav_container a:hover, #treeview_nav_container a:active
{
	color: #000;
	display: block;
	text-decoration: none;
}
#treeview_nav_container a:hover
{
	text-decoration: underline;
}
#treeview_nav_container #treeview_nav_open_item, #treeview_nav_container #treeview_nav_open_item li
{
	background-color: #DFDFDF;
	border-top: solid 1px #DFDFDF; /* hack: removes extra space above and below items in IE */
	border-bottom: solid 1px #DFDFDF; /* hack: removes extra space above and below items in IE */
}
/* external link icon style */
#treeview_nav_container img.extlink
{
	vertical-align: middle;
	margin: -2px 0 0 5px;
}

/* level 2 */
#treeview_nav_container .treeview_nav_section2 li
{
	background: url('../images/bullet_grey_arrow.gif') 10px 7px no-repeat;
	margin: 0;
	padding: 0 0 0 4px;
}
#treeview_nav_container .treeview_nav_section2 a
{
	margin: 0;
	padding: 3px 12px 3px 9px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section2 span#treeview_nav_current_item
{
	display: block;
	background: #FFF url('../images/link_arrow.gif') 135px 5px no-repeat;
	margin: 0;
	padding: 0;
}

/* level 3 */
#treeview_nav_container .treeview_nav_section3 li
{
	margin: 0 0 0 9px;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section3 a
{
	margin: 0;
	padding: 2px 12px 2px 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section3 span#treeview_nav_current_item
{
	display: block;
	background: #FFF url('../images/link_arrow.gif') 126px 4px no-repeat;
	margin: 0;
	padding: 0;
}

/* level 4 */
#treeview_nav_container .treeview_nav_section4 li
{
	margin: 0 0 0 9px;
	padding: 0;
}
#treeview_nav_container .treeview_nav_section4 a
{
	margin: 0;
	padding: 2px 12px 2px 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
#treeview_nav_container .treeview_nav_section4 span#treeview_nav_current_item
{
	display: block;
	background: #FFF url('../images/link_arrow.gif') 117px 4px no-repeat;
	margin: 0;
	padding: 0;
}

/* level 5 */
#treeview_nav_container .treeview_nav_section5 li
{
	margin: 0;
	padding: 0 0 0 9px;
}
#treeview_nav_container .treeview_nav_section5 a
{
	margin: 0;
	padding: 0 4px 0 8px;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	line-height: 12px;
	color: #000;
}
#treeview_nav_container .treeview_nav_section5 span#treeview_nav_current_item
{
	display: block;
	background: #FFF url('../images/link_arrow.gif') 108px 4px no-repeat;
	margin: 0;
	padding: 0;
}

/*
/ nav strip menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

#nav_strip
{
	height: 19px;
	width: 621px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_strip_background.gif) no-repeat top right;
}

/* print page button style */

#print_page_container
{
	float: right;
	margin: 0;
	padding: 0;
}
#print_page_container a.nav_link
{
	display: block;
	margin: 0 8px 0 0;
	padding: 0;
	width: 15px;
	height: 19px;
	text-indent: -9000px; /* note use of image replacement */
	background: #B2B2B2 url(../images/print_icon_gray.gif) no-repeat 0 2px; 
}

/*
/ menu styles
///////////////////////////////////////////////////////////////////////////////////////////
*/

#navigation 
{
	width: 535px;
	height: 22px;
	position: absolute;
	top: 91px;
	left: 219px;
}
#navigation ul 
{
	margin: 0;
	padding: 0;
	float: left;
}
#navigation ul li 
{
	width: 107px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#navigation ul li a img
{
	width: 105px;
	height: 22px;
	margin: 0 1px 0 1px;
}
/*
#navigation ul li a#events_and_specials 
{
	background: url(../images/nav_button_events.gif) no-repeat 1px 0;
}
#navigation ul li#nav_current_item a#events_and_specials 
{
	background: url(../images/nav_button_active_events.gif) no-repeat 1px 0;
}
#navigation ul li a#locations 
{
	background: url(../images/nav_button_locations.gif) no-repeat 1px 0;
}
#navigation ul li#nav_current_item a#locations 
{
	background: url(../images/nav_button_active_locations.gif) no-repeat 1px 0;
}
#navigation ul li a#we_buy_cars 
{
	background: url(../images/nav_button_buy.gif) no-repeat 1px 0;
}
#navigation ul li#nav_current_item a#we_buy_cars 
{
	background: url(../images/nav_button_active_buy.gif) no-repeat 1px 0;
}
#navigation ul li a#now_hiring 
{
	background: url(../images/nav_button_hiring.gif) no-repeat 1px 0;
}
#navigation ul li#nav_current_item a#now_hiring 
{
	background: url(../images/nav_button_active_hiring.gif) no-repeat 1px 0;
}
#navigation ul li a#about_us 
{
	background: url(../images/nav_button_about.gif) no-repeat 1px 0;
}
#navigation ul li#nav_current_item a#about_us 
{
	background: url(../images/nav_button_active_about.gif) no-repeat 1px 0;
}
*/
