@charset "UTF-8";
#wrapper #topnav {
	width: 1024px;
	float: left;
	display: inline;
	/*height: 40px;*/
	height: 105px;
	background-image: url(../images/navtab2.jpg);
	background-repeat: repeat-x;
	/*background-image: url(../images/navtab3.jpg);*/
}
#wrapper  #topnav ul {
	text-decoration: none;
	float: right;
	padding-right: 10px;
	margin-top: -40px;	/*height: 100px;*/
}
#wrapper #topnav ul li {
	list-style-type: none;
	text-decoration: none;
	/*width: 100px;*/
	float: left;
	/*height: 100px;*/
}
#wrapper  #topnav  ul li a {
	text-decoration: none;
	display: block;
	text-align: right;
	color: #000066;
	font-weight:  bold;
	/*height: 100px;*/
	/*margin-top: 50px;	*/
}
#wrapper #topnav ul li a:hover {
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	text-align: right;
}
#wrapper #miniwrapper #leftsidebar h1 {
	font-weight: bold;
	color: #000099;
}
