/*horiz menu start*/
#menu {
	float:left;
	width:150px;
	position:absolute;
	top:148px;
	left:199px;
	height:48px;
}
#menu ul {
	padding:0 2px 0 0;
	margin:0;
	font-size:20px;
	font-weight:bold;
	height:48px;
	text-align:left;
	}
#menu ul li {
	list-style:none;
	float:left;
	height:48px;
	padding:1px 0 0 2px;
	}
#menu ul li a {
	color:#ff3333;
	text-decoration:none;
	display:block;
	float:left;
	width:150px;
	line-height:33px;
	height:48px;
}
#menu ul li a.active,
#menu ul li a:hover {
	color:#fff;
}
#menu #home a.active span,
#menu #home a:hover span {
}
#menu #contact a.active span,
#menu #contact a:hover span {
}
#menu #home {
}
#menu #home a {
	width:149px;
}
#menu #home a span {
	float:left;
	width:100%;
}
#menu #contact {
}
#menu #contact a {
	width:149px;
}
#menu #contact a span {
	float:left;
	width:100%;
}
/*horiz menu end*/
