body {
	
	behavior:url(http://www.buyphoenixusedcars.com/htc/csshover.htc);
}


#menu {
	width: 935px;
	position: relative;
	display:block;
	margin: 35px auto auto auto;
}
 
ul#nav {
	list-style-type:none;
	float:right;
	padding: 0px;
	height: auto;
	margin-top: 0px;  
}

ul#nav li {
	float:left;
	margin:0px;
	text-align:left;
	margin-right:3px;
	background:#F3F3F3;
	text-align:center;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;         

}

ul#nav li a {
	text-align:center;
	text-decoration:none;
	letter-spacing:1.2px;
	color:#333333;
	padding: 0px 6px;
	font-size: 15px;
	margin-top: 0px;
	height: 34px;
}

ul#nav li a:hover {
	color:#EC0610;
}


ul#nav li ul {
	list-style-type:none;
	margin:0px 0px 0px -1px;
	padding:0px;
	position:absolute;
	left:-999em;
	float:none;
	background:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: auto;
}

ul#nav li ul li {
	float:none;
	list-style-type:none;
	margin:0px;
	padding:2px 0px 0px 0px;
	border:none;
}

ul#nav li ul li:hover {
	color:#CCCCCC;
	background-color: #CCCCCC;
}

ul#nav li ul li a {
	margin:0px;
	padding:2px 3px;
	display: block;
	width: 100px;
	text-align: left;
	height: 18px;
	font-size:13px;
}

ul#nav li ul li a:hover {
	color:#EC0610;
}


ul#nav li:hover ul, ul#nav li.sfHover ul {
	left:auto;
	
}


#test {
	margin-top:0px;
	height:22px;
	background:green;
}
