@charset "utf-8";
/* CSS Document */

/*quicklinks*/
.quicklinks{line-height:15px; height:20px;  #margin-top:15px;}

/*dhtmlmenu*/
.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 180px; /*default  width of main box */
position: relative;
text-indent: 3px;
padding:3px;
height:20px;
cursor: hand;
cursor: pointer;
background-color: #F0F0F0;
background:url(/images/comboxbg.png) no-repeat 0 0;}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
display:none;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border: 1px solid #999;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
height:15px;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background:#efefef;
border-bottom: 1px solid #999;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
height:15px;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #f6f6f6;
}

#webmaster{font-size:11px; margin:2px 0;}