/* This the main div that surrounds the navigation */
div.menu {
	position: absolute; top: 0px; left: 0px;
	z-index: 2;}

/* design for top bar divs of navigation */
div.topNav {
background: #dddddd;
background-image: url("navbg.gif"); background-repeat: yes-repeat;
border: solid; border-width: 1px; border-color: #aaaaaa;
font-size: 18px; line-height: 26px;
height: 30px;
text-align: center; text-decoration: bold;
z-index: 2;
}

div.topNav	a:link {text-decoration: none; color: #000000;}
div.topNav	a:active {text-decoration: none; color: #000000;}
div.topNav	a:visited {text-decoration: none; color: #000000;}
div.topNav	a:hover {text-decoration: none; color: #ff0000;}

/* design for drop down divs of navigation */
div.dropnav {
visibility: hidden;
background: #dddddd;
line-height: 16px;
padding-top: 14px; padding-bottom: 14px; padding-left: 10px; padding-right: 10px;
z-index: 1;
}

div.dropnav	a:link {text-decoration: none; color: #ff0000;}
div.dropnav	a:active {text-decoration: none; color: #ff0000;}
div.dropnav	a:visited {text-decoration: none; color: #ff0000;}
div.dropnav	a:hover {text-decoration: none; color: #000000;}

/* positioning and width for Home link div in top bar of navigation */
#div1a {
position: absolute; top: 0px; left: 0px;
width:74px;
}

/* positioning and width for Auto Projects mouseover div in top bar of navigation */
#div1b {
position: absolute; top: 0px; left: 75px;
width:130px;
}

/* positioning and width for Auto Projects drop down div of navigation */
#div2b {
position: absolute; top: 32px; left: 74px;
width: 210px;
}

/* positioning for future (wallpaper) mouseover in top bar of navigation */
#div1c {
position: absolute; top: 0px; left: 206px;
width: 112px;
}

#div2c {
position: absolute; top: 32px; left: 204px;
width: 140px;
}

/* positioning for future (auto directory) mouseover in top bar of navigation */
#div1d {
position: absolute; top: 0px; left: 319px;
width:140px;
}

/* positioning for image Click Gallery navigation over images */
div.gallerybutton {
	position: absolute; top: 0px; left: 0px;
	width:160px;
}

#div1e {
position: absolute; top: 0px; left: 460px;
width:92px;
}
#div2e {
position: absolute; top: 32px; left: 460px;
width: 115px;
}

#div1f {
position: absolute; top: 0px; left: 553px;
width:86px;
}
#div2f {
position: absolute; top: 32px; left: 500px;
width: 120px;
}

#partners {
position: absolute; bottom: 0px; right: 0px;
width:158px;
}
#partnerdrop {
position: absolute; bottom: 0px; right: 150px;
width:170px;
}
