	/***********************************************************************************************
	
	Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
	
	Get this and other scripts at www.dhtmlgoodies.com
	
	You can use this script freely as long as this copyright message is kept intact.
	
	***********************************************************************************************/
	#mainMenu{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:12px;	/* Font size of main menu items */
		position:relative;	/* Don't change this position attribute */
    	top:47px;
		left:282px;
		width:685px;
		height:85px;
		background-image:url(/images/menug_t.png);
	}
	#mainMenu a{
		padding:0px 0px 0px 0px;
		font-weight:bold;
		cursor:pointer; 
		/* Don't change these two options */
		position:absolute;
		bottom:0px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{
		position:relative;
		cursor:pointer;
    	top:47px;
        left:282px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
		
		width:685px;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
        /*
		border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		background-color: #E2EBED; 	/ * Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:0.9em; 
	}
	
	#submenu a:hover{
		color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
	}
	
	.menu_lt{
		background-image:url(/images/menu_t_l.png);
		width:7px;
		height:17px;
	}
	.menu_pt{
		background-image:url(/images/menu_t_p.png);
		width:7px;
		height:17px;
	}
	.menu_ct{
		background-image:url(/images/menu_t.png);
		width:668px;
		height:17px;
	}