.dhv {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.dhv .menubut1,
.dhv .menubut1-active {
	width: 174px;
	height: 38px;
	margin-top: 7px;
	background: url("../images/menubut1.png") 0 0 no-repeat;
	text-decoration: none;
    display: block;
    position: relative;
}
.dhv .menubut1:hover,
.dhv .menubut1-active:hover {
	text-decoration: none;
	background-position: 0 -38px;
}

.dhv .menubut2,
.dhv .menubut2-active {
	width: 174px;
	height: 38px;
	margin-top: 7px;
	background: url("../images/menubut2.png") 0 0 no-repeat;
	text-decoration: none;
    display: block;
    position: relative;
}
.dhv .menubut2:hover,
.dhv .menubut2-active:hover {
	text-decoration: none;
	background-position: 0 -38px;
}


.dhv .menubut3,
.dhv .menubut3-active {
	width: 174px;
	height: 38px;
	margin-top: 7px;
	background: url("../images/menubut3.png") 0 0 no-repeat;
	text-decoration: none;
    display: block;
    position: relative;
}
.dhv .menubut3:hover,
.dhv .menubut3-active:hover {
	text-decoration: none;
	background-position: 0 -38px;
}


.dhv .menubut4,
.dhv .menubut4-active {
	width: 154px;
	height: 38px;
	margin-top: 7px;
	background: url("../images/menubut4.png") 0 0 no-repeat;
	text-decoration: none;
    display: block;
    position: relative;
}
.dhv .menubut4:hover,
.dhv .menubut4-active:hover {
	text-decoration: none;
	background-position: 0 -38px;
}


.dhv .item2,
.dhv .item2-active {
    padding: 2px 26px 2px 3px;
    color: #9c9e9f;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	background-color: #fff;
}

.dhv #menublock1 .item2:hover,
.dhv #menublock1 .item2-active,
.dhv #menublock1 .item2-active:hover {
    color: #b66523;
	background-color: #fff;
}
.dhv #menublock2 .item2:hover,
.dhv #menublock2 .item2-active,
.dhv #menublock2 .item2-active:hover {
    color: #ad60b5;
	background-color: #fff;
}

.dhv #menublock3 .item2:hover,
.dhv #menublock3 .item2-active,
.dhv #menublock3 .item2-active:hover {
    color: #b49f36;
	background-color: #fff;
}
.dhv #menublock4 .item2:hover,
.dhv #menublock4 .item2-active,
.dhv #menublock4 .item2-active:hover {
    color: #5096AD;
	background-color: #fff;
}


.dhv .arrow,
.dhv .arrow:hover {
    padding: 2px 26px 2px 3px;
}

.dhv img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dhv .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.dhv .but1:hover, 
.dhv .but1-active:hover {
    color: #b66523;
}
.dhv .but2:hover,
.dhv .but2-active:hover {
    color: #ad60b5;
}

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