﻿#navigation
{
	position: absolute;
	top: 130px;
	left: 80px;
}

#navigation .content
{
	position: relative;
	width: 170px;
	z-index: 2;
	background-color: White;
	border: 2px solid white;
}

#navigation .shadow
{
	height: 100%;
	width: 100%;
	top: 10px;
	left: 10px;
	z-index: 1;
}

#navigation .content div
{
	width: 139px;
	padding: 8px 0px 8px 14px;
	border: 2px solid #BDB76B;
	vertical-align: middle;
	margin: 6px;
	background-color: gray;
	color: White;
	cursor: pointer;
	text-transform:uppercase;
}

#navigation .content .current
{
	background-color: #E0E0E0;
}

#navigation .current a
{
	color: black;
}

#navigation .content div:hover
{
	background-color: #BDB76B;
}

#navigation a
{
	color: white;
}