
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #1D5796;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 8px #818181;
-moz-box-shadow: 3px 3px 8px #818181;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: white;
background: #1D5796;
border-bottom: 1px solid black;
text-decoration: none;
padding: 4px 5px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
 /*background: #FF7D07;
color: #FFFFFF;
*/

background: #FFCD17;
color: #064683;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* My Styles */
.csstyle1 {color: #16518B;
font-family:Times New Roman;
font-size:12px;
text-decoration:none;
}
.csstyle1 a:hover { text-decoration: underline;
}

.csstyle2 {
	color: #FFCD17;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight: bold;
}
.csstyle2 a:hover{color:#68D0FC;
}

.callUsnumber {
color:#024593;
font-family:arial;
font-size:15px;
font-weight:bold;
margin-left:210;
margin-top:22px;
text-decoration:none;
}


.callUs {color: #F90B0B;
font-family:Georgia;
font-size:15px;
text-decoration:blink;
text-shadow:#FF0000;
font-weight: bold;
}
.csstyleleft {
	color: #000000;
	font-family:Arial;
	font-size:13px;
	text-decoration:none;
/*	font-weight: bold; */
	border-bottom: 1px solid rgb(204, 204, 204);
	
}
.csstyleleft a:hover{color:#1D5796;
}
/* TOP Locations Style */
.city {
	color: #024E96;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight: bold;
}

.citynumber {
	color: #1B5584;
	font-family:Georgia;
	font-size:13px;
	text-decoration:none;
/*	font-weight: bold; */
		
}
