/*Navigation*/
#audio {
	float:right;
}

#audio p{
	padding:0;
	float:left;
	padding-top:1px;
	padding-right:5px;
	padding-bottom:0;
	margin:0;
	color:#666;
}

#header {
	float:left;
	clear:both;
	width:1000px;
	height:210px;
	z-index:20;
	position: relative;
	background-image:url(../graphics/header.jpg);
	background-repeat:no-repeat;
	}
	
#header-twitter {
	width:140px;
	height:20px;
	position:absolute;
	right:16px;
	top:130px;
	z-index:400;
}
	


#adward {
		float:left;
	clear:both;
	width:1000px;
	height:100px;
	z-index:20;
	position: relative;
}

#navigation_wrap {
	width:980px;
	clear:both;
	margin-left:10px;
	margin-top:165px;
	
}

#navigation {
	float:left;
	width:740px;
	height:37px;
	background:url(../graphics/navigation.gif) top right repeat-x  ;
	}

#links {
	height:15px;
	margin:10px 0 0 10px;
	float:left;
	width: 725px;
	}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#links li {
	list-style:none;
	float:left;
	margin:0px;
	border-right:1px dotted #ccc;
	}

#links li a {
	text-decoration:none;
	list-style:none;
	padding-right:12px;
	padding-left:12px;
	color:#000000;	
	}

#links li a:link,#links li a:visited {
	/*display:block;/*   /*Uncomment if defining a width for each button*/
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height:11px;
	}

#links li a:hover,#links li a:active, #links li .current {
	color:#0f4377;
	text-decoration:none;
	}

#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;
	}

/* Drop Down */
#menu1 {
	position:absolute;
	left:390px;
	top:195px;
	width:130px;
	visibility:hidden;
	z-index:2000
	}
	
	#menu2 {
	position:absolute;
	left:515px;
	top:195px;
	width:130px;
	visibility:hidden;
	z-index:2000
	}

.dropdown ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width:130px;
	}

.dropdown li {
	list-style-type: none;
	width:132px;
	}

.dropdown a {
	display: block;
	height:19px;
	padding-top:3px;
	width:130px;
	text-align:center;
	text-decoration: none;
	color:#000000;
	font-size:11px;
	font-weight: normal;
	background-color:#f0f0f0;
	border-top:#fff solid 1px;
	z-index:2000
	}

.dropdown a:hover {
	color:#0f4377;
	text-decoration:none;
	}
	
	#left_models ul {
list-style:none;
margin:0;
padding:0;
}

#left_models li {
list-style:none;
margin-top:2px;
}

#left_models li a {
height:20px;
padding-top:4px;
text-decoration:none;
list-style:none;
background-color:#2065aa;
border:1px solid #000;


}

#left_models li a:link,#left_models li a:visited {
color:#fff;
display:block;
padding-left:5px;
font-size:10px;
}

#left_models li a:hover,#left_models li a:active {
color:#000;
text-decoration:none;
background-color:#fe8d27;

}

/*end of left model navigation*/

