/* VERTICAL FREESTYLE MENU LAYOUT */



.menulist2, .menulist2 ul {

 padding: 0;
 width: 190px;
 list-style: none;
 font-weight: bold;font-family: "Trebuchet MS","georgia", "times new roman", serif;font-size: 9pt;color: #eeeeee;

}


.menulist2 ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 190px;
}


.menulist2 li {
 position: relative;
 border: 1px solid #3b0;

 margin-bottom: -1px;
  height: 28px;

}
.menulist2 ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist2 a {
 display: block;
 padding: 8px;
 color: #000000;
 text-decoration: none;

  text-align: left;

}

.menulist2 a:hover, .menulist2 a.highlighted:hover, .menulist2 a:focus {
 color: #fd0;

}
.menulist2 a.highlighted {
 color: #000;

}

    .menulist2 a#xyz {
      background-image: url(outv.png);
    }
    .menulist2 a#xyz:hover, .menulist2 a.highlighted#xyz, .menulist2 a:focus {
     background-image: url(overv.png);
    }

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist2 a .subind {
 float: right;

}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist2 li {
 float: left;

 width: 100%;
}

* html .menulist2 li {
 float: left;
 height: 28px; 
}
* html .menulist2 a {
 height: 30px;   
}
/* End Hacks */

/* VERTICAL FREESTYLE MENU LAYOUT -------------------- SAG KONUMLANMA ----=========================================================== */


/* All <ul> tags in the menu including the first level */
.menulist3, .menulist3 ul {

 padding: 0;
 width: 190px;
 list-style: none;
}

/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.menulist3 ul {
 display: none;
 position: absolute;
 top: -1px;
 left: -188px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist3 li {
 position: relative;
 border: 1px solid #3b0;

 margin-bottom: -1px;
  height: 28px;

}
.menulist3 ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist3 a {
 display: block;
 padding: 4px;
 color: #000000;
 text-decoration: none;

  text-align: left;

}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist3 a:hover, .menulist3 a.highlighted:hover, .menulist3 a:focus {
 color: #Fd0;

}
.menulist3 a.highlighted {
 color: #000;

}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist3 a#xyz {
      background-image: url(out.gif);
    }
    .menulist3 a#xyz:hover, .menulist3 a.highlighted#xyz, .menulist3 a:focus {
     background-image: url(over.gif);
    }

*/
   
 .menulist3 a#xyz {
      background-image: url(outv.png);
    }
    .menulist3 a#xyz:hover, .menulist3 a.highlighted#xyz, .menulist3 a:focus {
     background-image: url(overv.png);
    }
/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist3 a .subind {
 float: right;

}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist3 li {
 float: left;

 width: 100%;
}

* html .menulist3 li {
 float: left;
 height: 28px; 
}
* html .menulist3 a {
 height: 28px;   
}
/* End Hacks */