.indentmenu
{
	position:absolute;
	font: bold 18px Arial;	
	height: 500px;
	margin:0 0 0 715px;
}

.indentmenu ul
{
	_width:40px;
	position:absolute;
	bottom:0;
	right:0;
	list-style:none;
	padding: 0px 10px 0px 0px;
	float: left;
	/* width: 80%; width of menu*/
	background: transparent;
}

.indentmenu ul li{

}

.indentmenu ul li a
{
	background-image:url('/skin/frontend/default/sannai/images/home-botton.png');
	background-repeat:no-repeat;
	float: left;
	margin: 2px;
	color: #ffffff; /*text color*/
	padding:2px 9px 5px 7px;
	text-decoration: none;
	cursor:pointer;
	_background-image:none;
	_background-color:#699519;
}


.indentmenu ul li a:hover{
	background-image:url('/skin/frontend/default/sannai/images/home-botton-on.png');
	background-repeat:no-repeat;
	text-decoration:none;
	_background-image:none;
	_background-color:#4b4b4d;
}

.indentmenu ul li a:visited{
	color: #ffffff;
}

.indentmenu ul li a.selected{
	background-image:url('/skin/frontend/default/sannai/images/home-botton-on.png');
	background-repeat:no-repeat;
	_background-image:none;
	_background-color:#4b4b4d;
}

.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent-div
{
	top:0px;
	position:absolute;
	z-index:-9999;
	margin:0px 0px 0px -145px;
	height:584px; 
	width:856px;
}

.tabcontent
{
	position:absolute;
	z-index:-1;
}

.tabcontent-link 
{ 
	position:absolute;
	display:block; 
	height:520px; 
	width:680px;
	font-size:0px;
	color:#aaa;
	text-align:right;
	text-decoration:none;
}

.tabcontent-link:hover
{
	text-decoration:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}


