﻿ul#menu
{
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	background: url('http://www.tamo7.com/tools/Menu/images/nav_bg.png') repeat-x left top;
	font-family: tahoma;
	color: #258db4;
}
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: #666666;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 20px 0 20px;
	font-family: tahoma;
	font-size: 11px;
	text-shadow: 1px 1px 1px #999999;
	-moz-border-radius : 10px;
}
ul#menu li a:hover
{
	color: #258db4;
	height: 22px;
	background: url('http://www.tamo7.com/tools/Menu/images/nav_bg.png') no-repeat 0px -30px;
	font-family: tahoma;
	font-size: 11px;
	text-shadow: 1px 1px 1px 1px #fff;
	-moz-border-radius : 10px;
}
ul#menu li a.current
{
	display: inline;
	height: 22px;
	background: url('http://www.tamo7.com/tools/Menu/images/nav_bg.png') no-repeat 0px -30px;
	float: left;
	margin: 0;
	font-family: tahoma;
	font-size: 11px;
}


