
/* Move sub menu items off the screen and out of view until called */
#mainmenu li ul {
  position: absolute;
  left:     -999em;
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#mainmenu li:hover ul, #mainmenu li.showMenu ul { left: auto; }

.subMenu {
  background-color: #FFFFFF;  /* Set the background color of the sub menus */
  width: 78px;  /* Set the width of the sub menus */
   margin-top:0px !important;
}

.subMenu li, .subMenu a {
	height: 25px !important;
}

.subMenu, .subMenu li, .subMenu a, .subMenu a:hover {
	background-image:none !important;
	background:none !important;
}

.subMenu a {
	font-weight: normal;	  /* Return the font weight to normal for sub menu items */
	width: 78px;
	margin-top: 0px;  /* Set the top border of each sub menu link to -1px to remove double borders */
	display:block;
	background-image:url(../images/resources-menu-off.gif) !important;
	background-repeat:no-repeat;
	text-indent:-9000em;
	padding:0px;
}

.subMenu a:hover {
  background-color: #D2D2E1;  /* Set sub menu rollover background color */
  color: #000000;  /* Set sub menu rollover text color */
}



#resources1, #resources1 a {
	width:78px;
	background-position: 0px 0px !important;
}

#resources2, #resources2 a {
	width:78px;
	background-position: 0px -25px !important;
}

.submenu-orphan{
	padding-top: 7px!important;
}

.subMenu a:hover {
	background-image:url(../images/resources-menu-over.gif) !important;	
}

.subMenu .no-bg{
	margin-top: 5px;
	margin-top: 0px;
}

.subMenu .no-bg a{
	background: black!important;
	background-image: none!important;
	width: 120px!important;
	text-indent: 0px;
	background-color: black;
	color: #eee;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px!important;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	border-radius: 3px;
	border: 1px solid black;
}

.subMenu .no-bg a:hover{
	background: white!important;
	color: black!important;
}

