.left-hand-menu-entry{
	background-image:url(../images/new/lefthandmenu-sprite.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	width:210px;
}

.left-hand-menu-entry-first{
	background-position: top left;	
}

.left-hand-menu-entry-last{
	background-position: left -13px;
}

.left-hand-menu-button{
	padding:8px;
	margin:0 1px 0 1px;
	border-bottom:1px solid #D9D9D9;
	border-top:1px solid #FFFFFF;
	cursor:pointer;
}

.left-hand-menu-button-first{
	border-bottom:1px solid #D9D9D9;
	border-top:none;
}

.left-hand-menu-button-last{
	border-bottom:none;
	border-top:1px solid #FFFFFF;
}


div.menuitem 
{
	width:220px;
	background-color:#EAEAED;
	border-bottom:1px solid #D9D9D9;
	border-top:1px solid #FFFFFF;
	padding: 5px;
	height:20px;
	cursor:pointer;
}

div.menuitem:hover
{
	background-color: #eceff5;
}	

div.submenu{
	display:none;
	position:absolute;
	left:180px;
	background-color:#eeeeee;
	z-index:25;
	border: 1px solid #cccccc;
}

div.tipleft
{
	background:transparent url(../team/images/tipleft.gif) no-repeat;
	margin:0px;
	padding-bottom:0px;
	width:7px;
	height:21px;
	position:absolute;
	display:none;
	z-index:1000;
}







.left-hand-nav-list{
	//border: 1px solid #cccccc;
}

.left-hand-nav-list li{
	background-color:#EAEAED;
	border-bottom:1px solid #D9D9D9;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	cursor:pointer;
	padding:8px;
	width:182px;
}

.left-hand-nav-list-top{
	border-top:1px solid #cccccc !important;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;

}

.left-hand-nav-list-bottom{
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom:1px solid #cccccc !important;
}

.left-hand-nav-list li:hover{
	background-color: #eceff5;
	
}
