.ddmx {
	height: 34px;
	background-color: #A30134;
	top: 0px;
}

#menu1.ddmx a.item1,
#menu1.ddmx a.item1-active {
	background-repeat: no-repeat;
	height: 34px;
	text-indent: -9999px !important;
}
/* Home Page */
#menu1.ddmx a.page1:link, #menu1.ddmx a.page1:visited, #menu1.ddmx a.page1.item1 {background: url(images/nav-home-normal.jpg);}
#menu1.ddmx a.page1selected, #menu1.ddmx a.page1.item1-active,
#menu1.ddmx a.page1:hover, #menu1.ddmx a.page1:focus {background: url(images/nav-home-hover.gif) !important;}
/* About Page */
#menu1.ddmx a.page4:link, #menu1.ddmx a.page4:visited, #menu1.ddmx a.page4.item1 {background: url(images/nav-about-normal.jpg);}
#menu1.ddmx a.page4selected, #menu1.ddmx a.page4.item1-active,
#menu1.ddmx a.page4:hover, #menu1.ddmx a.page4:focus {background: url(images/nav-about-hover.gif) !important;}
/* Shop Page */
#menu1.ddmx a.page9:link, #menu1.ddmx a.page9:visited, #menu1.ddmx a.page9.item1 {background: url(images/nav-shop-normal.jpg);}
#menu1.ddmx a.page9selected, #menu1.ddmx a.page9.item1-active,
#menu1.ddmx a.page9:hover, #menu1.ddmx a.page9:focus {background: url(images/nav-shop-hover.gif) !important;}
/* Cafe Page */
#menu1.ddmx a.page10:link, #menu1.ddmx a.page10:visited, #menu1.ddmx a.page10.item1 {background: url(images/nav-cafe-normal.jpg);}
#menu1.ddmx a.page10selected, #menu1.ddmx a.page10.item1-active,
#menu1.ddmx a.page10:hover, #menu1.ddmx a.page10:focus {background: url(images/nav-cafe-hover.gif) !important;}
/* Recipe Page */
#menu1.ddmx a.page11:link, #menu1.ddmx a.page11:visited, #menu1.ddmx a.page11.item1 {background: url(images/nav-recipes-normal.jpg);}
#menu1.ddmx a.page11selected, #menu1.ddmx a.page11.item1-active,
#menu1.ddmx a.page11:hover, #menu1.ddmx a.page11:focus {background: url(images/nav-recipes-hover.gif) !important;}
/* Contact Page */
#menu1.ddmx a.page3:link, #menu1.ddmx a.page3:visited, #menu1.ddmx a.page3.item1 {background: url(images/nav-contact-normal.jpg);}
#menu1.ddmx a.page3selected, #menu1.ddmx a.page3.item1-active,
#menu1.ddmx a.page3:hover, #menu1.ddmx a.page3:focus {background: url(images/nav-contact-hover.gif) !important;}

/* main menu items */
.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background-color: #A30134;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	height: 34px;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-indent: -9999px !important;
	white-space: nowrap;
	width: 133px;
}

/* main menu hover */
.ddmx .item1:hover {
}

/* submenu items */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 4px 8px 4px 8px;
	font: 85% tahoma;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	border-top: 1px solid #ffffff;
	width: 130px;
	background: #B99652;
}
.ddmx .item2 {
    background: #B99652;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	/* background: #ffffff; */
	color: #A8302F ;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	background-image: url(template/images/arrow3.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	/* top: 4px; */
	right: 1px;
	border: 0;
}
.ddmx .section {
	border: 1px solid #b8b4ae;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */