/* CSS Document */

ul#navmenuhoriz {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 157px;

}

ul#navmenuhoriz li{
	position: relative;
}

ul#navmenuhoriz li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
ul#navmenuhoriz li a {
	text-indent: 8px;
	color: #6d6d6d;
	display: block;
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
	padding-top: 0px;
	padding-left:7px;
padding-bottom: 2px;
		border-top: 1px dotted #d8d8d8;
	margin: 0;
	width:100%;
background-image: url(/images/arrow_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
}

ul#navmenuhoriz li a:hover {
	color: #fff;
	background-color: #ff6701;
	background-image: url(/images/arrow_white.gif);
	background-position:left;
	background-repeat:no-repeat;
} 

/* Fix IE. Hide from IE Mac \
* html ul#navmenuhoriz li { 
	float: left; 
	height: 1%; 
}
* html ul#navmenuhoriz li a {
	height: 1%;
	position:relative;
}
*/


.navline {
border-top: 1px dotted #d8d8d8;
width: 157px;
float:left;

}
