html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background:#212121 url(chooserback.png) top center repeat-x;
	font-family: Arial;
	font-size: 13px;
	color:#fafafa;
	
	

}

img { border: 0; }

#layout{
height:38px;
border-bottom:1px #282828 solid;
}
#text{

width:360px;
float:left;
text-align: right;
top: 12px;
font-weight: bold;
position: absolute;}


#selection {
	width: 996px;
	height: 39px;
	border: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 2000;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}


#selectbox {
	border:none;
	position: absolute;
	padding-top:0px;
	left: 380px;
	top: 0;
}

#selectbox form {
	margin: 0;
	padding: 0;
	
}

#selectbox select {
	margin-top: 19px;
	width: 270px;
	overflow: hidden;
	color: #ababab;
	background: #111;
	height: 22px;
}

#select-bg {
	margin: 7px 5px 0 0;
	float: left;
	width: 273px;
	height: 24px;
	background-position: top center;
	background-repeat: no-repeat;
	background:#000;
	border:1px solid #666;
	cursor: pointer;
}

#select-bg span.current {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25px;
	color: #fffc20;
}

#mainselect-bg {
	background: url(images/select-bg.gif) bottom center;
	position: absolute;
	z-index: 3500;
	padding: 5px 8px 8px 0;
	overflow: hidden;
}

#mainselect-bg div {
	padding: 0 1em 1em;
	max-height: 352px;
	overflow: auto;

}

#mainselect-bg div ul {
	margin: 0;
	padding: 5px 0px 0px 0px;
	list-style: none;
}

#mainselect-bg div ul li a {
	font-size: 12px;
	font-weight:bold;
	outline: none;
	display: block;
	color: #ababab;
	text-decoration: none;
	padding:6px;
	background:#121212;
	border-bottom: 1px solid #999;
}

#mainselect-bg div ul li a:hover { 
	background-color: #000;
	color: #fffc20;
}


#mainselect-bg div ul li a.selected {
	
	background-color: #000;
	color: #fffc20;
	font-weight:bold;
}

