.menu {

	font-size: 11px;
	font-weight: normal;
	width: 150px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:  #FFE04F;
	color: #FF0000;
	}



#menuBIG dt a {

text-decoration:none;

}

------------------------------------------------------------------

#leftmenu {width: 150px;}



#leftmenu dt {

	cursor: pointer;

	margin: 2px 0;

	height: 18px;

	line-height: 18px;

	text-align: center;

	font-weight: bold;

	text-indent: 3px;

	text-decoration:none; /*underline*/

	border-top-color: #333333;

	border-top-style: solid;

	border-top-width: 1px;

}

#leftmenu dd {

	line-height: 18px;

}

#leftmenu li {

	text-indent: 8px;

	text-align: left;

}

#leftmenu dt a {

text-decoration:none;

}

#leftmenu li a {

color: #27779F;

text-decoration:underline;

display: block;

border: 0 none;

height: 100%;

}

#leftmenu li a:hover, #menu dt a:hover {

background:  #FFE56F;

}



dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}

------------------------------------------------------------------