
#dropdownmenu {
	/*position: absolute;
  	left: 0px;
  	top: 140px;*/
  	min-width: 975px;
	height: 23px;
	background-color:#92AEEC;
	background-image:url('./images/navBG.gif');
	background-repeat:repeat-x;
	/*overflow:auto;*/
} 
 /*On navVar.cfm, I changed from trying to swap dropdownmenu for dropdownmen2nd to just swapping the width  cew /*
/*#dropdownmenu2nd {
	position: absolute;
  	left: 0px;
  	top: 140px;
  	width: 100%;
  	height: 23px;
	background-color:#92AEEC;
	background-image:url('./images/navBG.gif');
	background-repeat:repeat-x;
	overflow:auto;
}  */

/* 7 dropdown menus; 4 parts for each 1 */

/* MENU 1 */
.dropMenuDiv1{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #92aeec;
width: 170px;
visibility: hidden;
}

.dropMenuDiv1 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #B8CFEB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffff99;
}

.dropMenuDiv1 a:hover{ /*THEME CHANGE HERE*/
	background-color: #BACBF3; 
	color: #660000;
}

* html .dropMenuDiv1 a{ /*IE only hack*/
width: 100%;
}

/* MENU 2 */
.dropMenuDiv2{
position:absolute;
top: 140;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #92aeec;
width: 210px;
visibility: hidden;
}

.dropMenuDiv2 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #B8CFEB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffff99;
}

.dropMenuDiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color: #BACBF3; 
	color: #660000;
}

* html .dropMenuDiv2 a{ /*IE only hack*/
width: 100%;
}


/* MENU 3 */
.dropMenuDiv3{
position:absolute;
top: 140;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #92aeec;
width: 224px;
visibility: hidden;
}

.dropMenuDiv3 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #B8CFEB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffff99;
}

.dropMenuDiv3 a:hover{ /*THEME CHANGE HERE*/
	background-color: #BACBF3; 
	color: #660000;
}

* html .dropMenuDiv3 a{ /*IE only hack*/
width: 100%;
}


/* MENU 4 */
.dropMenuDiv4{
position:absolute;
top: 140;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #92aeec;
width: 150px;
visibility: hidden;
}

.dropMenuDiv4 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #B8CFEB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffff99;
}

.dropMenuDiv4 a:hover{ /*THEME CHANGE HERE*/
	background-color: #BACBF3; 
	color: #660000;
}

* html .dropMenuDiv4 a{ /*IE only hack*/
width: 100%;
}


/* MENU 5 */
.dropMenuDiv5{
position:absolute;
top: 140;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #92aeec;
width: 230px;
visibility: hidden;
}

.dropMenuDiv5 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #B8CFEB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffff99;
}

.dropMenuDiv5 a:hover{ /*THEME CHANGE HERE*/
	background-color: #BACBF3; 
	color: #660000;
}

* html .dropMenuDiv5 a{ /*IE only hack*/
width: 100%;
}


/* MENU 6 */
.dropMenuDiv6{
position:absolute;
top: 140;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #92aeec;
width: 220px;
visibility: hidden;
}

.dropMenuDiv6 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #B8CFEB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffff99;
}

.dropMenuDiv6 a:hover{ /*THEME CHANGE HERE*/
	background-color: #BACBF3; 
	color: #660000;
}

* html .dropMenuDiv6 a{ /*IE only hack*/
width: 100%;
}


/* MENU 7 */
.dropMenuDiv7{
position:absolute;
top: 140;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 13px Arial;
line-height:18px;
z-index:100;
background-color: #92aeec;
width: 205px;
visibility: hidden;
}

.dropMenuDiv7 a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #B8CFEB; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffff99;
}

.dropMenuDiv7 a:hover{ /*THEME CHANGE HERE*/
	background-color: #BACBF3; 
	color: #660000;
}

* html .dropMenuDiv7 a{ /*IE only hack*/
width: 100%;
}
