﻿/***********************************************************************************************

	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.

	***********************************************************************************************/
/*
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin-top:0px;

	}
*/	


	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;
	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{		
		margin:0 auto;
		background-image:url('images/heading3.gif');
		background-repeat:no-repeat;
	}

	#mainMenu
	{
		background:#0072bc;
		height:27px;
		border-top: 1px solid #b7b7b7;
		border-bottom: 1px solid #b7b7b7;
		clear:both;
		line-height:27px;
		font-size:11px!important;
		font-weight:bold;
		overflow:hidden;
		position:relative;	/* Don't change this position attribute */

	}
	#mainMenu a{
		padding-left:8px;	/* Spaces at the left of main menu items */
		padding-right:8px;	/* Spaces at the right of main menu items */		
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;
		line-height:27px;
		text-decoration: none;
		color: #fff;
		border-style:solid;
		/*border-width:1px;*/
		border-left-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-top-width: 0px;
	}
	#submenu{
		font-family: Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#E2EBED;	/* Background color of sub menu items */
		line-height:27px;
		width:100%;	/* Don't change this option */

	}
	#submenu div{
		white-space:nowrap;	/* Don't change this option */		
		font-weight:bold;
		background-image:url(images/bg-center.jpg);
	}
	/*
	Style attributes of active menu item
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		background:#d5030a;
		
		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: #fff;	/* 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;*/
		font-size: 11px;
	}

	#submenu a:hover{
		color: #0072bc;	/* Red color when the user moves the mouse over sub menu items */
	}
	.activeSubMenuItem {
		color: #d5030a;	/* Red color when the user moves the mouse over sub menu items */
	}

