#menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}
#menu1 li a {
  	height: 22px;
	text-decoration: none;
}
/* ie hack başladı. */
* html .#menu1 li a {
	height: 24px;
}
/* ie hack bitti. */
#menu1 li a:link, #menu1 li a:visited {
	color: #369;
	display: block;
	background:  url(../../images/menu1.gif);
	padding: 8px 0 0 10px;
}
	
#menu1 li a:hover {
	color: #FF6600;
	background:  url(../../images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0px;
	padding: 0px;
	/* Genislik I */
	width: 181px; 
	list-style: none;
	border-left: 1px solid #CCC;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 0;
	/* Genislik II */
	left: 175px;
}
/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
	position: relative;
}
/* Links inside the menu */
.menulist li a {
	display: block;
	padding: 3px 4px 3px 30px;
	color: #000;
	text-decoration: none;
	border: 1px solid transparent;
	margin: 0;
}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
	border-width: 0;
	margin: 0px;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #46A;
	padding: 2px 5px 4px 29px;
	margin: 0;
}
.menulist a.highlighted {
	color: #FFF;
	background-color: #68C;
	margin: 0;
}
/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
	float: right;
}
/* HACKS: IE/Win: */
*:first-child+html .menulist li {
	float: left;
	width: 100%;
}
* html .menulist li {
	float: left;
	height: 1%;
}
* html .menulist a {
	 height: 1%;
}
/* End Hacks */