﻿ul#menu
{
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
	border: 1px none #000000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(images/nav_bg.png) repeat-x top left;
	font-family: tahoma;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
ul#menu li
{
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 11px;
}
ul#menu li a
{
	display: block;
	float: left;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 20px 0 20px;
	font-family: tahoma;
	font-size: 11px;
}
ul#menu li a:hover
{
	color: #C058BD;
	height: 22px;
	background: transparent url(images/nav_bg.png) 0px -30px no-repeat;
	font-family: tahoma;
	font-size: 11px;
}
ul#menu li a.current
{
	display: inline;
	height: 22px;
	background: transparent url(images/nav_bg.png) 0px -30px no-repeat;
	float: left;
	margin: 0;
	font-family: tahoma;
	font-size: 11px;
}

