/* Drop Down List - Tutorial */
/* CaliGrafx.com - Adam */

/*#dropDownItems{text-align:left;	display:block;width:370px;height:39px;padding:27px 0 0 0;position:absolute;top:50px;left:200px;}*/
#dropdown{
	z-index:110;
	width:264px;
	height:35px;
	background:url('http://site.racefandiecast.com/driver-dropdown/images/dropDownBG.png') no-repeat;
	margin:5px 0 25px 0;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}
#dropdown label{color:#eaeff0;display:block;position:absolute;left:25px;top:30px;font-size:16px;}
#dropdown #selectedText{
	color:#F9A82E;
	font-size:17px;
	line-height:24px;
	overflow:hidden;
	padding-left:5px;
	text-indent:1px;
	text-shadow:0 1px 0 #000;
	position:absolute;
	top:7px;
	left:15px;
}
#dropdown #toggleButton{
	background:url('http://site.racefandiecast.com/driver-dropdown/images/dd_arrow.png') no-repeat right center;
	width:71px;
	height:33px;
	position:absolute;
	right:0px;
	top:1px;
	cursor:pointer;
}
#dropdown .dropdownLabel{color:#EAEFF0;display:block;font-size:16px;left:25px;position:absolute;top:30px;}
#dropDownItems{
	z-index:100;
	position:absolute;
	top:34px;
	left:17px;
	border-top:none;
	display:none;
	margin:0;
	width:210px!important;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#262626;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius:5px;
	border-left:1px solid #202020;
	border-right:1px solid #202020;
	border-bottom:1px solid #202020;
	padding:10px 0 0 0;
}
#dropDownItems li a{
	display:block;
	padding:5px 0 5px 5px;
	text-decoration:none;
	color:#CCC;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	background:url('http://site.racefandiecast.com/driver-dropdown/images/dropdownItemDivider.png') repeat-x left bottom;
	font-size:13px
}
#dropDownItems li a:hover {
	color:#f0b414;
}
#dropDownItems li.last a{background:none;}
#dropDownItems li a.selected {color:#fff;}
.visibleContent{z-index:90;}
.invisible{display:none;}
