.main_menu_left_cap{
width:5px;
background:url(../../img/dw_main_menu_nactive_left.png) no-repeat;
}
.main_menu_right_cap{
width:5px;
background:url(../../img/dw_main_menu_nactive_right.png) no-repeat;
}
.main_menu_cap_content{
height:26px;
background:url(../../img/dw_main_menu_nactive_mid.png) repeat-x;
padding:0 5px;
}
.main_menu_left_cap_active{
width:6px;
background:url(../../img/dw_main_menu_active_left.png) no-repeat;
}
.main_menu_right_cap_active{
width:6px;
background:url(../../img/dw_main_menu_active_right.png) no-repeat;
}
.main_menu_cap_content_active{
height:26px;
background:url(../../img/dw_main_menu_active_mid.png) repeat-x;
padding:0 5px;
}
a.main_menu_item, a.main_menu_item:hover, a.main_menu_item_active{
font-size:14px;
color:#fff;
text-decoration:none;
text-transform:lowercase;
}
a.main_menu_item:hover, a.main_menu_item_active{
color:#E59166;
}