@charset "utf-8";
/* CSS Document */

.dropdown {
	left:	0px;
	top:	0px;
	position:absolute;
	text-align:left;
	display:none;
	z-index:10;
	white-space:nowrap;
}

.dropdown a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#FFFFFF;
	text-decoration:	none;
	display:			block;
	padding:9px 14px 9px 14px;
}

.dropdown a:hover {
	color:				#ffc017;
	background:url(/images/common/dropdowns/ddArrow.png) no-repeat 8px 15px;
}

.ddTable td {
	background-color:#484848;
	min-height:6px;
	min-width:6px;
}

.ddTable td.ddCorner {
	background-color:transparent;
}

.ddTable td.ddCorner.ddCornerTopRight {
	height:6px;
	width:6px;
	background:url(/images/common/dropdowns/ddCorner_topRight.png) no-repeat top left;
	
}

.ddTable td.ddCorner.ddCornerBottomLeft {
	height:6px;
	width:6px;
	background:url(/images/common/dropdowns/ddCorner_botLeft.png) no-repeat top left;
}

.ddTable td.ddCorner.ddCornerBottomRight {
	height:6px;
	width:6px;
	background:url(/images/common/dropdowns/ddCorner_botRight.png) no-repeat top left;
}

.ddTable div {
	background-color:transparent;
	background:url(/images/common/dropdowns/ddDivider.png) no-repeat bottom;
}

.ddTable div.last {
	background:none;
}

