/*-- [START] css/leftmenu.css --*/

.leftmenu
{
	empty-cells: show;
	color:black;
	background-color:transparent;
	margin-bottom:0px;
	margin-top:0px;
	padding-right:1px;
	padding-left:1px;
	padding-top:1px;
	padding-bottom:1px;
	text-align: left;
	font-size: 14px;

	border:white solid;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 2px;
	border-right: 2px;
}


.leftmenu_line
{
	background-color: #999999;
	height: 1px;
	width:  320px;
}

.leftmenu_vline
{
	background-color: #999999;
	height: 20px;
	width:  1px;
}

.leftmenu_menu
{
	width:  320px;
	text-decoration: none;
}

.leftmenu_item
{
	background-color:transparent;
	width:106px;
	height: 20px;
	background-image: url("../img/b2.png");
	text-align: center;
	border: none;
	text-decoration: none;
	font-size: 11px;
}

.leftmenu_item_selected
{
	background-color:transparent;
	width:106px;
	height: 20px;
	background-image: url("../img/b1.png");
	text-align: center;
	border: none;
	text-decoration: none;
	font-size: 11px;
}

/*-- [END] css/leftmenu.css --*/

