/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.horisontal_solidblockmenu_drop{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1px;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/templates/menu/horisontal/solidblockmenu_drop_blockdefault.gif) center center repeat-x;
/*position:relative;*/
}

.horisontal_solidblockmenu_drop li{
display: inline;
}

.horisontal_solidblockmenu_drop li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.horisontal_solidblockmenu_drop li a:visited{
color: white;
}

.horisontal_solidblockmenu_drop li a:hover, .horisontal_solidblockmenu_drop li .current{
color: white;
background: transparent url(/templates/menu/horisontal/solidblockmenu_drop_blockactive.gif) center center repeat-x;
}

.horisontal_solidblockmenu_drop_dropcontainer {
background-color:black;
border-color:#918D8D;
border-style:solid;
border-width:0 1px;
font: bold 13px Arial;
line-height:18px;
position:absolute;
top:0;
color:white;
visibility:hidden;
width:200px;
z-index:100;
}

.horisontal_solidblockmenu_drop_dropcontainer a,.horisontal_solidblockmenu_drop_dropcontainer a:visited{
border-color:#918D8D;
border-style:solid;
border-width:0 0 1px;
color:white;
font: bold 13px Arial;
display:block;
padding:3px 0;
text-decoration:none;
text-indent:5px;
width:200px;
}


.horisontal_solidblockmenu_drop_dropcontainer a:hover{ /*hover background color*/
background-color: red;
}
.horisontal_solidblockmenu_drop_dropcontainer .current{ 
background-color: red;
}

