.horzmenu{
	height:44px;
}

.horzmenu .rndright{
	float:right;
	background-image:url(right.gif);
	background-repeat:no-repeat;
	height:44px;
	width:8px;
}

.horzmenu .rndleft{
	float:left;
	background-image:url(left.gif);
	background-repeat:no-repeat;
	height:44px;
	width:8px;
}

.horzmenu .horzmenu_wrap{
	position:relative;
	background-color:#CDEFF1;
	margin:0px 8px;
	height:44px;
}

.horzmenu .horzmenu_content{
	position:absolute;
	top:12px;
	left:26px;

}