/* Left menu*/
.left-menub
{	float:left;
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:0px;
	position: relative; /*IE bug*/
}

.left-menub a
{
	display:inline;
	float:left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #836f57;
	text-decoration: none;
	padding: 0 20 15 0;
}

.left-menub a:visited
{
	color:#836f57;
}

.left-menub a:hover
{
	color:#006cb4;
}


.left-menub a.selected:link,
.left-menub a.selected:visited,
.left-menub a.selected:active,
.left-menub a.selected:hover
{
	color:#006cb4;
}





div.grey-tabs-menu
{
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
}


div.menu-clear-left
{
	clear:left;
}