HTML
{
	overflow: -moz-scrollbars-vertical;
}

BODY
{
	margin:0;
	font-family:Verdana;
	font-size:11px;
	background-color:#f4f4f4;
	background-image:url(img/bk.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}

#Content
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:795px;
	padding-top:25px;
}

SELECT
{
	font-family:Verdana;
	font-size:11px;
	width:150px;
}

#Logo
{
	float:left;
	width:170px;
	margin-left:2px;
	text-align:center;
	padding-top:14px;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:14px;
}

#Select
{
	float:left;
	width:467px;
}

#Select #Tips
{
	margin-left:10px;
	padding-top:15px;
	padding-left:15px;
	width:400px;
	font-weight:bold;
	font-size:11px;
}

#Select #Panel
{
	margin-top:14px;
	margin-left:15px;
	background-image:url(img/panel.gif);
	background-repeat:no-repeat;
	width:450px;
	height:57px;
	padding-top:10px;
	padding-left:10px;
}

#Select #Panel #Car
{
	font-weight:bold;
	color:#5a5a59;
}

#Select #Panel #SelectList
{
	margin-top:5px;
}

#Select #Panel #SelectList #Back
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#Select #Menu
{
	background-image:url(img/menu.gif);
	background-repeat:no-repeat;
	width:450px;
	height:99px;
	margin-top:10px;
	margin-left:14px;
}

#Select #Menu #Info
{
	float:left;
	width:192px;
	margin-top:8px;
}

#Select #Menu #Info #Title
{
	font-weight:bold;
	margin-left:10px;
}

#Select #Menu #Info #Car
{
	margin-left:10px;
}

#Select #Menu #Info #Links
{
	line-height:1.5;
	margin-top:10px;
	margin-left:10px;
}

#Select #Menu #Info #Links A
{
	color:Black;
}


#Select #Menu .Item
{
	float:left;
	width:80px;
	margin-left:4px;
	padding-top:80px;
	text-align:center;
}


#Button
{
	float:left;
	padding-top:15px;
}

#Button #Close
{
	cursor:pointer;
	background-image:url(img/button.gif);
	background-repeat:no-repeat;
	width:140px;
	height:19px;
	padding-top:4px;
	text-decoration:none;
	color:White;
	font-size:9px;
	font-weight:bolder;
	text-align:center;
}


.SubMenu
{
	position:absolute;
	width:124px;
	background-color:white;
	border:solid 1px #ccc;
	border-bottom:0;
}

.SubMenu A
{
	display:block;
	width:120px;
	color:black;
	font-family:verdana;
	font-weight:bold;
	font-size:9px;
	padding:1px;
	padding-left:3px;
	text-decoration:none;
	border-bottom:solid 1px #ccc;
}

.SubMenu A:Hover
{
	background-color:#cccccc;
}

