@charset "utf-8";
/* CSS Document */

#nav
{
	margin: 0; padding: 0;	
	list-style: none;
	width: 801px;
	height: 100px;
	text-align: center;
	font-size: 12px;
	background-image: url("/images/menus/top_menu_background.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}

#nav li
{
	float: left;
	position: relative;
	width: 88px;	/* 100px */
	height: 100px;
}
#nav li.first { width: 91px; } 		/* 101px */
#nav li.last  { width: 91px;  }		/* 99px  */

#nav li:hover
{
	background-image: url("/images/menus/top_menu_background_link.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#nav a
{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 39px;
	border-right: 1px solid #ffffff;
	padding: 13px 0px 0px 0px;
	background: #41CCB9;
}
#nav li.last a { border-right: none; }

#nav a:hover, #nav a:active
{
	background: #2AB7D4;
}



#nav #current span
{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 39px;
	border-right: 1px solid #ffffff;
	padding: 13px 0px 0px 0px;
	background: #2AB7D4;
}
#nav #current
{
	background-image: url("/images/menus/top_menu_background_link.gif");
	background-position: left top;
	background-repeat: no-repeat;

}

#nav li.last span {border-right: none; }