/* ######### Drop Down ULs CSS ######### */


.dropdown, .dropdown ul{ /*topmost and sub ULs, respectively*/ 
position: absolute;
margin:0;
padding:0;
left: 0;
top: 0;
list-style-type:none;
background: #FFF;
border-top: 5px solid #0b3b8f;
border-left: 1px solid #0b3b8f;
border-right: 1px solid #0b3b8f;
border-bottom: 1px solid #0b3b8f;
visibility: hidden;
z-index: 100;
}
/* ######### Neutral CSS  ######### */
.dropdown a{
	font-size:11pt;
	color:#0b3b8f;
	text-decoration:none;
	text-transform:capitalize;
	font-family:Verdana, Geneva, sans-serif;
	display:inline-block;
	text-align:left;
	font-size:10pt;
	cursor:pointer;
	margin:0;
	padding:2px 7px 2px 7px;
}
.dropdown a:hover{
	color:#FFF;
	background-color:#0b3b8f;
}
.dropdown a:focus, .dropdown a:active{
	outline:none;
}

.downarrowpointer, .rightarrowpointer{
	display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}