/* CSS definition file containing sitestyle stylesheets */
BODY { font-size: 10px; background-image: url("./assets/images/body_bak.gif");}



#NavigationBar1 tr {
	text-align: center;
	padding: 6px;
}

#NavigationBar1 tr td {
	background: #aba6d5; /* Old browsers */
	background: -moz-linear-gradient(top,  #aba6d5 2%, #8484b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#aba6d5), color-stop(100%,#8484b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aba6d5 2%,#8484b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aba6d5 2%,#8484b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aba6d5 2%,#8484b5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aba6d5 2%,#8484b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aba6d5', endColorstr='#8484b5',GradientType=0 ); /* IE6-9 */	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	margin: 0;
	padding: 4px 10px;
	width: 140%!important;
}

#NavigationBar1 tr td a {
	text-align: center;
	color: #545481;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#NavigationBar1 tr td a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#NavigationBar1 tr td a.active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
