﻿/************************************************************************************************************
    MENU
*************************************************************************************************************/ 

.fwMenu ul
	{		
		width:141px;		
	}
	.fwMenu li
		{
			min-height:21px;
			line-height:21px;
		}
		.fwMenu li a
			{
				display:block;
				padding-left:5px;
				text-decoration:none;
				color:#fff;
			}
			
	/* Hover */
	.fwMenu li:hover
		{
		}		
		.fwMenu li a:hover
			{
				color:#000;
				font-weight:bold;
			}
			
	/* Current */
	.fwMenu li.Current
		{
		}		
		.fwMenu li.Current a
			{
				color:#000;
				font-weight:bold;
			}
			
	/* backgrounds */
	
.fwSubMenu
	{
		margin-bottom:20px;
		position:relative;
	}
	
	.fwMenu .EndElement
	{
		height:4px;
		width:100%;
		position:absolute;
		font-size:1px;
		display:block !important;
		display:none;
	}
	
	/* Pink Menu */
	.fwMenu #Pink ul
	{
		background:url(images/gfx/menu_item_pink.gif) repeat-y;
	}
	
		.fwMenu #Pink .Top
		{
			background:url(images/gfx/menu_top_pink.gif) no-repeat;
			top:0px;
		}
		
		.fwMenu #Pink .Bottom
		{
			background:url(images/gfx/menu_bottom_pink.gif) no-repeat;
			bottom:0px;
		}
		
		.fwMenu #Pink ul li a:hover, .fwMenu #Pink ul li.Current a 
		{
			color:#7f0052;
		}
		
	/* Blue Menu */
	.fwMenu #Blue ul
	{
		background:url(images/gfx/menu_item_blue.gif) repeat-y;
	}
	
		.fwMenu #Blue .Top
		{
			background:url(images/gfx/menu_top_blue.gif) no-repeat;
			top:0px;
		}
		
		.fwMenu #Blue .Bottom
		{
			background:url(images/gfx/menu_bottom_blue.gif) no-repeat;
			bottom:0px;
		}	
		
		.fwMenu #Blue ul li a:hover, .fwMenu #Blue ul li.Current a 
		{
			color:#0d6d8d;
		}

	/* Green Menu */
	.fwMenu #Green ul
	{
		background:url(images/gfx/menu_item_green.gif) repeat-y;
	}
	
		.fwMenu #Green .Top
		{
			background:url(images/gfx/menu_top_green.gif) no-repeat;
			top:0px;
		}
		
		.fwMenu #Green .Bottom
		{
			background:url(images/gfx/menu_bottom_green.gif) no-repeat;
			bottom:0px;
		}
		
		.fwMenu #Green ul li a:hover, .fwMenu #Green ul li.Current a 
		{
			color:#206e26;
		}
		
	
