@charset "utf-8";
/* CSS Document */

/*** header ***/
.header_sub {
	width:900px;
	height:60px;
	padding:10px 0 0 0;
	float:left;
	clear:both;
	background:url(../img/header_sub.gif) no-repeat;
}
.logo_sub {
	width:230px;
	float:left;
	margin:0;
	padding:0 0 0 10px;
}

/*** footer ***/
.footer {
	width:900px;
	background:url(../img/footer.gif) repeat-y;
	text-align:center;
	font-size:11px;
	clear:both;
	color:#999;
}
.footer a {
	color:#999;
	text-decoration:none;
}

/*** drop down menu ***/
#nav, #nav ul {
	padding:0;
	margin:0;
	list-style: none;
	line-height: 1;
	position:relative;
	top:0px;
}
#nav{
  float:right;
	margin-right:0em;
}
	#nav a {
		display:block;
		height:25px;
	}

#nav li {
	float:left;
}

#nav li ul {
	position: absolute;
	margin-top:25px;
	width:85px;
	background:#fff;
	left:-999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

#nav li.h_car {
	width:85px;
}
#nav li.h_service {
	width:85px;
}

.h_home a {
	display:block;
	width:85px;
	height:25px;
	background:url(../img/home1.gif) no-repeat;
}
.h_home a:hover {
	background:#ccc url(../img/home2.gif) no-repeat;
}
.h_showroom a {
	display:block;
	width:100px;
	height:25px;
	background:url(../img/showroom1.gif) no-repeat;
}
.h_showroom a:hover {
	background:#ccc url(../img/showroom2.gif) no-repeat;
}
.h_car a {
	display:block;
	width:85px;
	height:25px;
	background:url(../img/car1.gif) no-repeat;
}
.h_car a:hover {
	background:#ccc url(../img/car2.gif) no-repeat;
}
.h_reading a {
	display:block;
	width:85px;
	height:25px;
	background:url(../img/eading1.gif) no-repeat;
}
.h_reading a:hover {
	background:#ccc url(../img/eading2.gif) no-repeat;
}
.h_blog a {
	display:block;
	width:85px;
	height:25px;
	background:url(../img/blog1.gif) no-repeat;
}
.h_blog a:hover {
	background:#ccc url(../img/blog2.gif) no-repeat;
}
.h_service a {
	display:block;
	width:85px;
	height:25px;
	background:url(../img/service1.gif) no-repeat;
}
.h_service a:hover {
	background:#ccc url(../img/service2.gif) no-repeat;
}
.h_map a {
	display:block;
	width:85px;
	height:25px;
	background:url(../img/map1.gif) no-repeat;
}
.h_map a:hover {
	background:#ccc url(../img/map2.gif) no-repeat;
}
