.linkcss{
position:absolute;
visibility: hidden;
border:1px solid #cccccc;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #e8eec4; /* background color*/
width: 205px;
}

.linkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.linkcss a:hover{ /*hover background color*/
background-color: #c7d664;
color: white;
}

/* Link 2 */
.link2css{
position:absolute;
visibility: hidden;
border:1px solid #cccccc;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #c8daab; /* background color*/
width: 205px;
}

.link2css a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.link2css a:hover{ /*hover background color*/
background-color: #7fb141;
color: white;
}

/* Link 3 */
.link3css{
position:absolute;
visibility: hidden;
border:1px solid #cccccc;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #add0ee; /* background color*/
width: 205px;
}

.link3css a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.link3css a:hover{ /*hover background color*/
background-color: #7cb8e5;
color: white;
}


/* Link 4 */
.link4css{
position:absolute;
visibility: hidden;
border:1px solid #cccccc;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #d7edfb; /* background color*/
width: 205px;
}

.link4css a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.link4css a:hover{ /*hover background color*/
background-color: #71c6ef;
color: white;
}

