/* CSS Document for horizontal layout */
/* Premysl Cimbalek, WWW.ZERODESIGN.CZ, 2008 */
@charset "UTF-8";

#menu_vertical{
width:225px;
margin-top:30px;
}


.menu_vertical_head1, .menu_vertical_head2, .menu_vertical_head3, .menu_vertical_head4, .menu_vertical_head5, .menu_vertical_head6{
width:225px;
height:41px;
background-image:url(../img/home_back.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:14px;
padding-top:10px;
font-weight:bold;
}
.menu_vertical_head2{
background-image:url(../img/sortiment_back.jpg);
}
.menu_vertical_head3{
background-image:url(../img/o-firme_back.jpg);
}
.menu_vertical_head4{
background-image:url(../img/kontakty_back.jpg);
}
.menu_vertical_head5{
background-image:url(../img/objednat_back.jpg);
}
.menu_vertical_head6{
background-image:url(../img/podminky_back.jpg);
}

.menu_vertical_head1 a, .menu_vertical_head2 a, .menu_vertical_head3 a, .menu_vertical_head4 a, .menu_vertical_head5 a, .menu_vertical_head6 a{
float:left;
text-align:left;
padding-left:70px;
width:150px;
height:30px;
color:#FFFFFF;
text-decoration:none;
}

.menu_vertical_head1 a:hover, .menu_vertical_head2 a:hover, .menu_vertical_head3 a:hover, .menu_vertical_head4 a:hover, .menu_vertical_head5 a:hover, .menu_vertical_head6 a:hover{
color:#FFFFFF;
text-decoration:underline;
}


.menu_vertical_in{
font-size:14px;
width:225px;
background-repeat:no-repeat;
/*min-height:402px;*/
padding-bottom:80px;
color:#FFFFFF;
font-weight:bold;
}
.menu_vertical_in ul{
/*list-style-image:url(../img/menu_li.jpg);*/
list-style-type:none;
margin:0px;
padding:0px;
text-align:left;
width:200px;
}

.menu_vertical_in li{
clear:both;
/*height:28px;
/background-image:url(../img/polozka_bottom.jpg);*/
background-repeat:no-repeat;
background-position:0% 100%;
padding-bottom:0px;
padding-top:0px;
margin-left:0px;
padding-left:0px;
}

.menu_vertical_in li li{

}
.menu_vertical_in ul a{
float:left;
display:block;
margin-left:4px;
*margin-left:-1px;
background-image:url(../img/menu_li.jpg);
background-repeat:no-repeat;
padding-left:55px;
padding-top:10px;
height:20px;
width:145px;
background-position:25px 11px;
font-weight:bold;
color:#FFF;
text-decoration:none;
}
.menu_vertical_in ul ul a{
background-image:none;
}

.menu_vertical_in li a:hover{

opacity:.90;
filter: alpha(opacity=90); 
-moz-opacity: 0.9; 
color:#EAEAEA;
background-position:25px 8px;
}

.menu_vertical_foot{
width:212px;
height:21px;
background-image:url(../img/menu_foot.jpg);
}
