@charset "utf-8";

/* CSS Document */



table.menu{

/*		margin-top:250px;*/

		width: 155px; 

		padding-left: 6px;

}



table.menu td{

	height: 35px;

}



#menu  { 

	/*position:fixed;*/

}



.main_menu_div{

	margin-top:0px;

}





table.menu tr td a{

	font-size: 14px;

	text-decoration:none;

	color:#333333;

}



table.menu tr td a:hover{

	text-decoration:underline;

	color:#993300;

}



#menu_item{

	background-image: url(../images/menu_img.png); background-repeat: no-repeat;

}

#menu_item_2{

	background-image: url(../images/menu_img_02.png); background-repeat: no-repeat;

}

#menu_item_3{

	background-image: url(../images/menu_img_03.png); background-repeat: no-repeat;

}

#menu_item_4{

	background-image: url(../images/menu_img_04.png); background-repeat: no-repeat;

}

#menu_item_5{

	background-image: url(../images/menu_img_05.png); background-repeat: no-repeat;

}

#menu_item_6{

	background-image: url(../images/menu_img_06.png); background-repeat: no-repeat;

}



.menu div.menu_item{

	width: 164px; 

	height: 100%;

	/*border:1px solid #f00;*/

	z-index: 1;

}



.menu div.menu_item .fade{

	z-index:2; 

	position:absolute;

	width: 163px; 

	height:38px;

	background-repeat: no-repeat;

	/*border:1px solid #0f0;*/

	/*position: fixed;*/

}



.menu div.menu_item .over{

	height:25px;

	z-index:3; 

	position:relative; 

	top:0px;

	left:0px;

	cursor: pointer;

	font-size:12px;

	color:#333333;

	font-weight:bold;

	text-align: right;

	padding-top: 10px;

	padding-right:35px;

/*	margin-right:15px;*/

	/*border:1px solid #00f;*/

}



.menu div.menu_item .over_over{

	height:25px;

	z-index:3; 

	position:relative; 

	top:0px;

	left:0px;

	cursor: pointer;

	font-size:12px;

	color:#333333;

	font-weight:bold;

	text-align: right;

	padding-top: 10px;

	padding-right:35px;

/*	margin-right:15px;*/

/*	border:1px solid #00f;*/

}