.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #5b3e1c;
	margin-left: 100px;
}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 0 0 0;
		padding: 4px 8px;
		width: 80px;
		font: bold 11px arial;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #000;
		background-color: #fff;
		border-right: 1px solid #d6cfc6;
		}


	.mlddm li a:hover, .mlddm li a#buttonhover
	{	background-color: #d6cfc6;
		color: #5b3e1c;}

		.mlddm ul  /* submenu attributes */
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 2px 0 0 0;
			padding: 0;
			background: #fff;
			border: 1px solid #5b3e1c;}

			.mlddm ul li
			{	float: none;}
			
			/* newly added */
			.mlddm ul li .now
			{	background-color: #5b3e1c;
				color: #fff;
			}
			/* ----- */
			
			.mlddm ul li a  /*submenu attributes */
			{	display: block;
				width: auto;
				margin: 0;
				padding: 5px 17px 5px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				white-space: pre;
				color: #000;
				background: transparent;
				border-width: 0;}

	.mlddm ul li .hsub
	{	background: url(images/arrow.gif) right center no-repeat;
		background-color: transparent;
	}

	.mlddm ul li .hsub:hover
	{	background: url(imgaes/arrow.gif) right center no-repeat;
		background-color: #d6cfc6;
	}


.mlddm #active
{	background-color: #5b3e1c;
	color: #fff;
}
.mlddm a.last {
	border-right: 1px solid #5b3e1c;
}
/* Category Navigation */

.rollNav li a {
	height: auto !important;
	min-height: 14px;
	height: 14px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 15px;
	background-color: #d5cfc6;
	background: url(images/back1_catNav.gif) left center no-repeat;
	color: #5b3e1c;
	text-decoration: none;
	font-size: 0.8em;
}
.rollNav li.active, .rollNav a.active {
	background: url(images/arrow_catNav.gif) left center no-repeat;
}
.rollNav li a:hover {
	background-color: #5b3e1c;
	background: url(images/back2_catNav.gif) left center no-repeat;
	color: #d6cfc6;
}
