.topmenu a, .submenu a {
	font-family: Tahoma;
}


/*** *** *** TOP MENU *** *** ***/
.topmenu {
    width: 885px;	
    height: 31px;
    background: #de8200;
    padding: 0;
    margin: 0;
}
.topmenu li {
    padding: 0;
    list-style-type: none;
    float: left;
    height: 31px;
    line-height: 31px;
}
.topmenu li a {
    margin: 0;
    line-height: 31px;
    float: left;
    display: block;
    font-family: "Arial CE", Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    height: 31px;
    color: #ffffff;
}
.topmenu li a.tm1 {
    width: 138px;
    background: url('http://recepty.cz/imgs/menu/top/recepty.png') left top;
}
.topmenu li a.tm2 {
    width: 154px;
    background: url('http://recepty.cz/imgs/menu/top/fora.png') left top;
}
.topmenu li a.tm3 {
    width: 129px;
    background: url('http://recepty.cz/imgs/menu/top/chat.png') left top;
}
.topmenu li a.tm4 {
    width: 166px;
    background: url('http://recepty.cz/imgs/menu/top/fotogalerie.png') left top;
}
.topmenu li a.tm5 {
    width: 143px;
    background: url('http://recepty.cz/imgs/menu/top/clanky.png') left top;
}
.topmenu li a.tm6 {
    width: 155px;
    background: url('http://recepty.cz/imgs/menu/top/kontakty.png') left top;
}
.topmenu li a:hover, .topmenu li a.activ {
    background-position: left bottom;	
    background-color: #c8711c;
}
.topmenu li a:hover, .topmenu li a:visited {
    color: #ffffff;
    text-decoration: none;
}
	
/*** *** *** SUB MENU *** *** ***/	
.submenu {
    width: 885px;   
    height: 31px;
    background: #c8711c;
    padding: 0;
    margin: 0 0 5px 0;
}
.submenu li {
    padding: 0;
    list-style-type: none;
    float: left;
    height: 32px;
    line-height: 32px;
}
.submenu li a {
    margin: 0;
    line-height: 32px;
    float: left;
    display: block;
    font-size: 80%;
    text-align: center;
    text-decoration: none;
    height: 32px;
    color: #ffffff;
}
.submenu li a:hover, .submenu li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.submenu li a.sm1 {
    width: 190px;
    background: url('http://recepty.cz/imgs/menu/recepty/vsechny.png') left top;
}.submenu li a.sm2 {
    width: 128px;
    background: url('http://recepty.cz/imgs/menu/recepty/top.png') left top;
}
.submenu li a.sm3 {
    width: 126px;
    background: url('http://recepty.cz/imgs/menu/recepty/novinky.png') left top;
}
.submenu li a.sm4 {
    width: 141px;
    background: url('http://recepty.cz/imgs/menu/recepty/dne.png') left top;
}
.submenu li a.sm5 {
    width: 142px;
    background: url('http://recepty.cz/imgs/menu/recepty/sfotografii.png') left top;
}
.submenu li a.sm6 {
    width: 158px;
    background: url('http://recepty.cz/imgs/menu/recepty/komentare.png') left top;
}
.submenu li a.sm11 {
    width: 293px;
    background: url('http://recepty.cz/imgs/menu/fora/temata.png') left top;
}
.submenu li a.sm12 {
    width: 310px;
    background: url('http://recepty.cz/imgs/menu/fora/nove.png') left top;
}
.submenu li a.sm13 {
    width: 282px;
    background: url('http://recepty.cz/imgs/menu/fora/archiv.png') left top;
}
.submenu li a:hover, .submenu li a.activ {
    background-position: left bottom; 
}