/* ------------------------------------------------------- */
/*  DROPDOWN POSITIONING                                   */
/* ------------------------------------------------------- */

#pull0 { visibility: hide; visibility: hidden; position: absolute; top: 99px; left: 215px; }
#pull1 { visibility: hide; visibility: hidden; position: absolute; top: 159px; left: 215px; }
#pull2 { visibility: hide; visibility: hidden; position: absolute; top: 189px; left: 215px; }
#pull3 { visibility: hide; visibility: hidden; position: absolute; top: 129px; left: 215px; }

/* ------------------------------------------------------- */
/*  DROPDOWN STYLES                                        */
/* ------------------------------------------------------- */

.dropmenutable {
}
.dropmenutable td.navtd {
	color: #fff;
	font: normal 14px/14px "Arial Narrow", sans-serif;
	background: #666 url(/images/bg/flyoutmenu.gif) repeat-x;
}
.dropmenutable td a:link, .dropmenutable td a:visited {
	color: #fff;
	text-decoration: none;
}
.dropmenutable td a:hover, .dropmenutable td a:visited:hover, .dropmenutable td a:active {
	color: #9cf;
	text-decoration: none;
}