﻿#menuSmartNew
{
	width: 2000px;
	height: 44px;
	background: #D5E2EA url("img/menu-bg.gif") bottom left repeat-x;
	font-size: 12px;
	font-family: "Lucida Grande" , Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 4;
}
#menuSmartNew li
{
	display: inline-block;
	float: left;
	margin: 0 0 0 5px;
}
#menuSmartNew li a
{
	width: auto;
	height: 38px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 8px 0;
	position: relative;
}
#menuSmartNew li a:hover
{
	color: #333;
}
#menuSmartNew li a.current
{
	color: #FFF;
	background: url("img/current-bg.gif") repeat-x;
	padding: 5px 8px 0;
	z-index: 4;
}
#menuSmartNew li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#menuSmartNew li:hover li {
	float: none; }
#menuSmartNew li:hover li a {
	background-color: #69f;
	border-bottom: 1px solid #fff;
	color: #000; }
#menuSmartNew li li a:hover {
	background-color: #8db3ff; }