.scenariomenu{
list-style-type: none;
margin: 20px 0 0 25px;
padding:inherit;
}

.scenariomenu_tema{
font-family: sylfaen, Times New Roman, Serif, Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier;
font-size:16px;
font-weight:bold;
text-align:inherit;
list-style-type: none;
margin: 30px 0 0 30px; 
padding: 0;
}

.scenariomenu li{
position: relative;
}

.scenariomenu li ul{ /*SUB MENU STYLE*/
/*position: absolute;*/
width: 250px; /*WIDTH OF SUB MENU ITEMS*/
top: 0;

}

ul.submenu{
left: 10px;
display: none;
list-style-type: none;
}

.scenariomenu li a{
font-family: Arial, sylfaen, Times New Roman, Serif, Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier;
font-size: 14px;
font-weight: bold;
color: #653f1c;
display: block;
width: auto;
padding: 1px 0;
padding-left: 10px;
text-decoration: none;
}

.scenariomenu li a:visited, .scenariomenu li a:active{
color: #653f1c;
}

.scenariomenu li a:hover{
color: #000000;
}

/* Holly Hack for IE \*/
* html .scenariomenu li { float: left; height: 1%; }
* html .scenariomenu li a { height: 1%; }
/* End */
