/*default young drivers css */

.youngDriversTop
{
	border: 0px solid red;
	width:auto;
	height: 90px;
	background: url(../images/youngDriversTop.jpg) no-repeat;
}

.youngDriversMiddle
{
	width:auto;
	/*height: 106px;*/
	background: url(../images/youngDriversMiddle.jpg) no-repeat;
}

.youngDriversNav
{
	height: 40px;
	float:left;
	margin-left: 232px;
	border: 0px solid red;
}

.youndDriversContent
{
	background: url(../images/youngDriversContentBg.jpg) repeat-y;
	/*height: 400px;*/
	width: auto;
}

.youngDriversBottom
{
	float:bottom;
	height: 6px;
	width:auto;
	background: url(../images/youngDriversBottom.jpg) no-repeat bottom;
	font-size:0px;
}

/*superstars css */

.superstarsTop
{
	border: 0px solid red;
	width:auto;
	height: 90px;
	background: url(../images/superstarsTop.jpg) no-repeat;
}

.superstarsMiddle
{
	width:auto;
	height: 100%;
	min-height:108px;
	background: url(../images/superstarsMiddle.jpg) no-repeat;
}

/*rising stars css */

.risingTop
{	border: 0px solid red;
	width:auto;
	height: 90px;
	background: url(../images/risingTop.jpg) no-repeat;
	position: relative;
}

.risingMiddle
{
	width:auto;
	height: 100%;
	min-height:106px;
	background:url(../images/risingMiddle.jpg) no-repeat;
}

.middleDriverDetails
{
	border: 1px solid red;
	margin:10px;
	margin-left: 200px;
	width: 220px;
	float:left;
		
}

.profileArea
{
	border: 1px solid blue;
	float:left;
	margin-left: 15px;

}

/* dropdown css */



