	/***********************************************************************************************
	
	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.
	
	***********************************************************************************************/
	#ad{	/* for the google ad at the bottom */
		margin: 0 auto;
		width:990px;
		margin-top:0px;
	}
	
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin-top:0px;
					
	}
	#ad{
		margin: 0 auto;
		width:966px;
		margin-top:2px;
	}
		
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	.bodyText p{
		margin-top:1px;
	}
	#mainContainer{
		width:100%;
		height:45px;
		border:0px solid #EABB00;
		margin:0 auto;
		background-image: url(../site_parts/img/BG_menu.gif);
		background-repeat:no-repeat;
		padding-top:2px;			
	}
	#mainMenu{
	background-color: #B6B66D;
	font-family: bold normal  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px/normal;
	border-bottom:3px solid #000066;
	height:25px;
	position:relative;
	left: 93px;
	top: 98px;


		
	}
	#mainMenu a{
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	position:absolute;
	bottom:-1px;
	top: 93px;

	}
	#submenu{		
		font-family: bold normal  Verdana, Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
		background-color:#cccccc;	/* Background color of sub menu items */
		width:100%;	/* Don't change this option */
		
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		height:60px; /*  sub menu height */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:0px solid #FFFFFF;
		border-top:0px solid #FFFFFF;
		border-right:0px solid #FFFFFF;
		border-bottom:2px solid #000000;		
		background-color: #FFFFFF;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	/*
	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:0px;	/* Space at the left of each sub menu item */
		padding-right:2px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:14px/normal; 
	}
	
	#submenu a:hover{
		color: #999999;	/* Red color when the user moves the mouse over sub menu items */
	}
	

