
.horimenu {
width : 100%;
height:40px; 
border-top:     #006665 1px solid;
border-left:    #006665 1px solid;
border-bottom:  #006665 1px solid;
border-right:   #006665 1px solid;
background: blue url('oleimages/indentbg3-blue.jpg') repeat-x center;
}

.horimenu ul {
display : inline;
}

.horimenu ul li {
display : inline;
}

.horimenu ul li a {
float : left;
font : normal 13px Arial, Verdana, sans-serif;
height:24px; 
color : black;
padding-top     : 14px;
padding-left    : 12px;
padding-bottom  : 0px;
padding-right   : 12px;
text-decoration : none;
border-top:     #006665 1px solid;
border-left:    #006665 0px solid;
border-bottom:  #006665 1px solid;
border-right:   #006665 2px solid;
}

.horimenu a:hover {
color : white;
font : normal 13px Arial, Verdana, sans-serif;
background : url('oleimages/indentbg2-blue.jpg') repeat-x center;
}

.horimenu ul li .current {
color : white !important;
font : normal 13px Arial, Verdana, sans-serif;
background : url('oleimages/indentbg-blue.jpg') repeat-x center;
}

.horimenu ul li .current:hover {
color : red !important;
font : normal 13px Arial, Verdana, sans-serif;
background : url('oleimages/indentbg-blue.jpg') repeat-x center;
}

.horimenu ul li .blank {
width : 160px;
height:38px; 
padding-top     : 0px;
padding-left    : 0px;
padding-bottom  : 0px;
padding-right   : 0px;
background : url('oleimages/indentbg3-blue.jpg') repeat-x center;
border-top:     #006665 1px solid;
border-left :   #006665 0px solid;
border-bottom:  #006665 1px solid;
border-right :  #006665 2px solid;
}

