#q-nav {
	height:33px;
	width:900px;
	margin:0 0 3px 0;
	padding:0;
}


/* http://monkeyflash.com/tutorials/css-image-rollover-navbar/ */

#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 33px;
}

#navbar li {
    list-style:none;
    display:inline;
	padding: 0;
	margin: 0;
	float:left;
}

#navbar a {
    color:#fff;
    text-decoration:none;
    float:left;
}
#navbar a:hover { 
    color:#1e5ebd;
}
#navbar a:active {
    color:#1e5ebd;
}


/*---------------------------*/
/*	   NAVIGATION ITEMS      */
/*---------------------------*/

.quicklinks{
	background:url(../images/subaru-quick-nav.jpg) no-repeat;
	background-position:top left;
	width:100px;
	height:33px;
	display:block;
	border:0;
}


#showroom{
	display:block;
	border:0;
}
#showroom a:link, #showroom a:visited, #showroom a:active{
	background-color:#0066FF;
	width:158px;
	height:33px;
	display:block;
	border:0;
	background:url(../images/subaru-quick-nav.jpg) no-repeat;
	background-position:-100px 0;
}
#showroom a:hover {
    background-position:-100px -33px;
}



#test-drive{
	display:block;
	border:0;
}
#test-drive a:link, #test-drive a:visited, #test-drive a:active{
	background-color:#0066FF;
	width:150px;
	height:33px;
	display:block;
	border:0;
	background:url(../images/subaru-quick-nav.jpg) no-repeat;
	background-position:-258px 0;
}
#test-drive a:hover {
    background-position:-258px -33px;
}


#offers{
	display:block;
	border:0;
}
#offers a:link, #offers a:visited, #offers a:active{
	background-color:#0066FF;
	width:142px;
	height:33px;
	display:block;
	border:0;
	background:url(../images/subaru-quick-nav.jpg) no-repeat;
	background-position:-408px 0;
}
#offers a:hover {
    background-position:-408px -33px;
}


#brochure{
	display:block;
	border:0;
}
#brochure a:link, #brochure a:visited, #brochure a:active{
	background-color:#0066FF;
	width:168px;
	height:33px;
	display:block;
	border:0;
	background:url(../images/subaru-quick-nav.jpg) no-repeat;
	background-position:-550px 0;
}
#brochure a:hover {
    background-position:-550px -33px;
}


#service{
	display:block;
	border:0;
}
#service a:link, #service a:visited, #service a:active{
	background-color:#0066FF;
	width:182px;
	height:33px;
	display:block;
	border:0;
	background:url(../images/subaru-quick-nav.jpg) no-repeat;
	background-position:-718px 0;
}
#service a:hover {
    background-position:-718px -33px;
}
