@media screen
{
body,td {
	margin : 0px;
	padding : 0px;
	background-color : #264BAD;
	color : white;
	font-family : Verdana, "Geneva CE", lucida, sans-serif;
	font-size : 11px;
	font-weight : bold;
}
.menu img {
	float : left;
	border : 0px;
	margin : 0px;
	padding : 0px;
}
.menu span {
	float : left;
}
.menu a {
	display : block;
	width : 100%;
	height : 115px;
	margin-left : -3px;
}
.menu td {
	background : transparent url(../img/index-background.jpg) repeat-x;
}
a {
	font-weight : bold;
	text-decoration : none;
	color : white;
}
a:hover {
	font-weight : bold;
	text-decoration : none;
	color : white;
}
hr {
	height : 1px;
	color : navy;
}
}
