/*Style sheet for The Geekery
Created: 29th June 2008
Author: Ben Lavery*/
/*T R B L*/

/******************Menu*************************/
#menu{
	text-align: left;
	border-right: 10px solid #C5C5C5;
	border-left: 10px solid #C5C5C5;
	background-color: #999999;
	height: 25px;
	font-size: 14pt;
	vertical-align: middle;
}

ul#nav li{
	padding: 0em 0.5em 0.5em 0.5em;
	margin: 0px;
	border: none;
	height: 10px;
}

ul#nav{
	list-style: none;
}

ul#nav li{
   float: left;
   position: relative;
}

ul#nav li ul li {
float: none;
}

ul#nav li a{
	display: block;
}

li ul{
	list-style: none;
	float: left;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.1em;
	white-space: nowrap;
	background-color: #999999;
	border-right: 2px solid #C5C5C5;
	border-left: 2px solid #C5C5C5;
	border-bottom: 2px solid #C5C5C5;
}

li>ul{
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{
	display: block;
}

#menu a:link{
	color: #000000;
	text-decoration: none;
}

#menu a:visited{
	color: #000000;
	text-decoration: none;
}

#menu a:hover{
	color: #660000;
	text-decoration: none;
	font-style: normal;
}