/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
box-sizing: content-box;
list-style-type: none;
margin: 0px 5px;
padding: 0;
width: 110px;
/* hide from mac ie5 \*/
width: 140px;
/* mac ie5 can see following */
border: 1px solid #9A9A9A;
}

* html .markermenu {
  width: 110px;
  }


.marker a{
background: white url(../images/arrow-list.gif) no-repeat 12px center;
font-family:  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.9em;
color: #808080;
display: block;
width: auto;
padding: 2px 0;
padding-left: 30px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;  */
}

/*IE only. Actual menu width minus left padding of LINK (20px) */

* html .marker a, a:visited, a:active,a:hover {
width: 110px;
}


.marker a:visited, .marker a:active{
color: #808080;
}

.marker a:hover{
color:#c90d04;
background-color: #ffffcb;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.htitle {
font-family:  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.9em;
background-color: #808080;
color: #fff;
display: block;
width: auto;
padding: 2px 0;
padding-left: 5px;
/*border-bottom-style: solid ;
border-bottom-width: 1px;
boder-bottom-color: #B5B5B5; */
}

*html .htitle {
      width: 135px;
      }

.emptytitle {
font-family:  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.9em;
background-color: #fff;
color: #fff;
height: 0.5em;
display: block;
width: auto;
padding: 2px 0;
padding-left: 5px;
/*border-bottom-style: solid ;
border-bottom-width: 1px;
boder-bottom-color: #B5B5B5;
border-bottom: 1px solid #B5B5B5; */
}

.mtitle a{

font-family:  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.9em;
color: #808080;
display: block;
width: auto;
padding: 2px 0;
padding-left: 5px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

/*IE only. Actual menu width minus left padding of LINK (20px) */

* html .mtitle a, a:visited,active:active,a:hover{
width: 110px;
}

.mtitle a:visited, .mtitle a:active{
color: #808080;
}

.mtitle a:hover{
color: #c90d04;
background-color: #ffffcb;

}

