@CHARSET "ISO-8859-1";
.leftMenuContainer{
	border:1px #336699 solid;
	margin-top:5px;
	
	background-image:url('lbg.png');
	background-repeat:no-repeat;
	background-position:top right;
}
.leftMenuContainer:hover{
	background:#ffffff;
	background-image:url('lbg2.png');
	background-repeat:no-repeat;
	background-position:top right;
}

.leftmenuSearchHandle{
	cursor:pointer;
	font-size:10px;
	text-align:right;
}
#leftmenuSearchHandle2{
	display:none;
}
#leftmenuSearchAdvanced{
	height:0px;
	overflow:hidden;
}
.lefmenuTitle{
	margin:3px;
	padding:5px;
	padding-left:5px;
	font-weight:bold;
}
.lefmenuTitle:hover{
	padding-left:12px;
	color:#4477aa;
}

.leftmenuItem{

}


#leftmenuSearchForm{
	margin:6px;
	margin-right:10px;
	text-align:right;
}
#leftmenuSearchForm input{
	margin:3px;
}
#leftmenuSearchInput{
	
}
#leftmenuSearchSubmit{
	
}


.lefmenuItem{
text-align:right;
border-bottom:1px #336699 dotted;
padding:2px;
margin:5px;
height:1.2em;
overflow:hidden;
}
.lefmenuItem:hover{
	font-weight:bold;
	padding-right:10px;
}
