div.cms_main_menu {
   padding: 4px 0px;
   text-align: center;
   background-color: red;
   background-image: none;
   width: 760px;
   border-width: 1px;
   border-style: dashed;
   border-color: black;
   margin: 0px auto;
   clear: both;
}

div.cms_main_menu  .cms_menu_button {
   top: 0;
}

div.cms_menu_button {
   top: 4px;
   right: 4px;
   position: absolute;
}

div.cms_menu {
   display: none;
   background-color: white;
   color: black;
   border-width: 1px;
   border-color: #A9BFD7;
   border-style: solid;
   padding: 3px;
   top: 15px;
   right: 0px;
   width: 150px;
   position: absolute;
}

a.cms_main_menu {
   color: white;
   text-decoration: none;
}

a.cms_main_menu:hover {
   text-decoration: underline;
}

a.cms_menu {
   font-size: 10pt;
   color: black;
   text-decoration: none;
}

a.cms_menu:hover {
   text-decoration: underline;
}

#div_content li {
   position: relative;
/*    width: 400px;
   height: 15px; */
}

#div_content li:hover {
   background-color: #dddddd;
}

a.cms_button_delete {
   position: absolute;
   right: 0px;
   top: 0px;
}

a.cms_button_edit {
   position: absolute;
   right: 25px;
   top: 0px;
}

a.cms_button_up {
   position: absolute;
   right: 65px;
   top: 0px;
}

a.cms_button_down {
   position: absolute;
   right: 50px;
   top: 0px;
}