
#menu {
	background: #91B1C1; /*#4d778b; #333;*/
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #333 url("../almanca-turkce/images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	cursor: hand;
}

#menu a:hover {
	background: #2580a2 url("../almanca-turkce/images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 6px;
}



/**************************/
#menu2 {
	background: #91B1C1; /*#4d778b; #333;*/
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space:nowrap;
}

#menu2 li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu2 a {
	/*background: #B3A7C3 url("images/seperator.gif") bottom right no-repeat;*/
	color: #111111;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 10px;
	text-decoration: none;
	cursor: hand;
}

#menu2 a:hover {
	background: #11AA11;
	color: #EEEEEE;
	padding: 2px 10px;
}

/**************************/
