﻿/* Sliding Doors technique Vertical Nav */
/* General Nav Div attributes */
/* Sidebar Navigation
================================================*/
#sidebar ul {
margin: 0 0 0 6px;
list-style-type: none;
text-decoration: none;
}

#sidebar li {
margin-bottom: 16px;
}

#nav {
padding: 6px 0;
margin: 0;
}

#nav a {
display: block;
width: 260px;
margin: 0;
padding: 0;
height: 25px;
text-decoration: none;
text-indent: -900000px;
}

#nav #home01 a {
background: url(img/BestNav_Home01.gif) no-repeat 0 0;
}

#nav #home01 a:hover {
background-position: -260px 0;
}

#nav #history02 a {
background: url(img/BestNav_History02.gif) no-repeat 0 0;
}

#nav #history02 a:hover {
background-position: -260px 0;
}

#nav #highlights03 a {
background: url(img/BestNav_Highlights03.gif) no-repeat 0 0;
}

#nav #highlights03 a:hover {
background-position: -260px 0;
}

#nav #floorplans04 a {
background: url(img/BestNav_Floorplans04.gif) no-repeat 0 0;
}

#nav #floorplans04 a:hover {
background-position: -260px 0;
}

#nav #subdivisions05 a {
background: url(img/BestNav_Subdivisions05.gif) no-repeat 0 0;
}

#nav #subdivisions05 a:hover {
background-position: -260px 0;
}

#nav #products06 a {
background: url(img/BestNav_Products06.gif) no-repeat 0 0;
}

#nav #products06 a:hover {
background-position: -260px 0;
}

#nav #buildSpecs07 a {
background: url(img/BestNav_BuildSpecs07.gif) no-repeat 0 0;
}

#nav #buildSpecs07 a:hover {
background-position: -260px 0;
}

#nav #selections08 a {
background: url(img/BestNav_Selections08.gif) no-repeat 0 0;
}

#nav #selections08 a:hover {
background-position: -260px 0;
}

#nav #contact09 a {
background: url(img/BestNav_Contact09.gif) no-repeat 0 0;
}

#nav #contact09 a:hover {
background-position: -260px 0;
}

