/* Style for the navigation menu on PetRosEiKon.com */

.ddmx {
	z-index: 500;
}

.ddmx a,
.ddmx .item1-active,
.ddmx .item1:hover,
.ddmx .item1-active:hover,
.ddmx .item1:visited,
.ddmx .item1-active:visited,
.ddmx  {
	border-bottom: 2px white solid;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	z-index: 500;
}

.ddmx .item1:hover,
.ddmx .item1-active:hover {
	border-bottom: 2px black solid;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 8px 4px 8px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background: #fff;
	border-bottom: 2px white solid;
	border-top: 2px white solid;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	border-bottom: 2px black solid;
	border-top: 2px black solid;
}
.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 */