/* CSS Document */

/**************** MAIN MENU ********************/
.halfmoon{
margin-bottom: 1em;
margin-top: -21px;
}

.halfmoon ul{
padding: 3px 9px 2px 0px;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 25px 2px 10px;
margin: 0px;
margin-right: 0px; /*distance between each tab*/
border: 1px solid #929492;
border-bottom-width: 1px;
color: #FFFFFF;
font-size: 13px;
background: white url(../../images/menu/glossyback.gif);
}

.halfmoon li a:visited{
color: #FFFFFF;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background: white url(../../images/menu/glossyback2.gif);
color: #FFFFFF;
}


/* ######### SUBMENU ######### */

.dropmenudiv_e{
position:absolute;
text-align: left;
border: 1px solid #9A9A9A; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #5285E6;
width: 190px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #9A9A9A; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
text-align: left;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #3772E4;
color: #FFFFFF;
}




/* ######### Left column ######### */

#leftcolumn{
float: left;
padding: 3px 0px 2px 5px;
background: url(../images/leftcolumn.gif) repeat-x top left;
clear: left;
width: 225px;
height: 450px;
margin-right: 1px;
margin-top: 1em;
text-align: left;
}

.ddmarkermenu{
list-style-type: none;
margin: 0;
margin-top: 20px;
padding: 0;
}

.ddmarkermenu li{
padding-bottom: 2px;
}

.ddmarkermenu li a{
color: #000000;
background: url(../../images/menu/arrowbullet.png) no-repeat center left;
display: block;
padding: 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid #dadada;
font-size: 12px;
}

.ddmarkermenu li a:visited{
color: #000000;
}

.ddmarkermenu a:hover{
background-color: #F3F3F3;
color: #000000;
}

.listmenu{
list-style-type: none;
margin: 0;
margin-bottom: 8px;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
}

.listmenu li{
padding-bottom: 2px;
}

.listmenu li a{
text-decoration: none;
background: url(../../images/menu/bullet.png) no-repeat center left;
padding-left: 19px;
display: block;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid #dadada;
}

.listmenu a:hover {
background-color: #F3F3F3;
}

.listmenu2 li a{
background: url(../../images/menu/commentbullet.png) no-repeat top left;
}

#leftcolumn .titlebar{
font-weight: bold;
background: black url(../../images/menu/glossyback.gif) repeat-x top left;
color: white;
border: 1px solid #929492;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
padding-left: 2px;
}

