﻿#menu-top
{
	height: 10px;
	background: transparent url('/images/menu/menu_top.png') no-repeat 0 0;
	display: block;
}

#menu-detail
{
	display: block;
}

#menu-detail span
{
	height: 95px;
	display: block;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#menu-detail ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu-detail ul li
{
	margin: 0;
	padding: 0;
	padding-top: 3px;
}
#menu-detail ul li A.menugs
{
    margin:0;
    padding:3px 0 0;
    background:transparent url(/images/menu/gameservers_bar.png) no-repeat scroll 0 0;
    color:#00304D;
    display:block;
    font-size:25px;
    height:79px;
    line-height:63px;
    text-align:center;
    text-decoration:none;
    width:230px;
    font-weight: normal;
}
#menu-detail ul li A.menuvs
{
    margin:0;
    padding:3px 0 0;
    background:transparent url(/images/menu/voiceservers_bar.png) no-repeat scroll 0 0;
    color:#1A4005;
    display:block;
    font-size:25px;
    height:79px;
    line-height:63px;
    text-align:center;
    text-decoration:none;
    width:230px;
    font-weight: normal;
}

#menu-detail ul li A.menuho
{
    margin:0;
    padding:3px 0 0;
    background:transparent url(/images/menu/hosting_bar.png) no-repeat scroll 0 0;
    color:#281904;
    display:block;
    font-size:25px;
    height:79px;
    line-height:63px;
    text-align:center;
    text-decoration:none;
    width:230px;
    font-weight: normal;
}
#menu-detail ul li A.menuws
{
    margin:0;
    padding:3px 0 0;
    background:transparent url(/images/menu/development_bar.png) no-repeat scroll 0 0;
    color:#3F1C67;
    display:block;
    font-size:25px;
    height:79px;
    line-height:63px;
    text-align:center;
    text-decoration:none;
    width:230px;
    font-weight: normal;
}
#menu-detail ul li A.menuha
{
    margin:0;
    padding:3px 0 0;
    background:transparent url(/images/menu/hardware_bar.png) no-repeat scroll 0 0;
    color:#761401;
    display:block;
    font-size:25px;
    height:79px;
    line-height:63px;
    text-align:center;
    text-decoration:none;
    width:230px;
    font-weight: normal;
}
#menu-detail ul li A.menuex
{
    margin:0;
    padding:3px 0 0;
    background:transparent url(/images/menu/extra_bar.png) no-repeat scroll 0 0;
    color:#006674;
    display:block;
    font-size:25px;
    height:79px;
    line-height:63px;
    text-align:center;
    text-decoration:none;
    width:230px;
    font-weight: normal;
}
#menu-detail ul li A.menugs:hover
{
    color:#ffffff;
}
#menu-detail ul li A.menuvs:hover
{
    color:#ffffff;
}
#menu-detail ul li A.menuho:hover
{
    color:#ffffff;
}
#menu-detail ul li A.menuws:hover
{
    color:#ffffff;}
#menu-detail ul li A.menuha:hover
{
    color:#ffffff;}
#menu-detail ul li A.menuex:hover
{
    color:#ffffff;}
#menu-footer
{
	margin: 0;
	padding: 0;
	height: 50px;
	background: transparent url('/images/menu/menu_footer.png') no-repeat center center;
	display: block;
}
