.top-links {  font-family: Verdana; font-size: 10px; font-style: normal; color: #000000; text-decoration: none;}
.city-links {  font-family: Verdana; font-size: 11px; font-style: normal; color: #0578ec; text-decoration: none;}
.city-links:hover {  font-family: Verdana; font-size: 11px; font-style: normal; color: #0578ec; text-decoration: underline;}
.more {  font-family: Verdana; font-size: 11px; font-style: normal; color: #ff6400; text-decoration: none;}
.more:hover {  font-family: Verdana; font-size: 11px; font-style: normal; color: #ff6400; text-decoration: underline;}
.left-bg {  background-image: url(images/left-bg.gif); background-repeat: repeat-y; background-position: left top;}
.norm-txt {  font-family: Verdana; font-size: 11px; font-style: normal; color: #000000; text-decoration: none;}
.orange-head {  font-family: Verdana; font-size: 12px; font-style: normal; color: #ff6400; text-decoration: none; font-weight: bold;}
.vert-line {  background-image: url(images/vert-line.gif); background-repeat: repeat-y; background-position: center;}
.networklinks { font-family: Verdana; font-size: 11px; color: #373737; text-decoration: none;}
.blue-head { font-family: Verdana; font-size: 12px; font-weight: bold; color: #1E87FB; text-decoration: undeline;}
.sub-links {  font-family: Verdana; font-size: 11px; font-style: normal; color: #000000; text-decoration: none;}
.sub-links:hover {  font-family: Verdana; font-size: 11px; font-style: normal; color: #0099FF; text-decoration: none;}
.link-heads {  font-family: Verdana; font-size: 11px; font-style: normal; color: #ff6400; text-decoration: none; font-weight: bold;}
.link-heads:hover {  font-family: Verdana; font-size: 11px; font-style: normal; color: #666666; text-decoration: none; font-weight: bold;}
.text {  font-family: Verdana; font-size: 11px; font-style: normal; color: #000000; text-decoration: none;; text-align: justify;}
.flat {		border: 1px #666666 solid; font-family: Verdana; font-size: 11px; color: #000000; background-color: #D5F7FF; }

.chkbox {
	font-family:verdana,arial;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodytext {
	font-family:verdana,arial;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	
	
	z-index: 10;
	width: 11em;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid #555;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: cornflowerblue;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 11em;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 11em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}


