html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	overflow: hidden;
}

div.sdnm_flat {
	width: auto;
	text-align: left;
	text-indent: 12px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0082C0;
	overflow: hidden;
	cursor: pointer;
	line-height: 21px;
	display: block;
}

div.title, div.titlehidden, div.rtitlehidden {
	display: block;
	line-height:21px;
	background-image: url(../images/menu/bgitem.gif);
	cursor: default;
	color: #0082C0;
}

div.sdnm_flat, div.title, div.titlehidden {
	font-weight: bold;
}

div.submenu {
	overflow: hidden;
	background-image:url(../images/menu/bgsub.gif);
	font-weight: normal;
}

div.sdnm_flat, div.submenu a {
	display: block;
}

div.menuwhitespace {
	height: 28px;
	width: 190px;
	cursor: default;
}

a {
	outline: none;
}

a:link {
	text-decoration: none;	
	color: #0082c0;

}

a:visited {
	text-decoration: none;
	color: #0082c0;
}

a:hover {
	text-decoration: none;
	color: #0082c0;
}

a:active {
	text-decoration: none;
	color: #0082c0;
}