@charset "utf-8";
/* CSS Document */

nav { 
	display: none;
	margin-left: 19px;
	/*margin-right: 5px;*/
	margin-bottom: 0;
	background: #2645a0;
	
	position: relative; 
}

#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation a {
	background-color: rgba(38,69,160,0.9);
	text-decoration: none;

	font-family: Trebuchet MS, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: normal;
	

	text-align: center;
	
	border: 1px solid #2645a0;

	margin: 0px;
	padding: 0px;
	color: #FFF;
}

#navigation a:hover {
	border:1px solid #5d83f2;
	background-color: #5d83f2; 
}

/* arrows in menu */

#navigation .stack > a {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	/*background-position: 99% 13px;*/
	background-position: 96% -22px;
}

/*#navigation .stack > a:hover {
	background-position: 99% -73px;
}*/

#navigation ul .stack > a {
	/*background-position: 99% -16px;*/
	background-position: 96% 8px;
}

/*#navigation ul .stack > a:hover {
	background-position: 99% -49px;
}*/
