#menu
{
	float: left;
	display: inline;
	width: 900px;
	height: 36px;
	margin: 0;
	padding: 0 0 40px 0;
	background: url(../images/web_bckg_menu.png) bottom left no-repeat;
	z-index: 10;
}

#menu, #menu ul
{
	position: relative;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 36px;
}

#menu a
{
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#menu a:hover
{
}

#menu li
{
	float: left;
	position: relative;
	line-height: 36px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu li a
{
	width: 120px;
	height: 36px;
	padding: 0 0 0 30px;
	color: #FFF;
	background: url(../images/web_bckg_menu_li.png) top right no-repeat;
}

#menu li a:hover
{
	background: url(../images/web_bckg_menu_li_hover.png) top right no-repeat;
}

#menu .tfirst a
{
	background: url(../images/web_bckg_menu_li_first.png) top left no-repeat;
}

#menu .tfirst a:hover
{
	background: url(../images/web_bckg_menu_li_first_hover.png) top left no-repeat;
}

#menu .tlast a
{
	background: url(../images/web_bckg_menu_li_last.png) top right no-repeat;
}

#menu .tlast a:hover
{
	background: url(../images/web_bckg_menu_li_last_hover.png) top right no-repeat;
}

#menu ul
{
	position: absolute;
	display: none;
	width: 150px;
	margin: 0;
	padding: 1px 0 0 0;
	background: url(../images/web_bckg_submenu.png) top left no-repeat;
}

#menu ul li
{
	float: left;
	margin: 0;
	line-height: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
}

#menu ul li a, #menu .tfirst ul li a, #menu .tlast ul li a
{
	width: 120px;
	height: 37px;
	padding: 0 0 0 30px;
	color: #666;
	background: url(../images/web_bckg_submenu_li.png) top left no-repeat;
}

#menu ul li a:hover, #menu .tfirst ul li a:hover, #menu .tlast ul li a:hover
{
	color: #000;
	background: url(../images/web_bckg_submenu_li_hover.png) top left no-repeat;
}

#menu ul li.slast a, #menu .tfirst ul li.slast a, #menu .tlast ul li.slast a
{
	width: 120px;
	height: 37px;
	padding: 0 0 0 30px;
	color: #666;
	background: url(../images/web_bckg_submenu_li_last.png) bottom left no-repeat;
}

#menu ul li.slast a:hover, #menu .tfirst ul li.slast a:hover, #menu .tlast ul li.slast a:hover
{
	color: #000;
	background: url(../images/web_bckg_submenu_li_last_hover.png) bottom left no-repeat;
}

#menu ul ul
{
	top: auto;
}

#menu li:hover ul
{
	display: block;
}
