/* These id's are static, so keep the same names */
#dynmenuDiv {
 background-color: #EEE;
 border: 1px solid #AAA;
 color: #000;
 width: 170px;
}

#dynmenuList {
 margin: 0px;
 padding: 10px 0px 10px 10px;
}

li.dynmenubar {
 background: url(images/plus.gif) no-repeat 0em 0.3em;
 font-size: 12px;
 line-height: 1.5em;
 list-style: none outside;
}

.dynmenu, .subdynmenu {
 display: none;
 margin-left: 14px;
 padding: 0px;
}

.dynmenu li, .subdynmenu li  {
 background: url(images/square.gif) no-repeat 0em 0.3em;
 list-style: none outside;
}

li.dynmenubar a.standalone {
 background: url(images/square.gif) no-repeat 0em 0.2em !important;
}

a.actuator, a.standalone {
 background-color: transparent;
 color: #000;
 font-size: 12px;
 padding-left: 15px;
 text-decoration: none;
}

.dynmenu li a, .subdynmenu li a {
 background-color: transparent;
 color: #000;
 font-size: 12px;
 padding-left: 15px;
 text-decoration: none;
}

a.actuator:hover, .dynmenu li a:hover, subdynmenu li a:hover, li a.standalone:hover {
 text-decoration: underline;
}

/* styles to allow for base links */
li a.base, li a.base:visited {
 background-color: transparent;
 color: #000;
 font-size: 12px;
 padding-left: 0px;
 text-decoration: none;
}

li a.base:hover {
 color: #CC0000;
 text-decoration: none;
}

span.key {
 text-decoration: underline;
}

a.highlight {
 color: blue !important;
 font-weight: bold;
}

