/* CUSTOM DROP DOWNS */
.dropdown {
	cursor: pointer;
	float: left;
	margin: 0px 3px;
	height: 22px;
	width: 129px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #ccc;
}

.dropdown * { margin: 0px; padding: 0px; }
.dropdown .dropdowntop {
	font-weight: normal;
	background: transparent;
}
.dropdown .dropdowntop span { padding: 3px; text-indent: 3px; display: block; }

.dropdown ul { margin-top: 1px; display: none; position: absolute; background-color: #FFF; margin-left: -1px; padding: 3px; width: 123px; border: 1px solid #CCC; }
.dropdown li { display: block; padding: 5px; border-bottom: 1px dotted #CCC; list-style-image:none; }
.dropdown a { text-decoration: none; color: #069; }
.dropdown a:hover { text-decoration: underline; }
.dropdown:hover {border: 1px solid #ccc; background-color: #FFF;}

/* the last one we don't put a border on */
.dropdown li.last { border-bottom: none; }

#dhtmltooltip{
    position: absolute;
    width: 200px;
    border: 1px solid #B9C8D7;
    padding: 2px;
    background-color: #F4F7F9;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
