/* Copyright © RonyaSoft WEB Studio 
Menu CSS v. 2.01 
11.09.2006 */
table.menu{
background-color:#D03A20;
background-image:url(http://www.ronyasoft.com/images/menu_footer_back.gif); 
}
table.menu_items td{
color:black;
border:solid 0px red;
text-align:left;
vertical-align:middle;
}
table.menu_items td.menu_header{
width:145px;
height:10px;
background-image:url(http://www.ronyasoft.com/images/menu_header.gif); 
}
table.menu_items td.menu_body{
text-indent:22px;
width:145px;
height:24px;
background-image:url(http://www.ronyasoft.com/images/menu_body.gif); 
}
table.menu_items td.menu_footer
{
width:145px;
height:16px;
background-image:url(http://www.ronyasoft.com/images/menu_footer.gif); 
}
table.menu_items a{
color:#D03A20;
font-weight:bold;
text-decoration:none;
}
table.menu_items a:hover{
text-decoration:underline;
}
#menu,
#menu2,
#menu3,
#menu4,
#menu5,
#menu6,
#menu7{
position:absolute;
visibility:hidden;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#888080,direction=120,strength=3);
z-index:1;
}
#navbar{
position:relative;
}
/* The end ***************************/