#topnav {
	width:100%;
	background: transparent;
	position: relative;
	}
	/* what we really want - IE 4/5/6 can't see */

.mlddm
{
	visibility: hidden;
	margin: 0;
	height: 28px;
	padding: 5px 45px 0px 0px;
	float: right;
	clear: both;
}

	.mlddm li
	{	display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0}

	.mlddm li a, .mlddm li a#buttonnohover
	{
	display: block;
	width: 80px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: #666666;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(img/tab.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 6px 4px;
	font: bold 10px arial;
	margin: 0 1px 0 0;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{
	color: #0066CC;
	background-image: url(img/tab2.gif);
	background-repeat: no-repeat;
	background-position: -92px top;
}

body#home #u-home a, body#about #u-about a, body#clients #u-clients a, body#services #u-services a, body#links #u-links a, body#contact #u-contact a {
	color: #000000;
    }

		.mlddm ul
		{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 1px 0 0 0;
	padding: 0;
	background-color: #FAFAF2;
	border-top-style: none;
	border-right: none;
	border-left: 1px solid #999999;
	border-bottom: 2px solid #CCCCCC;
}
		
.mlddm ul li
			{
	float: none;
	border-bottom: 1px dotted #CCCCCC;
}

.mlddm ul li a
			{
	display: block;
	width: auto;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	color: #666666;
	background-color: #FFFFFF;
	-moz-border-radius: 0;
	border-radius: 0;
	background-image: none;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	border-bottom: 1px dotted #CCCCCC;
}

			.mlddm ul li a:hover
			{
	color: #996633;
	list-style-type: disc;
	background: url(img/nav-triangle.gif) no-repeat 2px center;
}
