 
a:link       { color: #0B76E1; text-decoration: none }
a:visited    { color: #0B76E1; text-decoration: none }
a:hover      { color: #FF8C05; text-decoration: none }
a:active     { color: #FF8C05; text-decoration: none }

a:link.mm       { font-family: Arial; color: #FFFFFF; text-decoration: none; font-size: 12px; }
a:visited.mm    { font-family: Arial; color: #FFFFFF; text-decoration: none; font-size: 12px; }
a:hover.mm      { font-family: Arial; color: #FFFF00; text-decoration: none; font-size: 12px; }
a:active.mm     { font-family: Arial; color: #FFFF00; text-decoration: none; font-size: 12px; }

.mmbs 	{ padding: 0 25 0 25; border-left: 1px solid #5ACB6E; border-right: 1px solid #269948; height: 17px }
.mmb3 	{ padding: 0 25 0 25; border-left: 1px solid #5A9ACB;  height: 17px }
.mmb2 	{ padding: 0 25 0 40;   border-right: 1px solid #265899; height: 17px }
.mmb 		{ padding: 0 25 0 25; border-left: 1px solid #5A9ACB; border-right: 1px solid #265899; height: 17px }
.mmbl		{ border-right: 1px solid #265899; width: 1px; height: 17px }
.mmbr 	{ border-left: 1px solid #5A9ACB; width: 1px; height: 17px }

#dropmenudiv{
				position:absolute;
				border:1px solid  #d6e9fc;
				border-bottom:none;
			/*border-bottom: 1px solid #EBE9ED;*/
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:11px;
				line-height:18px;
				z-index:100; 
			}

#dropmenudiv a{
				width:178px;
				display: block; 
				border-bottom: 2px solid #fff ; 
				padding: 2px 0 2px 2px;
				text-decoration:none;
				vertical-align:left;
				font-family: Arial;
				font-size:12px;
				background-color: #4c86bb;
				color:#fff; 
				font-weight:bold;
			}

#dropmenudiv a:hover{ /*hover background color*/
	 background-color: #749ec3;
}