

#topmenu .horbaritem	{
	float: left;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 3px;
}

#topmenu .horbaritem a	{
	display: block;
	color: black;
	text-decoration: none;
}

#topmenu .horbaritem a:visited	{
	color: black;
	text-decoration: none;
}

#topmenu .horbaritem a:hover	{
	text-decoration: underline;
}

#topmenu .verbar	{
	color: black;
	border: 1px outset #fdfefd;
}

#topmenu .submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

#topmenu .subframe	{
	position: relative;
	display: block;
	background-color: rgb(228, 238, 239);
	border: 1px solid rgb(228, 238, 239);
}

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

#topmenu .mdkhorbar	{
	color: black;
	background-color: rgb(228, 238, 239);
	border: 1px outset #525252;
}

#topmenu .mdkhorbaritem	{
	float: left;
	white-space: nowrap;
}

#topmenu .mdkhorbaritem a	{
	display: block;
	text-decoration: none;
	color: #000000;
}

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

#topmenu .mdkhorbaritem a:hover	{
	color: #ffffff;
	background-color: rgb(218, 228, 229);
	text-decoration: none;
}

.mdkverbar	{
	color: black;
	background-color: rgb(228, 238, 239);
	border: 1px outset #fdfefd;
}

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

.mdksubframe	{
	position: relative;
	top: 2px;
	display: block;
	background-color: rgb(228, 238, 239);
	border: 1px outset rgb(228, 238, 239);
	padding: 2px 2px 2px 3px;
	font-size: 90%;
	line-height: 170%;
}
.mdkitem	{
	text-align: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
}

.mdkitem a	{
	position: relative;
	display: block;
	text-decoration: none;
	padding-bottom: 1px;
	color: #000000;
}

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

.mdkitem a:hover	{
	color: #ffffff;
	background-color: rgb(98, 124, 174);
	text-decoration: none;
}

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

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