﻿#SubLink1, #SubLink2, #SubLink3, #SubLink4, #SubLink5
	{
	position: relative;
	float: left;
	height: 25px;
	margin-right: 20px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	}
	

.subFocus, .SubLinks .subFocus, a:focus, .SubLinks alt:hover, .SubLinks a:active
	{
	background: #006e00;
	background: hsla(120,30%,43%,0.7);
	}
	
@media 
(orientation: portrait)
{
	#SubLink1, #SubLink2, #SubLink3, #SubLink4, #SubLink5
	{
	height: 60px;
	}
}
