/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: menu.css
* Website: http://www.cesky-statek.cz/
* Author: Vlada Kobetic
* Description: Handle menu view and menu decorations.

== INDEX: ===================================
_menu : Site Heading
_menu-top  : Little gradient above menu
_menu-bottom : Little gradient under menu
============================================
*/

/* _menu
==========================================*/
#menu {
    background:url('../img/common/menu-bg.gif') 0 0 repeat-y;
    text-align:center;
    color:#f5fdd1;
    border-top:1px solid #fff;
    border-bottom:1px solid #2c2a15;}
#menu ul {
    padding-left:130px;
}
#menu li {
    float:left;
    display:block;
    background:url('../img/common/menu-item-grid.gif') 100% 0 no-repeat;
    margin:3px;
}
#menu li.last {
    background:none;
}
#menu a {
    font:11px Verdana;
    color:#f5fdd1;
    text-decoration:none;
    padding:5px 15px 5px 15px;
}
#menu a:hover {
    text-decoration:underline;
}


/* _menu-top _menu-bottom
    graphical header and footer of the menu (little gradients)
==========================================*/
#menu-top, #menu-bottom {
	float:none;
	margin:0;
	padding:1px;
}
#menu-top {
    background:url('../img/common/menu-top-bg.gif') 0 0 no-repeat;
}
#menu-bottom {
    background:url('../img/common/menu-bottom-bg.gif') 0 0 no-repeat;
}

