.mdkverbar	{
	color: #006699;
	background-color: #FFCC99;
	border: 1px solid #FFCC99;
}

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

.mdksubframe	{
	position: relative;
	display: block;
	background-color: #FFCC99;
	border: double #FF9C6C;
}

.mdkitem	{
	text-align: left;
	white-space: normal;
	font-size: 13px;
	width: 200px;
}

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

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

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

.mdkitem a:hover	{
	color: #006699;
	background-color: #FF9C6C;
	text-decoration: none;
}

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

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

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

