﻿#dropmenudiv { position: absolute; border: 1px solid black; border-bottom-width: 0; font: normal 11px Verdana; line-height: 18px; z-index: 1000; color: gray; }

#dropmenudiv a { width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 0px 0; text-decoration: none; color: black;  z-index: 1000;}

#dropmenudiv a:hover { /*hover background color*/ background-color: #CCC; z-index: 1000; }

.drop { margin-top: 10px; background-color: #ed1721; width: 256px; padding: 3px; font-size: 13px; color: white; cursor:pointer;}
.drop img { vertical-align: bottom; }
.drop a:link { color: white; width: 180px;  text-decoration: none;  }
.drop a:hover { color: white; width: 180px;  text-decoration: none;}
.drop a:visited { color: white; width: 180px; text-decoration: none;}
.BB { font: arial; font-size: 11px; color: black; background-color: #e2e2e2; width: 258px; padding: 2px; min-height: 13px; }

.BB a { font: arial; font-size: 11pt; color: #666; text-decoration: none; }

.arrowStyle { border: 0px; padding: 1px; margin-right: 5px; }
.dropLeft { float: left; margin-right: 5px; }
.dropRight { float: left; clear: right; }

