@charset "utf-8";
/* CSS Document */


.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}
.transMenu .content {
	position:absolute; 
}
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
}
.transMenu.top .items {
	border-top:none;
	background-color:#63a50a;	
	width:200px;	
}
.transMenu .item {
    color:#ffffff;
    font-size:10px;
    font-family:verdana;
	font-weight:bold;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	background-color:#63a50a; 
	height:23px;
}
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.0;
	filter:alpha(opacity=0); 
}
/*.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40); 
}
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40); 
}*/
.transMenu .item.hover {
	background:#abcd42;
	color:black; 
}
.transMenu .item img {
	margin-left:10px; 
}
