/* Style for the navigation menu on PetRosEiKon.com */

.ddmx {
	font: 11px Verdana, Sans-serif;
	color: #fff;
	z-index: 500;
}

.ddmx .navdiv {
	padding: 0 2px 0 0;/* Image will not appear without this */
	background: url(/images/bg/navdiv.png) right no-repeat;
}

.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1:hover,
.ddmx .item1-active:hover,
.ddmx .item1:visited,
.ddmx .item1-active:visited {
	background: url(/images/bg/navbg.png) repeat-x;
	padding: 4px 10px 6px 10px;
	font: 12px Verdana, Sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	z-index: 500;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
	background-position: 0% -30px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	font: 11px Verdana, Sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	border-bottom: 1px #b8b4ae solid;
}
.ddmx .item2 {
	background: #8e8069;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #c4b090;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	padding: 3px 16px 4px 8px;
}
.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;
	color: #fff;
	z-index: -1;
}
/* IE ugly link underline fix */
* html #nav a {
	text-decoration: none;
	border-bottom: 1px solid;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */