.flexdropdownmenu, .flexdropdownmenu ul{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #0099ff;
	border-bottom-width: 0;
	visibility: hidden;
	display: none;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menuStyle a, .menuStyle a:link, .menuStyle a:active, .menuStyle a:visited {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.menuStyle a:hover {
	color: #FFFFFF;
	background-color: #01bbf4;
}
.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 170px; 
color: #003366;
background: #FFF;
border-bottom: 1px solid #0099ff;
text-decoration: none;
padding: 4px 5px;
}

* html .flexdropdownmenu li{ 
display: inline-block;
width: 150px;
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #99ccff;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.menuStyle a, .menuStyle a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.menuBorders {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

