
.gmh {
	font-size: 14px;
}

.gmh .item1,
.gmh .item1:hover,
.gmh .item1-active,
.gmh .item1-active:hover {
    margin:0px 5px;
	padding:0px 5px;
    border-style: none;
    text-decoration: none;
	white-space: nowrap;
 	background: #FFFFFF;

}


.gmh .item1:hover,
.gmh .item1-active,
.gmh .item1-active:hover {
	
	background: #D5ACBA;
    color: #FFFFFF;
}
.gmh .item2,
.gmh .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	background: #FFFFFF;
}
.gmh .item2 {
    color: #c91d55;
}
.gmh .item2:hover {
    background: #D5ACBA;
    color: #ffffff;
}
.gmh .section {
    border: 1px #c91d55  solid;

    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.gmh .bottom,
.gmh .bottom:hover { border-style: solid solid solid solid; }

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



