/* CSS Document background-color: #FFF;	/* Background color of main menu */
	#mainMenu{
		vertical-align:middle;
		font-family:calibri;	/* Fonts of main menu items */
		font-size:14px;/* Font size of main menu items */
		border:solid 1px #cccccc;	/* Bottom border of main menu */
		height:25px;	/* Height of main menu */		
		position:relative;	/* Don't change this position attribute */
		visibility:hidden;
		background-color:Aqua;
		background-image:url("../images/Template/MenuArka2.jpg");
			}
	#mainMenu a{
			
		padding-left:10px;	/* Spaces at the left of main menu items */
		padding-right:10px;	/* Spaces at the right of main menu items */
		
		/* Don't change these two options */
		position:absolute;
		height:25px;
		text-decoration:none;
		border-left :solid 1px #ccc;
		vertical-align:middle;
		letter-spacing:1px;
		bottom:-0px;
		font-weight:bold;
		
/*		background-image:url("../images/Template/MenuArka.jpg");*/
		
	}
	#submenu{		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
			/* background-color:#E2EBED; Background color of sub menu items */
		visibility: hidden;
		width:100%;	/* Don't change this option */
		font-size:13px;
		height:20px;
		background-image:url("../images/Template/MenuArka3.jpg");
		
	}
	
	html>body #clearmenu{ /* non IE browsers menu bottom spacing */
	margin-bottom: 0px;
	}
	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		padding-left:10px;
		padding-right:10px;
		color:#ffffff;
		font-weight:bold;
		background-color:#00A5DD;
		background-image:url("../images/Template/MenuArka.jpg");
		background-repeat:repeat-x;
			/*  background-color: #E2EBED; Background color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
		padding-top:2px;
		
		
	}
	/*
	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: #fff;
	
		height:20px;	
		border-left:solid 1px #fff;	
	}
	
	#submenu a:hover{
		color: #000;	/* Red color when the user moves the mouse over sub menu items */
		background-image:url("../images/Template/MenuArka4.jpg");
		height:25px;
		vertical-align:middle;
			padding-top:-10px;
			
	}
