.baslik, h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #A63232;
	letter-spacing: 0;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
}

body, td, p, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


div.kutu {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding:5px;
	margin-top:5px;	
	}

A.icon:link {
	font-family: Tahoma;
	font-size: 8pt;
	color:#000000;
	text-decoration: none;
}
A.icon:visited {
	font-family: Tahoma;
	font-size: 8pt;
	color:#000000;
	text-decoration: none;
}
A.icon:hover {
	font-family: Tahoma;
	font-size: 8pt;
	color:#000000;
	text-decoration: underline;
}


A.icona:link {
	font-family: Tahoma;
	font-size: 8pt;
	color:#CC0000;
	text-decoration: none;
	font-weight:bold;
}
A.icona:visited {
	font-family: Tahoma;
	font-size: 8pt;
	color:#CC0000;
	text-decoration: none;
	font-weight:bold;
}
A.icona:hover {
	font-family: Tahoma;
	font-size: 8pt;
	background-color:#CC0000;
	color:#FFFFFF;
}

A.iconb:link {
	font-family: Tahoma;
	font-size: 8pt;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
A.iconb:visited {
	font-family: Tahoma;
	font-size: 8pt;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
A.iconb:hover {
		font-family: Tahoma;
	font-size: 8pt;
	color:#000000;
	text-decoration: underline;
}

A.iconm:link {
	font-family: Tahoma;
	font-size: 8pt;
	color:#154580;
	text-decoration: none;
	font-weight:bold;
}
A.iconm:visited {
	font-family: Tahoma;
	font-size: 8pt;
	color:#154580;
	text-decoration: none;
	font-weight:bold;
}
A.iconm:hover {
		font-family: Tahoma;
	font-size: 8pt;
	color:#154580;
	text-decoration: underline;
}


.suckerdiv ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 99%; /* Width of Menu Items */
}

.suckerdiv ul li
{
	position: relative;
    height: 1%;
 border-bottom: solid 1px #ffffff;
}

.suckerdiv ul li ul li
{
	position: relative;
    height: auto;
     border:0;

}

/*Sub level menu items */
.suckerdiv ul li ul
{
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* üst menü  görntü*/
.suckerdiv ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 5px 0px 5px 15px;
	background-color: #154580;
	color: #ffffff;
	border: 0px;
	width: auto; /* Width of Menu Items */
}

/*üst menü mouse gittiğinde görüntü*/
.suckerdiv ul li a:visited
{ 
	background-color: #154580;
	color: #ffffff;		
}
/*üst menü mouse geldiğinde görüntü*/
.suckerdiv ul li a:hover
{
	background-color: #113766;
	color: #fff;	
}

/*alt menü görüntü*/
.suckerdiv ul li ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	background-color: #154580;
	color: #ffffff;
	border: 0px;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
    width: 200; /* Width of Menu Items */
	height: auto;

}

/*altın mouse gittiğinde görüntü*/
.suckerdiv ul li ul li  a:visited
{
	padding: 5px 5px 5px 10px;
	background-color: #154580;
	color: #ffffff;
	height: auto;

}
/*altın mouse üstüne gelince görüntü */
.suckerdiv ul li ul li  a:hover
{
	padding: 5px 5px 5px 10px;
	background-color: #113766;
	color: #fff;
	height: auto;
}

.suckerdiv .subfolderstyle
{
	
	color: #ffffff;
	border: 0px;
	
	background: #154580 url(../../images/activeArrowRight.gif) no-repeat center right;
}
