﻿.menu
{
	width: 1050px;
	background: url('UstMenuIcons/menuyay.jpg') repeat-x 0 0;
}
.menu .alanCss
{
	height: 25px;
	width: 1050px;
}
.ana_menu
{
	filter: alpha(opacity=100); /*explorer için*/
	opacity: 1; /* mozilla için */
}
.ana_menu:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.menu ul
{
	margin: 0;
	padding: 0;
	width: 1050px;
	list-style-image: url('UstMenuIcons/ayir.png');
}
.menu ul li
{
	float: left;
	width: 175px;
	background: url('UstMenuIcons/alan.gif') no-repeat;
	height: 25px;
}
.menu ul li a
{
	color: #333;
	font-size: 12px;
	display: block;
	text-align: center;
	height: 25px;
	padding-top: 7px;
	text-decoration: none;
	font-family: helvetica,san Serif;
	letter-spacing: 1px; /*background: url('UstMenuIcons/ayir.png') no-repeat 25px center;*/
}
.menu ul li a:hover
{
	text-decoration: underline;
}
