﻿@charset "utf-8";
#kategoriler #menu {
	position: absolute;
	z-index:100;
	width:972px;
	background:#url("http:///images/back-ust-menu.jpg");
	background-repeat:repeat-x;
	margin:0px 5px 0px 8px; 
} 		
		
#menu dl {
	float: left;	
	}
	
#menu dt {
	width:81px;
	line-height:30px;
	cursor: pointer;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	background:url("http://www.unlem.net/template/images/menu-aktif.png");
	background-repeat:no-repeat;
	background-position:right;
	}
	
#menu dd {
	display: none;
	position:absolute;
	}
#menu li {
	line-height:30px;
	width:130px;
	height:30px;
	text-align:left;
	background:#EEE url("http://www.unlem.net/template/images/menu-ust-alt.jpg");
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	font-size:12px;
	}
	
#menu li a, #menu  dt a {
	color: #242c47;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;	
	padding-left:10px;
	background:url("http://www.unlem.net/template/images/menu-usts.jpg");
	}
	
#menu li a {
	padding-left:5px;
	margin-left:1px;
	margin-right:1px;
	}	
#menu dt a:hover {
	color:#535353;	
	}	
#menu  li a:hover{
	background:url("http://www.unlem.net/template/images/menu-ust-alt.jpg");
	}
