BODY {
	background-color: #000;
	/*background-image: url('images/page_background.gif');*/
}
td { 
	vertical-align: top;
}


input.google_search {
	/* background: #7B96F2; */
	color: #000;
	border: 1px solid #FFF;
	background-color:#CCCCCC;
}


table.login{
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
}

input.login {
	background: #7B96F2;
	color: #000;
	border: 1px solid #FFF;
}

/*th.textured { 	
	background-image: url('/images/cell_bg.gif');
	background-repeat: no-repeat;
	text-align: left;
	padding: 3px 3px 3px 5px;
	color: #FFF;
	font-variant: small-caps;

}*/

.loginbox {
	font-family: "Trebuchet MS";
	font-size: 10px;
}

.spacerBar {
	background: #00000;
}
.bannerBar {
	
	background-color: #00349A;
	/*background-image: url('/images/banner_bg.gif');
	*/
}

.menuLinks td {
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFF;
	background: #000;
}

.footerBar {
	background: #00349A;
	color: #AAA;
}

/* menu */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenuli a:hover {
	background: #999;
	color: #FFF;
}

.topmenutitle{
	display:block;
	width:100px;
	text-indent:0px;
	text-decoration: none;
	border-right:1px solid #AAA;
	line-height:14px;
	padding:3px;
	color: #FFF;
}

.submenuul{
	list-style-type:none;
	font-size: 12px;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	margin-top:-1px;
	background-color:#666;
	border:1px solid #000000;	
	border-left:7px solid #7B96F2;


}

.submenuli a{
	display:block;
	width:125px;
	padding:3px;
	text-decoration: none;
	color: #FFF;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

.submenuli a:hover{
	background:#999;
}