/* TOP menu */
#naviset_dropdown_left {
 width:10px;
 height:30px;
 position:absolute;
 top:140px;
 left:0px;
 background: url('../_img/header_bl_orange.png') transparent no-repeat center top; /*background of menu bar (default state)*/
}
#naviset_dropdown_right {
 width:10px;
 height:30px;
 position:absolute;
 top:140px;
 right:0px;
 background: url('../_img/header_br_orange.png') transparent no-repeat center top; /*background of menu bar (default state)*/
}
#naviset_dropdown {
 width:880px;
 position:absolute;
 bottom:0px;
 left:10px;
 text-align:left;
 background: url('../_img/header_b_orange.png') transparent repeat-x center bottom; /*background of menu bar (default state)*/
}
/* LEFT ,menu*/
.left_menu {
 list-style-type: none;
 width:200px;
}
.left_menu li {
margin:0 auto 8px auto;
}
.left_menu a {
display:block;
padding:0 10px;
height:30px;
line-height:30px;
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#666;
 background: url('../_img/lft_bt.jpg') transparent no-repeat center bottom; /*background of menu bar (default state)*/

}
.left_menu a:hover, .left_menu .mactual a {
 background: url('../_img/lft_bt_h.jpg') transparent no-repeat center bottom; /*background of menu bar (default state)*/
 color:#333;
}
/* DOWN menu */
.down_menu {
 width:994px;
}    

.down_menu li {
 font-size:9pt;
 list-style-type: none;
 margin:10px 4px 0 0;
 float:left;
}

.down_menu a:link, .down_menu a:active, .down_menu a:visited {
 color:#888;
 text-decoration:underline;
 padding:0 4px 0 0;
 display:block;
 float:left;
}

