/* CSS Document */

#menu {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 5px;
	bottom: 0px;
	vertical-align: middle;
	height: 25px;
}

#nav {
	vertical-align: middle;
	text-align: center;
	height: 0px;
	padding: 0px;
	margin: 0px;
	height: 25px;
	bottom: 0px;
}

ul#nav li {
	list-style: none;
	display: inline;
	vertical-align: middle;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-decoration: none;
}

ul#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
}

ul#nav a:hover span{
	text-decoration: underline;
	font-weight: bold;
	margin-left: 0px;
}
