@charset "utf-8";
/* CSS Document */

div.menu_decor_top{
width:218px;
background: url(../Design/Content/menu_top_bg.jpg) top left no-repeat;
font-size:6px;
height:10px;
}

div.menu_decor_bottom{
width:218px;
background: url(../Design/Content/menu_bottom_bg.jpg) top left no-repeat;
height:18px;
} 

ul.menu{
width:200px;
background:url(../Design/Content/menu_main_bg.jpg) top left repeat-y;
padding:0 9px;
text-align:left;
}

ul.menu a{
display:block;
width:177px;
padding:5px 0 4px 23px;
line-height:1.2em;
background:url(../Design/Icons/menu.gif) top left no-repeat;
border-bottom:solid 1px #fbd979;
color:#604902;
font-weight:bold;
font-size:12px;
text-decoration:none;
}

ul.menu li.last a{
border:0;
}

ul.menu a:hover{
text-decoration:underline
}

ul.menu li.opened a{
color:#FFFFFF;
background:url(../Design/Icons/menu_2.gif) top left no-repeat;

}

ul.menu li.opened ul a{
padding-left:40px;
color:#604902;
font-weight:normal;
font-size:11px;
width:160px;
background:url(../Design/Icons/menu_3.gif) top left no-repeat;
}

ul.menu li.opened ul ul a{
background:none;
padding-left:50px;
color:#604902;
font-weight:normal;
width:150px;
border:0;
}

a.banner{
margin-top:9px;
display:block;
}

div.top_100{
padding:30px 0;
}