	#mainMenu{
		/*background-Image:url(../img/site/main_image.gif) left top no-repeat;	*/
		font-family: tahoma;	/* Fonts of main menu items */
		font-size:11px;	/* Font size of main menu items */
		font-weight:bold;
		color:#FFFFFF;
		height:36px;/* Height of main menu */
		text-align:center;
		position:relative;
		text-decoration:none;/* Don't change this position attribute */
		margin:0px;
		padding:0px 0px 0px 0px;
		width:auto;

	}
	#mainMenu a{
		margin:0px;
		/*padding-left:0px;	*//* Spaces at the left of main menu items */
		/*padding-right:0px;*/	/* Spaces at the right of main menu items */
		font-weight:bold;
		color:#ffffff;
		/*background-image:url(../img/site/menu_bg.gif);*/
		width:95px;
		height:30px;
		padding-top:6px;		/* Don't change these two options */
		position:absolute;
		bottom:0px;
		text-decoration:none;	/* Change this value to -2px if you're not using a strict doctype */
	}


	#submenu{
		font-family: tahoma;
		/*border-top:4px solid #0F2D47;*/	/* Font  of sub menu items */
		/*background:url(../img/site/submenu_bg.gif) left bottom no-repeat;	*//* Background color of sub menu items */
		height:25px;
		width:100%;	/* Don't change this option */
		text-align:left;

	}
	#submenu div{
		white-space:nowrap;	/* Don't change this option */

	}
	/*
	Style attributes of active menu item
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		padding-left:0px;	/* Spaces at the left of main menu items */
		padding-right:0px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		background-image:url(../img/site/menu_hover.gif);
		background-position:left top;
		background-repeat:no-repeat;
		height:30px;
		width:82px;
		padding-top:6px;
		position:absolute;
		bottom:0px;
		cursor:pointer;
		text-decoration:none;
		color:#030400;	/* 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: #b1e22b;	/* 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-right:10px;	/* Space at the left of each sub menu item */
		padding-left:10px;		 /* Space at the right of each sub menu item */
		color: #0878A0;	/* Text color */
		font-size:11px;
		font-weight:normal;
		/*background:url(../img/site/submenu_sep.gif) no-repeat left;*/
		}

	#submenu a:hover{
		color: #054055;
		padding-left:10px;	/* Space at the left of each sub menu item */
		padding-right:10px;
		/*background:url(../img/site/bullet.png) no-repeat left;*/
		/*height:23px;
		width:102px;*/	/* Red color when the user moves the mouse over sub menu items */
	}


#submenu_1, #submenu_2, #submenu_3, #submenu_4, #submenu_5, #submenu_6, #submenu_7{
	padding-left:10px;
	}
