@charset "UTF-8";
/* CSS Document */

.nav {margin:0;
	position: relative;
	width: 1000px;
	background-color:#5995D1;
	}


.nav ul{margin: 0; padding: 0;
list-style:none;
background-color:#5995D1;
}

.nav li {text-align: left;

	/* width: 190px; Uncomment for fixed width */
	float: left; 
	 border-right: 1px solid white;
   
	}


.nav a {
  display: block;
  color: white;
	font-weight: normal; font-family: arial;
	font-size: 12.8px;
	text-decoration: none;
	padding: 4px 15px 4px 15px;
	background-color:#5995D1;
	
	}
	
	.nav a:hover {
	background-color:#2D69B7;
	}

.last a {border-right: 0;} /* kills right border on last top link */
	
.nav ul ul a {
  color: #2C5267;
  border-right: 0;
  border-bottom: 1px solid #E6EEF4;  /* borders the bottoms of the dropdown and flyout links */
  }

.ddsubmenustyle, .ddsubmenustyle 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: white;
/*border: 1px solid black;*/

visibility: hidden;
z-index: 100;
}


.ddsubmenustyle  li a{
display: block;
width: 190px;
color: #fff;
background-color:#5995D1;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #fff;
}

* html .ddsubmenustyle  li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #2D69B7;
color: white;
}


.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}



#menu1 {
	z-index:400;
	list-style:none;
	position:absolute;
	top:202px;
	left:67px;
	width:200px;
}
