/**
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 * $Id: mx-menu.css,v 1.2 2009/04/18 19:22:20 tora60 Exp $
 **/

div.mx-menu {
   margin: 0;
}

.mx-menu li {
   border-bottom: none;
   border-top: none;
}

.mx-menu li a {
   text-decoration: underline;
}

.mx-menu li div {
   background-image: url(../images/dashes.gif);
   background-repeat: repeat-x;
   border-bottom: none;
   cursor: pointer;
   height: 1.5em;
   line-height: 1.5em;
   padding-bottom: 5px;
   padding-left: 0;
   padding-top: 5px;
}

.mx-menu li div.current {
   background-color: transparent;
   border-bottom: none;
   color: #006790;
   font-weight: bold;
   text-decoration: none;
}

.mx-menu li div.hover,
.mx-menu li div:hover {
   background-color: transparent;
   background-image: url(../images/dashes.gif);
   background-repeat: repeat-x;
   border-bottom: none;
   color: #083f5b;
   text-decoration: none;
}

.mx-menu li div.nolink span {
   background-color: transparent;
   background-position: right center;
   border-bottom: none;
   color: #083f5b;
   font-weight: normal;
   margin-right: 6px;
   padding-left: 0;
   text-decoration: none;
}

.mx-menu li li {
   border-bottom: none;
   border-top: none;
}

.mx-menu li li div {
   padding-left: .8em;
}

.mx-menu li li li div {
   padding-left: 1.8em;
}

.mx-menu li li li li div {
   padding-left: 2.8em;
}

.mx-menu li span {
   background-position: center;
   background-repeat: no-repeat;
   float: right;
   width: 21px;
}

.mx-menu li span.collapsed {
   background-image: url(../images/expand.gif);
}

.mx-menu li span.d {
   background-image: none;
   cursor: auto;
}

.mx-menu li span.expanded {
   background-image: url(../images/collapse.gif);
}

.mx-menu li ul {
   margin-left: 0;
}

