body{ background: #222; }

div#gate
{
	width: 424px;
	height: 80px;
	margin: 0 auto;
	margin-top: -20px;
}

ul.dropdown
{
	padding-left: 0px;
	display: block;
	float: left;
	margin-right: 5px;
	list-style: none;
	height: 34px;
	text-transform: uppercase;
	border: 1px solid #0F0F0F;
}

ul.dropdown li
{
    text-align:left;
	display: block;
	height: 34px;
	line-height: 34px;
	background: #303030;
	position: relative;
	z-index: 5;
	padding: 0 12px;
	cursor: pointer;
	font-family: Arial;
	color: #FFF;
	margin-bottom:0px;
}

ul.dropdown:hover li
{
	display: block;
}

ul.dropdown li:hover
{
	background: #444;
}

ul.dropdown li.selection
{
	padding-right: 50px;
	position: static;
}

ul.dropdown div.wrap
{
	max-height: 300px;
	position: relative;
	overflow: auto;
}

div#gate ul.dropdown
{
	background: #232323 url(textures/layout/dropdown-large.png) repeat-x;
	border: 1px solid #4A4A4A;
	height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div#gate ul.dropdown li
{
	height: 24px;
	line-height: 24px;
	background: #111;
}

div#gate ul.dropdown li:hover
{
	background: #232323;
}

div#gate ul.dropdown li.selection
{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background: url(textures/layout/dropdown-tip-large.png) no-repeat center right;
}

ul#date{ width: 120px; }
ul#month{ width: 125px; }
ul#year{ width: 155px; }
ul#country{ width: 415px; }