﻿/* modified suckerfish cssdd menus http://htmldog.com/articles/suckerfish/dropdowns/ */
#menu
{
	clear:both;
	height:30px;
	background:url("/images/bg_nav.png") repeat-x;
	list-style:none;
	padding:0px;
	margin:0px;
	overflow:auto;
}

/* all lis in the menu need these attributes */
#menu li
{
	float:left;
	padding:0px;
	margin:0px;
	border-right:solid 1px #fff;
}

/* all anchors need these */
#menu a
{
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	height:30px;
}

#menu a span
{
	font:normal 13px Tahoma, Arial, sans-serif;
	display:block;
	padding:7px 15px 0px;
}

#menu a:hover
{
	background-color:#63b469;
}
#nav-home1
{
	width: 48px;
	background: url('../uploadedImages/home_sprite.png') no-repeat 0 0;
}
#nav-home1:hover
{
	background: url('../uploadedImages/home_sprite.png') no-repeat -48px 0px;
}
#nav-home1 span
{
	display: none !important;
}
