
.navbox 
{
	position: absolute;
	float: left;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma;
	margin-top: 50px;
}

ul.nav {
	list-style: none;
	width: 200px;
	position: relative;
	margin-top: 50px;
	margin-left: |10px;
	background-color: none;
}


ul.nav li a {

	background: #246469;
	font-style: bold;
	color: white;
	margin-bottom: 12px;
	padding: 9px 15px 9px 15px;
	width: 100px;
	display: block;
	text-decoration: none;
	text-align: center;
	box-shadow: .09em .09em .9em black;
}

ul.nav li a:hover, a#hover{
	
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	background: #0F516B;
	color: #B9CAD5;
	padding: 9px 15px 9px 30px;
}