﻿.mnuArea
{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:100%;
	z-index:20;	
	background:Transparent url("../img/style/mnuBgd.gif") no-repeat;
	overflow:hidden;

}

.mnuArea img{border-style:none}

.mnuBar
{
	width:100px;
	padding:100px 10px 0px 5px;
	height:100%;
	float:left;
	
}

.menuItems
{
	height:100%;
}

.mnuArea .mnuItem
{
	cursor:pointer;
	margin:5px;
	height:60px;
}
.mnuArea .mnuItem img {width:50px}
.mnuArea .mnuItemSelect
{
	cursor:pointer;
}
.mnuArea .mnuItemSelect img {width:120px}


.bgdCol
{
	top:0px;
	width:10px;
	background-color:Yellow;
	height:100%;
	float:left;
	margin-right:4px;
	;
}


