

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
    position: absolute;
    top: 0;

    border-bottom-width: 0;
    font: normal 11px "Trebuchet MS", sans-serif, serif, Verdana;
    line-height: 18px;
    z-index: 100;
    background: #1386BF;
    min-width: 169px;
    visibility: hidden;
	color: #FFFFFF;

	margin-left: -12px;
}

.dropmenudiv a {
    width: auto;
    display: block;
    text-indent: 0;
    padding: 2px 4px;
    text-decoration: none;
    font: normal 11px "Trebuchet MS", sans-serif, serif, Verdana;
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: 1px solid #2EA8E5;
}
.dropmenudiv a:hover{
    background: #2EA8E5;	
}
* html .dropmenudiv a { /*IE only hack*/
    width: 100%;
}
