.mdkhorbar	{
	color: black;
	background-color: #6e6e6e;
	border: 1px outset #919191;
}

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

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

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

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

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

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

.mdkverbar	{
	color: black;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

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

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

.mdkitem	{
	text-align: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
}

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

.mdkitem a:link	{
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}

.mdkitem a:visited	{
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}

.mdkitem a:hover	{
	color: #FFFFFF;
	background-color: #1F356E;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.mdkitem a:active	{
	color: #ff0000;
	text-decoration: none;
}

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

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


