﻿
#TeknikMenu .TeknikTitle
{
	font-size: 11pt;
	color: #a1352a;
	border-bottom: 1px #c0c0c0 solid;
	height: 20px;
	font-weight:bold;
	

}
#TeknikMenu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-top: 0px;

}

#TeknikMenu ul .active

{
	padding-left: 24px;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #bbbbbb dotted;
	display: block;
	line-height: 24px;
 background-color:#f7941e;
	background-position: left center;
}

#TeknikMenu ul li a
{
	padding-left: 24px;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px #bbbbbb dotted;
	display: block;
	line-height: 30px;
	background-image: url(../images/ok.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#TeknikMenu ul li a:hover
{
	color: #800000;
}

