﻿.menu_index		{ 
		width: 100px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 10;
} 

.menu_index ul	{
		display: block; 
		padding: 0px; 
		margin: 0px; 
		list-style: none; 
} 

.menu_index ul li {
		display: block; 
		padding: 0px 0px; 
		margin: 0px; 
		list-style: none;
} 

.menu_index a 	{
		border-style: none;
		border-color: inherit;
		border-width: 0px;
		display: block; 
		background: url('../img/menu.gif') no-repeat left top; 
		width: 99px; 
		height: 20px; 
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		margin: 0px; 
		text-align: left; 
		font-family: arial, verdana, sans-serif;
		font-size: 12px;
} 

.menu_index a:hover {
		color: black;
}



.menu		{ 
		width: 100px;
		position: absolute;
		top: 0px;
		left: 0px;
		
} 

.menu ul	{
		display: block; 
		padding: 0px; 
		margin: 0px; 
		list-style: none; 
} 

.menu ul li {
		display: block; 
		padding: 0px 0px; 
		margin: 0px; 
		list-style: none;
} 

.menu a 	{
		border-style: none;
		border-color: inherit;
		border-width: 0px;
		display: block; 
		background: url('../img/menu.gif') no-repeat left top; 
		width: 99px; 
		height: 20px; 
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		margin: 0px; 
		text-align: left; 
		font-family: arial, verdana, sans-serif;
		font-size: 12px;
} 

.menu a:hover {
		color: black;
}


.menu_middle		{ 
		width: 100px;
		position: absolute;
		top: 0px;
		left: 0px;

 }

.menu_middle a 	{
		border-style: none;
		border-color: inherit;
		border-width: 0px;
		padding: 0px;
		display: block; 
		background: url('../img/menu_line.gif') no-repeat left top;
		width: 99px; 
		height: 77px; 
		margin: 0px; 
		text-align: left; 
		font-family: arial, verdana, sans-serif;
		font-size: 12px;
} 

.menu_middle a:hover {
		color: black;
}


.menu_bottom		{
		z-index: 10;
}

.menu_bottom_image		{ 
		background: url('../img/menu_bottom.gif') no-repeat left top; 
		height: 2px;
		font-size:0px
} 
.menu_bottom_side_image		{ 
		background: url('../img/menu_line.gif') no-repeat left top; 
		height: 19px;
		width: 2px
}
.menu_bottom ul	{
		display: block; 
		padding: 0px 0px; 
		margin: 0px; 
		list-style: none; 
} 

.menu_bottom ul li {
		display: block; 
		padding: 0px 0px; 
		margin: 0px; 
		list-style: none;
} 

.menu_bottom a 	{
	vertical-align:top;		
		border-style: none;
		border-color: inherit;
		border-width: 0px;
		display: block; 
		background: url('../img/menu.gif') no-repeat left top; 
		width: 99px; 
		height: 20px; 
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		margin: 0px; 
		text-align: left; 
		font-family: arial, verdana, sans-serif;
		font-size: 12px;
} 

.menu_bottom a:hover {
		color: black;
}

.menu-line	  {
		  background-image: url(../img/menu_line.gif);
		  background-repeat: repeat-y;
}
