
#ezgo9_button	{	background-image:url(./images/ezgo9.png);}
#ezgo10_button{	background-image:url(./images/ezgo10.png);}

/*----------*/

/* Added by Maziazy */
#wrapper #banner-menu {
	margin-right: 50px;
	border-bottom: 0px solid #d6D6D6;
	z-index: 0;
}

#banner-menu li
{	
	position: relative;
	top: 5px;
	
	margin: -10px 2px -10px 2px;
	padding: 0px;
	width: 100px;
	height: 40px;
	background-color: #CCC;
	border-radius: 5px;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

#banner-menu li.enable
{	
	top: 0px;
	margin-bottom: -5px;
	background-color: #01162E;
}


#banner-menu li div
{	
	width: 100px;
	height: 27px;
	margin-bottom: 0px;
	border-bottom: 13px solid #fff;
	color: #e3e3e3;
	font-size: 14pt;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

#banner-menu li.enable div
{	
	color: #fff;
	margin-bottom: 8px;
	border-bottom: 0px solid #fff;
}

#banner-menu li:hover
{
	top: 0px;
	background: #FFFFFF;
	box-shadow: #324b68 0px 0px 10px;
}


#banner-menu li:hover div
{
	height: 32px;
	margin-bottom: 5px;
	border-bottom: 8px solid #fff;
	color: #329AF6;
}

#banner-menu li.enable:hover
{
	top: 0px;
	background: #01162E;
	box-shadow: #324b68 0px 0px 10px;
}

#banner-menu li.enable:hover div
{
	color: #fff;
	margin-bottom: 8px;
	border-bottom: 0px solid #fff;
	color: #329AF6;
}

/*
#banner-menu li:hover
{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
*/
.back
{
	margin: 0px 50px;
	padding: 5px 10px;
	width: 100px;
	height: 30px;
	background-color: #aaa;
	border-radius: 5px;
	font-size: 16pt;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.back:hover
{
	box-shadow: #0fc 0px 0px 15px;
}

