@import url("d_basicv5.css");

/* applied to all submenu DIVs (Layers)  */
.p7tbsub {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3A57A0;
	layer-background-color: #3A57A0;
	/*for Netscape 4*/
	border: 1px solid Black;
}

/* affects all paragraphs within all submenu DIVs */
.p7tbsub p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* makes the backgound of the entire menu item change color on a hover   */
.p7tbsub a {
display: block;
}


/* default link for all links inside the submenu DIVs */
.p7tbsub a:link {
	color: White;
	text-decoration: underline;
}

/* the visited link color for all links inside the submenu DIVs  */
.p7tbsub a:visited {
	color: White;
}

/* the hovered link color for all links inside the submenu DIVs */
.p7tbsub a:hover {
	background-color: #0E0655;
	color: White;
}

/* the active links color for all links inside the submenu DIVs */
.p7tbsub a:active {
	background-color: #0E0655;
	color: White;
}

/* the down state link */
.p7tbdn {	

}

body {	
	background-image: url(images/back_2.gif);
}

SELECT {
	color:blue;
	font-family:courier new;
	font-size: 12px;
}


