
.popmenu {
font : normal 13px Arial, Verdana, sans-serif;
}

.popmenu div {
position : relative;
left: 0; 
top: 0;
}

.popmenu ul {
list-style-type : none;
margin : 0; 
padding:0;
}

.popmenu li ul {
visibility : hidden;
position : absolute;
top : -30px;
left : 100px;
padding : 30px;
background : transparent;
}

.popmenu li {
text-align: left; 
float:left;
border-top      : 1px solid #006665;
border-left     : 1px solid #006665;
border-bottom   : 1px solid #006665;
border-right    : 1px solid #006665;
background: url('oleimages/indentbg3-30.jpg') repeat-x center;
}


.popmenu li:hover > ul {
visibility : visible;
}
.popmenu li:hover {
position : relative;
float:left;
}

.popmenu ul li a {
float:left;
font : normal 13px Arial, Verdana, sans-serif;
width : 160px;
height : 30px;
color : black;
text-decoration : none;
line-height : 30px;
text-align: left;
text-indent : 5px;
}

.popmenu ul li a:hover {
color : white !important;
background: url('oleimages/indentbg2-30.jpg') repeat-x center;
}

.popmenu ul li .static {
color : black !important;
background: url('oleimages/indentbg4-30.png') repeat-x center;
}
.popmenu ul li .static:hover {
color : black !important;
background: url('oleimages/indentbg4-30.png') repeat-x center;
}

.popmenu ul li .blank {
width : 160px;
height : 17px;
padding-top     : 0px;
padding-left    : 0px;
padding-bottom  : 0px;
padding-right   : 0px;
background:  url('oleimages/indentbg3-30.jpg') repeat-x center;
border-top:     #006665 0px solid;
border-left :   #006665 0px solid;
border-bottom:  #006665 0px solid;
border-right :  #006665 0px solid;
}
.popmenu ul li .blank:hover {
background:  url('oleimages/indentbg3-30.jpg') repeat-x center;
}


.popmenu ul li .sub {
width : 180px;
}
.popmenu ul li .sub:hover {
}

.popmenu ul li .current {
width : 160px;
color : white !important;
background:  url('oleimages/indentbg-30.jpg') repeat-x center;
}
.popmenu ul li .current:hover {
background:  url('oleimages/indentbg-30.jpg') repeat-x center;
}

.popmenu ul li .subcurrent {
width : 180px;
color : white !important;
background:  url('oleimages/indentbg-30.jpg') repeat-x center;
}
.popmenu ul li .subcurrent:hover {
color : red !important;
background:  url('oleimages/indentbg-30.jpg') repeat-x center;
}

.popmenu ul li .subblank {
width : 180px;
height : 17px;
background:  url('oleimages/indentbg3-30.jpg') repeat-x center;
}
.popmenu ul li .subblank:hover {
background:  url('oleimages/indentbg3-30.jpg') repeat-x center;
}


