#header a{margin-bottom:100px;}
#header a{outline:0;color:#000;}
#header img {width:319px;height:47px;border:0;}
#titleimg{position:absolute;top:17px;left:11px;opacity:.9;}
#titleimg:hover{opacity:1;}



ul.topnav {
	list-style: none;
	padding: 20px 0;
	margin: 0;
	float: right;
	width:587px;
	background: #fff;
	font-size: 1.2em;
	
}
ul.topnav img {border:0;}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 7px;
	color: #000;
	display: block;
	opacity:.7;
	float: left;
	border-bottom:solid #e1e1e1 1px;outline:0;
}
ul.topnav li a:hover{
opacity:1;
border-bottom:solid #777 1px;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 41px;
	background: #fff;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 270px;
	z-index:99;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 270px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 245px;
	background: #fff;
	padding-left: 20px;
	border:#e1e1e1 solid 1px;
	opacity:1;
	color:#777;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #f5f5f5;
	width: 245px;
	text-decoration:none;
	border:#e1e1e1 solid 1px;
	color:#333;
}
.tmcurrent{background:url(current.gif) bottom repeat-x;}
