/*
 * menu definitions  
 */
div.menu {          margin: 5px; margin-top:1px; }
div.menubox{        width: 180px; background: #b30000 url(../images/menu-bottom-left.gif) no-repeat left bottom;}
div.menubox-outer{  background : url(../images/menu-bottom-right.gif) no-repeat right bottom; padding-left: 0%; line-height: 7px;}
div.menubox-inner{  background: url(../images/menu-top-left.gif) no-repeat left top; padding-top : 0%; margin: 0px;}
div.menubox h2{     font-size: 3px; background: url(../images/menu-top-right.gif) no-repeat right top; padding-top: 5%; padding-left:  0%; padding-right: 0%; margin:0;}                

ul a.item {         list-style-type: none;
                    display: block;
                    width: 180px;
                    height: 23px;
                    margin: 0;
                    padding: 0;
                    line-height: 23px;
                    color: #000;                    
                    text-decoration: none;
                    background: url(../images/menu-item.gif) no-repeat left bottom;
                    text-indent: 25px; }

ul a.subitem {      list-style-type: none;
                    display: block;
                    width: 180px;
                    height: 23px;
                    margin: 0;
                    padding: 0;
                    line-height: 23px;
                    color: #000;
                    text-decoration: none; 
                    background: url(../images/menu-subitem.gif) no-repeat left bottom;                   
                    text-indent: 40px; }                    

ul a.submenu {      list-style-type: none;
                    display: block;
                    width: 180px;
                    height: 23px;
                    margin: 0px;
                    padding: 0px;
                    line-height: 23px;
                    color: #000;
                    text-decoration: none;
                    background: url(../images/menu-button.gif) no-repeat left bottom;
                    text-indent: 25px; }

ul a.submenu_open { list-style-type: none;
                    display: block;
                    width: 180px;
                    height: 23px;
                    margin: 0;
                    padding: 0;
                    line-height: 23px;
                    color: #000;
                    text-decoration: none;
                    background: url(../images/menu-button_open.gif) no-repeat left bottom;
                    text-indent: 25px; }                    
                                        
                    
li.menu-item {      margin: 0px;
                    padding: 0px;
                    padding-left: 0px;
                    list-style-type: none;
                    display: inline;     
                    }                    
                                      
ul.menu     {       margin: 0px; 
                    padding : 0;
                    padding-left: 0px;                   
                    text-decoration: none;                                     
                    }  
