@charset "UTF-8";

/* Selin Erbas 10022010:
This document was originally a copy of the same named document from YAML-Library.
This one contains the modifications
*/

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{

.hlist {
float: left;
width: 96%;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 1.2em;
line-height: normal;
border-bottom: 1px solid #BDE7EF;
margin: 40px 0 0 0;
padding: 0px;
height: 40px;
}


.hlist ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.hlist li{
display:inline;
margin: 0;
padding: 0;
}

.hlist a {
float:left;
background: transparent url(/web/layout/images/frame/tab-left.png)  no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
height: 40px;
}

.hlist a span {
float:left;
display:block;
background: transparent url(/web/layout/images/frame/tab-right.png) no-repeat right top;
padding:8px 14px 0px 5px;
margin: 0 10px 0 0;
font-weight:bold;
color:#23B2EF;
height: 32px;
width: auto;
}



.hlist a:hover span {
color: #23B2EF;
text-decoration:none;
}

.hlist .current a {
background-position:0 -125px;
}

.hlist .current a span {
background-position:100% -125px;
color: #23B2EF;
}

.hlist a:hover {
background-position:0% -125px;
text-decoration:none;
}

.hlist a:hover span {
background-position:100% -125px;
text-decoration:none;
}

}
