/* Horizontal menus ----------- */

#cart {
	float:right;
	margin-right: 35px;
	outline:none;
	height: 34px;
	overflow: hidden;
}
#cart input{
	outline:none;
}

#horizNavTable {
	width: 100%;
	height: 34px;
	background-image: url(../images/navBak.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#horizMenu {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	height: 34px;
	text-align: left;
	font-weight: normal;
	margin-left: 30px;
}
#horizMenu ul li {
	display: inline;
	/*need text def. to display the vertical section bars*/
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	color: #FFFFFF;	
}
#horizMenu ul {
	list-style: none;
	display: block;
	margin: 0px 0px 0px 0px;
	float: right;
}
#horizMenu ul a {
	font-size: 16px;
	line-height: 34px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 10px;
}

#horizMenu ul a:hover {
	color: #ffa57b;
}
