/* CSS Document */
#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	width:20%;
	background-color:#555;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	vertical-align:middle;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	float:left;
	min-height:500px;
    height:auto !important;
    height:500px;
}

#nav a {
	
}

#nav #bullet { 
	margin-bottom:15px;
	margin-left:5%;
	margin-right:5%;
	color:#F90;
	text-shadow: 0.05em 0.05em 0.1em black
}

#nav #bullet:hover {
	color: #EEE;
	text-shadow: 0.1em 0.1em 0.3em black
}

#nav #bullet:focus {
	color: #EEE;
	text-shadow: -0.05em -0.05em 0.1em black;
}

#nav #active { 
	margin-bottom:15px;
	margin-left:5%;
	margin-right:5%;
	color:#F9F9F9;
	text-shadow: 0.02em 0.02em 0.05em #FA0, -0.05em -0.05em 0.1em black;
}

