
div.menu{
	height:34px;
	padding:1px 0px 1px 0px;
}

div.menu_box{
	float: left;
	height:34px;
	padding:0px 0px 0px 0px;
}

div.menu_box_active{
	float: left;
	background-color:#00FFCC;
	height:34px;
	padding:0px 0px 0px 0px;
}


a#menu_top{
   display: block;
   width: 67px;
   height: 34px;
   background-image: url("../img/menu_top_off.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_top:hover{
   display: block;
   width: 67px;
   height: 34px;
   background-image: url("../img/menu_top_on.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}


a#menu_profile{
   display: block;
   width: 87px;
   height: 34px;
   background-image: url("../img/menu_profile_off.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_profile:hover{
   display: block;
   width: 87px;
   height: 34px;
   background-image: url("../img/menu_profile_on.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_radio{
   display: block;
   width: 79px;
   height: 34px;
   background-image: url("../img/menu_radio_off.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_radio:hover{
   display: block;
   width: 79px;
   height: 34px;
   background-image: url("../img/menu_radio_on.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_discography{
   display: block;
   width: 140px;
   height: 34px;
   background-image: url("../img/menu_discography_off.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_discography:hover{
   display: block;
   width: 140px;
   height: 34px;
   background-image: url("../img/menu_discography_on.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_blog{
   display: block;
   width: 79px;
   height: 34px;
   background-image: url("../img/menu_blog_off.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}
a#menu_blog:hover{
   display: block;
   width: 79px;
   height: 34px;
   background-image: url("../img/menu_blog_on.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_link{
   display: block;
   width: 69px;
   height: 34px;
   background-image: url("../img/menu_link_off.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}
a#menu_link:hover{
   display: block;
   width: 69px;
   height: 34px;
   background-image: url("../img/menu_link_on.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

a#menu_contact{
   display: block;
   width: 98px;
   height: 34px;
   background-image: url("../img/menu_contact_off.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}
a#menu_contact:hover{
   display: block;
   width: 98px;
   height: 34px;
   background-image: url("../img/menu_contact_on.png");
   background-repeat: no-repeat;
   text-indent: -4096px;
}

div.menu_top,div.menu_profile,div.menu_radio,div.menu_discography,div.menu_blog,div.menu_link,div.menu_contact{
	font-size:xx-large;
	border: solid;
	border-width: 0px 0px 0px 200px;
	padding:10px 0px 10px 15px;
	margin:5px 0px 5px 0px;
}

div.menu_top{
	border-color:#606;
}
div.menu_profile{
	border-color:#660;
}
div.menu_radio{
	border-color:#066;
}
div.menu_discography{
	border-color:#006;
}
div.menu_blog{
	border-color:#600;
}
div.menu_link{
	border-color:#060;
}
div.menu_contact{
	border-color:#666;
}

