﻿/*Menu*/
#ml-menu{
	list-style:none;
	margin:0;
	width:1050px;
	background:transparent url(../images/ml-menu-bg.gif) no-repeat top left;
	color:#ffffff;
	
}
#ml-menu li{
	float:left;
}
.ml-current a, .ml-current a:hover{
		background-position:50% -46px !important;
}
#ml-menu li a, #ml-menu li a span{
	float:left;
	height:46px;
}
#ml-menu li a span{
	text-indent:-999em;
	display:block;
	width:100%;
	height:100%;
}

#ml-menu-home{
	padding:0 0 0 17px;
}
#ml-menu-tones, #ml-menu-pics, #ml-menu-motochart, #ml-menu-videos, #ml-menu-games{
	padding:0 0 0 1px;
}

/* HOME */
#ml-menu-home a{
	background:transparent url(../images/ml-menu-home-both.GIF) no-repeat 50% 0;
	width:100px;
	height:46px;
}
#ml-menu-home a:hover{
	background:transparent url(../images/ml-menu-home-both.GIF) no-repeat 50% -46px;
}

/* Motochart */
#ml-menu-motochart a{
	background:transparent url(../images/ml-menu-motochart-both.gif) no-repeat 50% 0;
	width:130px;
	height:46px;
}
#ml-menu-motochart a:hover{
	background:transparent url(../images/ml-menu-motochart-both.gif) no-repeat 50% -46px;
}

/* RingTone */
#ml-menu-tones a{
	background:transparent url(../images/ml-menu-ringtone-both.gif) no-repeat 50% 0;
	width:120px;
	height:46px;
}
#ml-menu-tones a:hover{
	background:transparent url(../images/ml-menu-ringtone-both.gif) no-repeat 50% -46px;
}

/* Video */
#ml-menu-videos a{
	background:transparent url(../images/ml-menu-video-both.gif) no-repeat 50% 0;
	width:110px;
	height:46px;
}
#ml-menu-videos a:hover{
	background:transparent url(../images/ml-menu-video-both.gif) no-repeat 50% -46px;
}

/* Pics */
#ml-menu-pics a{
	background:transparent url(../images/ml-menu-pic-both.gif) no-repeat 50% 0;
	width:100px;
	height:46px;
}
#ml-menu-pics a:hover{
	background:transparent url(../images/ml-menu-pic-both.gif) no-repeat 50% -46px;
}

/* Games */
#ml-menu-games a{
	background:transparent url(../images/ml-menu-game-both.gif) no-repeat 50% 0;
	width:100px;
	height:46px;
}
#ml-menu-games a:hover{
	background:transparent url(../images/ml-menu-game-both.gif) no-repeat 50% -46px;
}
