
/* remove the bullets, padding and margins from the lists */
.LHSmenu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.LHSmenu li{
float:left;
position:relative;
z-index:90;
border-left: 4px solid #4A3121;
border: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
margin-bottom: 0px;
}

/* use the table to position the dropdown list */
.LHSmenu table{
position:absolute;
border-collapse:collapse;
z-index:90;
left: 180px;
top:0px;
}

/* style all the links */
.LHSmenu a, .LHSmenu :visited {
font-weight: bold;
font-size:10px;
width:180px;
height: 17px;
text-decoration: none;
color: #000000;
display: block;
padding: 2px 0 0 0px;
background: url(../images/sp3.gif) no-repeat;
background-position: 3% 50%;
background-color: #BD8C6C;
}
/* style the links hover */
.LHSmenu :hover{
color:#ffffff;
border-left-color: #000000;
text-decoration: none;
background-color: #4A3121;
}

/* hide the sub level links */
.LHSmenu ul ul {
visibility:hidden;
position:absolute;
width:180px;
height:0;
}

/* Top border the sub level links */
.LHSmenu ul li li {
border-top: 1px solid #cccccc;
}

/* make the sub level visible on hover list or link */
.LHSmenu ul li:hover ul,
.LHSmenu ul a:hover ul{
visibility:visible;
}


/* remove the bullets, padding and margins from the lists */
.topmenu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.topmenu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.topmenu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:21px;
}

/* style all the links */
.topmenu a, .topmenu :visited {
display:block;
font-size:10px;
width:101px;
height:19px;
padding-top:3px;
color:#ffffff;
background:#4A3121;
text-decoration:none;
margin-right:0px;
text-align:center;
}
/* style the links hover */
.topmenu :hover{
color:#000000;
background:#BD8C6C;
}

/* hide the sub level links */
.topmenu ul ul {
visibility:hidden;
position:absolute;
width:101px;
height:0;
}

/* Top border the sub level links */
.topmenu ul li li {
border-top: 1px solid #ffffff;
}

/* make the sub level visible on hover list or link */
.topmenu ul li:hover ul,
.topmenu ul a:hover ul{
visibility:visible;
}

/* remove the bullets, padding and margins from the lists */
.topmenu-insurance ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.topmenu-insurance li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.topmenu-insurance table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:21px;
}

/* style all the links */
.topmenu-insurance a, .topmenu-insurance :visited {
display:block;
font-size:10px;
width:100px;
height:19px;
padding-top:3px;
color:#ffffff;
background:#999999;
text-decoration:none;
margin-right:0px;
text-align:center;
}
/* style the links hover */
.topmenu-insurance :hover{
color:#000000;
background:#cccccc;
}

/* hide the sub level links */
.topmenu-insurance ul ul {
visibility:hidden;
position:absolute;
width:100px;
height:0;
}

/* Top border the sub level links */
.topmenu-insurance ul li li {
border-top: 1px solid #ffffff;
}

/* make the sub level visible on hover list or link */
.topmenu-insurance ul li:hover ul,
.topmenu-insurance ul a:hover ul{
visibility:visible;
}