﻿/************************************************************************************************************
    MENU
*************************************************************************************************************/ 

.fwMenu ul
	{		
		float:right;
		padding-right:20px;	
		font-family:Myriad Pro, Arial;
	}
	.fwMenu li
		{
			float:left;
			width:80px;
			min-height:33px;
			line-height:33px;
			font-size:12px;
			background:url(images/gfx/mnu_li.png) no-repeat left top;
		}
		.fwMenu li a
			{
				display:block;
				color:#000000;
				text-align:center;
				text-decoration:none;
			}
			
	/* Hover */
	.fwMenu li:hover
		{
				background:url(images/gfx/mnu_li_curr.png) no-repeat left top;
		}		
		.fwMenu li a:hover
			{
				color:#ffffff;
				text-decoration:none;
			}
			
	/* Current */
	.fwMenu li.Current
		{
				background:url(images/gfx/mnu_li_curr.png) no-repeat left top;
		}		
		.fwMenu li.Current a
			{
				color:#ffffff;
				text-decoration:none;
			}