/* CSS Document */
#dropmenudiv{
position:absolute;
border:1px solid transparent;
border-bottom-width: 1px;
border-bottom-color:#ffffff;
font:bold 12px Arial;
text-transform:none;
line-height:28px;
width:150px;
z-index:100;

}

#dropmenudiv a{
display: block;
text-transform:none;
border-bottom: 1px solid #ffffff;
border:1px solid #ffffff;
padding: 0px;
background-color: #000000;
text-decoration: none;
color:#ffffff;
padding-left:5px;
width:150px;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
color:#ffffff;
text-decoration: underline;
padding-left:5px;
width:150px;
border:1px solid #0000;
}



/*bottom*/
#dropmenudiv2{
position:absolute;
border:1px solid transparent;
border-bottom-width: 1px;
border-bottom-color:#ffffff;
font:bold 12px Arial;
text-transform:none;
line-height:28px;
width:150px;
z-index:100;
}

#dropmenudiv2 a{
display: block;
text-transform:none;
border-bottom: 1px solid #ffffff;
border:1px solid #ffffff;
padding: 0px;
background-color: #000000;
text-decoration: none;
color:#ffffff;
padding-left:5px;
width:150px;
}

#dropmenudiv2 a:hover{ /*hover background color*/
background-color: #000000;
color:#ffffff;
text-decoration: underline;
padding-left:5px;
width:150px;
border:1px solid #0000;
}

.red {
	color: #FF3333;
}
