#slideshow {
	position:relative;
	height:430px;
}

#slideshow IMG {
	position:absolute;
	top:1px;
	left:-1px;
	z-index:8;
	opacity:0.0;
	height: 430px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}





#innerMenu{
	background-image:url(../images/bg.png);

	
	
}
#menu{
	width:140px;
	height:190px;


	
	}


.templatemo_menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 130px;
}
.templatemo_menu li a{
	background:#F4F4F4;
	
	font-size: 13px;
	font-weight: bold;
	color: #008000;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* php .templatemo_menu li a{ 
	width: 130px;
}

.templatemo_menu li .current {
	background:#D3D3D3;
	color:#030;
	
	
	
}







