@import url(horizontal.css);

ul.hmenu a, ul.hmenu a:visited {
	background-color:white;
	border:1px solid black;
	padding:5px 7px;
	font:bold normal 0.7em tahoma, verdana, sans-serif;
	color:#5C92C0;
	text-decoration:none;
	letter-spacing:1px;
}

ul.hmenu a:hover, ul.hmenu a:focus, ul.hmenu a.rollover, ul.hmenu a.rollover:visited {
	background:#5C92C0;
	color:#F2F7F4;
	text-decoration:none;
}

/* external + null links */
ul.hmenu a.external, ul.hmenu a.external:visited {
	background: white url(../../images/aoutside.gif) 100% 50% no-repeat;
	padding-right: 10px;
}

ul.hmenu a.external:hover {
	background: #5C92C0 url(../../images/aoutside.gif) 100% 50% no-repeat;
	padding-right: 10px;
}

ul.hmenu a.none, ul.hmenu a.none:visited {
	cursor:default;
}

/* parent nodes */
ul.hmenu li .haschildren {
	background: transparent url(../../images/arrow.down.gif) 100% 50% no-repeat;
	padding-left:10px;
}

ul.hmenu li ul .haschildren {
	background: transparent url(../../images/arrow.right.gif) 100% 50% no-repeat;
	padding-left:10px;
	float:right; 
	margin-top:-10px;
}

@media screen, projection {
	* html li ul .haschildren {
		f\loat:none; 
		margin-top:none;
		}
				
	}
