<!-- SSMarine Style -->
body {
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {  
	background-color: #000000;
	position: relative;
	left: 50%;
	top: 3px;
	width: 800px;
	height: 200px;
	margin-left: -400px;
}


#contact {
position: absolute;
top: 53px;
right: 11px;
text-align:right;
font-weight: bold;
color: #333333;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}		

#top {
	background-color: #000000;
	position: absolute;
	padding: 0px;
	top: 10px;
	left: 8px;
	width: 784px;
}

#menu {
	width: 100%;
	position: relative;
	top: 123px;
	right: 3px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 101px;
	float: right;
}

#menu a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 4px 5px;
}

#menu h2 {
	display: block;
	background-color: none;
	margin: 0;
	padding: 4px 5px;
}

#menu a.except {
	color: none;
	background: none;
	text-decoration: none;
}

#menu a.except:hover {
	color: none;
	background: none;
	text-decoration: none;
}

#menu a {
	color: #FFFFFF;
	background: #006699;
	text-decoration: none;
}

#menu a:hover {
	color: #006699;
	background: #FFFFFF;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menubar a {

  	position: absolute;
  	height: 50px;
  	width: 50px;
  	top: 0px; 
  	text-decoration: none;
}

a#home {
	left: 175px; top: 120px; width: 100px; height: 25px;
}
a#new {
	left: 275px; top: 120px; width: 100px; height: 25px;
}
a#used {
	left: 375px; top: 120px; width: 100px; height: 25px;
}
a#proshop {
	left: 475px; top: 120px; width: 100px; height: 25px;
}
a#service {
	left: 575px; top: 120px; width: 100px; height: 25px;
}
a#about {
	left: 675px; top: 120px; width: 100px; height: 25px;
}

#a {
	color: #CCFFFF;
	text-decoration: none;
}

#a:hover; {
	color: #FFFFFF;
	text-decoration: underline;
}

<!--[if IE] -->


#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
	font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}

<!--[endif]-->