/*Navigation*/
#header {
	width:1000px;
	height:155px;
}

#header-text {
	float:right;
	padding:50px 35px 0 0;
	color:#FFF;
	text-align:right;
}

#header-text span {
	font-size:20px;
	font-family: "Times New Roman", Times, serif;
}

#logo {
	display:block;
	float:left;
	width:172px;
	height:97px;
	margin-top:10px;
	padding:20px;	
	background:url(../graphics/logo.png) center no-repeat;
}

#navigation_wrap {
	clear:both;
	width:980px;
	height:45px;
	margin-left:10px;
	margin-top:-8px;
	z-index:19;
}

#navigation {
	float:left;
	width:740px;
	height:37px;
	background:url(../graphics/navigation.gif) top right repeat-x  ;
	}

#navigation-search {
	float:left;
	width:240px;
	height:37px;
	background:url(../graphics/navigation.gif) top left;
	background-repeat: repeat-x;
	}

#MakeDropDown {
	float:left;
	margin-top:8px;
	margin-left:15px;
	width:95px;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	}

#ModelDropDown {
	float:left;
	margin-top:8px;
	margin-left:10px;
	width:95px;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	}

#links {
	width:700px;
	height:20px;
	padding:10px 0 10px 0;
	}

#links li {
	float:left;
	}

#links li a {
	display:block;
	padding:0 13px 0 13px;
	font-size:11px;
	text-decoration:none;	
	color: #333;
	border-right:#333 dotted 1px;
	}

#links li a:hover {
	color:#ccc;
}

#links li .current {
	font-weight:bold;

	}

/* Drop Down */
#menu1 {
	visibility:hidden;
	position:absolute;
	left:312px;
	top:184px;
	width:145px;	
	z-index:15;
	}

#menu1 ul {
	width:145px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;	
	}

#menu1 li {
	width:145px;
	list-style-type: none;	
	}

#menu1 a {
	display: block;
	width:145px;
	height:20px;
	padding:10px 0 0 10px;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	color: #333;	
	font-weight: normal;
	background-color:#f5f5f5;
	border-bottom:#fff solid 1px;
	border-left:#fff solid 1px;
	border-right:#fff solid 1px;
	}

#menu1 a:hover {
	color: #ccc;
	text-decoration:none;
	}
