
	#mainMenu{
			/* Background color of main menu */
		font-family: Tahoma, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:13px;	/* Font size of main menu items */
	/*	border-bottom:1px solid #000000;*/	/* Bottom border of main menu */
		height:35px;	/* Height of main menu */
		position:relative;	/* Don't change this position attribute */
	
		
	}
	#mainMenu a{
	color:#000000;
	text-decoration:none;
	width:130px;
	text-align:center;
	line-height:30px;
	word-spacing:-2px;
	padding-top:3px;
		padding-left:3px;	/* Spaces at the left of main menu items */
		padding-right:3px;	/* Spaces at the right of main menu items */
		/*font-weight:bold;*/
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{
	height:20px;
	margin-top:0px;	
		font-family:Arial;
		font-weight:bold;	/* Font  of sub menu items */
		/* Background color of sub menu items 
		width:100%;	/* Don't change this option */

	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
				
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
  background-image:url('images/tabmenu_left.gif');
  background-position:bottom left;
  background-repeat:no-repeat;
  cursor:pointer;  /* Cursor like a hand when the user moves the mouse over the menu item */
}

#mainMenu .miniyazi{
font-family:Arial;
font-size:10px;
word-spacing:-2px;
}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	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{
	background:url(images/nokta2.gif) left top no-repeat; margin-bottom:3px;

		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:10px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000000;	/* Text color */
		font-size:11px;
	
	}
	
	#submenu a:hover{
		color: #000000;	/* Red color when the user moves the mouse over sub menu items */
	}
	#submenu .altmenusiyah{
	background-color:#FFFFFF;
	text-align:left;
	}