.mdkhorbar	{
	color: black;
	/* background-color: #e6e7e6; */
	background-color: #ffffff;
	border: 1px outset #525252;
}

.mdkhorbaritem	{
	float: left;
	white-space: nowrap;
	/* font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif; */
	font-family: Verdana, Geneva, Tahoma, Arial; 
	font-size: 13px;
}

.mdkhorbaritem a	{
	display: block;
	text-decoration: none;
}

.mdkhorbaritem a:link	{
	color:#B80502;
	text-decoration: none;
}

.mdkhorbaritem a:visited	{
	color:#B80502;
	text-decoration: none;
}

.mdkhorbaritem a:hover	{
	color: green;
	background-color: #21459c;
	text-decoration: none;
}

.mdkhorbaritem a:active	{
	color: green;
	text-decoration: none;
}

.mdkverbar	{
	color:#ffffff;
	background-color: #ffffff;
}

.mdksubmenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.mdksubframe	{
	position: relative;
	display: block;
	background-color: #ffffff;
	border: 2px outset #fdfefd;
}

.mdkitem	{
	color: red;
	text-align: left;
	white-space: nowrap;
	font-family: Verdana, Geneva, Tahoma, Arial; 
	font-size: 13px;
}

.mdkitem a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.mdkitem a:link	{
	color:#B80502;
	text-decoration: none;
}

.mdkitem a:visited	{
	color:#B80502;
	text-decoration: none;
}

.mdkitem a:hover	{
	color: green;
	background-color: #ffffff;
	text-decoration: none;
}

.mdkitem a:active	{
	color: green;
	background-color: #ffffff;
	text-decoration: none;
}

.mdkitem .mdkfwdarr	{
	position: absolute;
	top: 5px;
	right: 12px;
}

.mdkseparator	{
	background-color: #ffffff;
	border-top: 0px solid #cdcecd;
	border-bottom: 0px solid #ffffff;
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

