.menuPrimary {
    font: 11px tahoma;
	height:35px;
	margin-left:4px;
}
.menuPrimary .item1 {
    padding: 4px 10px 4px 10px;
	margin-top:4px;
    background: #ffffff;
    font: 13px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-left: 2px solid #999999;
}

.menuPrimary .item1-selected,
.menuPrimary .item1-active,
.menuPrimary .item1-active:hover,
.menuPrimary .item1:hover{
    padding: 4px 10px 4px 10px;
	margin-top:4px;
    background: #999999;
    font: 13px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-left: 2px solid #999999;
	
}

.menuPrimary .item2,
.menuPrimary .item2 selected,
.menuPrimary .item2:hover,
.menuPrimary .item2-active,
.menuPrimary .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.menuPrimary .item2 {
    background: #e6e6e6;
}
.menuPrimary .item2:hover,
.menuPrimary .item2-active,
.menuPrimary .item2-active:hover {
    background: #ffffff;
}
.menuPrimary .arrow,
.menuPrimary .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.menuPrimary .item2 img,
.menuPrimary .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.menuPrimary .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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