#menuHolder a {
	width:100%;
	background-color:none;
	color:rgb(75,75,85);
	display:block;
	font-size:10pt;
	font-weight:bold;
	text-indent:6px;
	padding-top:3px;
	padding-bottom:3px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	vertical-align:middle;
}
#menuHolder a:hover {
	color:rgb(29,87,174);
	background-color:white;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
#menuHolder a.current {
	color:rgb(246,134,32);
	background-color:white;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
#menuHolder a.current:hover {
	color:rgb(246,134,32);
	background-color:white;
	cursor:default;	
	/*
	filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	*/
}





#resultsPopUp {
	width:100px;	
	background-color:rgb(60,100,146);
	border-top: 1px solid rgb(60,100,146);
	border-bottom: 1px solid rgb(60,100,146);
	position:absolute;top:273px;left:100px;
	visibility:hidden;
}





a {
	color:rgb(29,87,174);
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:rgb(246,134,32);
	text-decoration:none;
}



a.footer {
	color:#666;
}

a.footer:hover {
	color:rgb(246,134,32);
}




img{
	border:none;	
}
.logo {
	display:block;
	width:100%;
	padding-top:8px;
	padding-bottom:7px;
	margin-top:5px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	text-align:center;
}
.logo:hover {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background-color:white;
}
.logoLeft {
	display:block;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	text-align:center;
}
.logoLeft:hover {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background-color:white;
}



#submenu {
height:16px;	
}

#submenu td {
width:65px;
border:solid 1px #666;
text-align:center;
background-color:#666;
}
#submenu a {
color:white;
width:100%;
height:100%;
background-color:#666;
background-color:#666;
font-size:8pt;
display:block;
}
#submenu a:hover {
color:rgb(60,100,146);
background-color:white;
}
#submenu a.current {
color:rgb(246,134,32);
background-color:white;
}
#submenu a.current:hover {
color:rgb(246,134,32);
background-color:white;
cursor:default;
}