﻿/** MENU */

#menu
{
	position: relative;
	width: 560px;
	height: 46px;
	margin: -13px 0px 0px 0px;
	background: url(Images/Bg_Menu.gif) repeat-x left bottom;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li
{
	float: left;
	display: block;
	width: 93px;
	height: 46px;
}

#menu a
{
	display: block;
	width: 93px;
	height: 21px;
	padding: 25px 0px 0px 0px;
	background: url(Images/Bg_Menu_Over.gif) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .focused 
{
	background: url(Images/Bg_Menu_Active.gif) no-repeat left bottom;
	
}

#menu .active a, #menu a:hover 
{
	background: url(Images/Bg_Menu_Active.gif) repeat-x left top;
}

