/*-- [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_head
{
	background-color:transparent;
	width:154px;
	height: 30px;
	padding-bottom: 25px;
}

.leftmenu_item
{
	background-color:transparent;
	width:154px;
	height: 30px;
	background-image: url("../img/big-button.png");
}

.leftmenu_line
{
	background-color: #D8D8D8; /*#999999;*/
	height: 1px;
	width:  154px;
}

.leftmenu_item_selected
{
	background-color:transparent;
	width:154px;
	height: 30px;
	background-image: url("../img/big-button-selected.png");
}

.leftmenu_item:hover
{
	background-color:white;
	color: aqua;
}


.leftmenu_item_a
{
	color: black;
	text-decoration: none;
}

.leftmenu_item_a:visited
{
	color: black;
	text-decoration: none;
}

.leftmenu_item_a:hover
{
	color: blue;
	text-decoration: underline;
}


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