

	#mainMenu{
	/*background-color: #035BA3;	Background color of main menu */
	height:17px;	/* Height of main menu */		
		/* Don't change this position attribute */
	visibility: hidden;
	font-family:Arial;
    color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;	
	vertical-align:middle;
	}

	#mainMenu a
	{
		height:17px;
		padding-left:0px;	/* Spaces at the left of main menu items */
		padding-right:0px;	/* Spaces at the right of main menu items */
		padding-top:0px;	/* Spaces at the left of main menu items */
		padding-bottom:0px;	/* Spaces at the right of main menu items */
		font-weight: bold;
		/* Don't change these two options */
	/*	position:absolute;*/
		text-decoration:none;
		top:0px;
		
	}

	#submenu{		
	font-family:Arial;/* Font  of sub menu items */
	/* Background color of sub menu items */
	visibility: hidden;
    font-size:12px;
	color:#355CBB;
	width:100%;	/* Don't change this option */	
	}
	
	html>body #clearmenu{ /* non IE browsers menu bottom spacing */
	margin-bottom:0px;
	}
	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */		
		background: url(images/submenu_bg1.gif); background-repeat:repeat-x;height:20px;
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */		
		background-color: #5E99D1;	/* Background color */
		color:#FFFFFF;
		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:#FFFFFF;	/* 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:#FFFFFF;*//* Text color*/
		COLOR: #4b4a4a; TEXT-DECORATION: none; font-size:11px; font-weight:normal;
	}
	
	#submenu a:hover{
		 COLOR: #4b4a4a; TEXT-DECORATION: none; font-size:11px; font-weight:normal;	/* Red color when the user moves the mouse over sub menu items */
	}
	.navlink A {font-size:10px;font-family:Arial;color:#95526a;text-decoration:none;}

    .navlink A:hover {
	font-size:10px;font-family:Arial;color:#ff0000;text-decoration:undeline;}
	
