#top-nav{
	margin-right:18px;
	background-image:url('../images/top-nav-bg-repeat-x.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	height:26px;
	width:425px;
	float:right;
	
}
#top-nav h1.right{
	background-image:url('../images/top-nav-right-corner.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	width:18px;
	height:26px;
	float:right;
}
#top-nav h1.left{
	background-image:url('../images/top-nav-left-corner.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	width:19px;
	height:26px;
	float:left;
	
}

#top-nav ul{
	list-style:none;
	float:left;
	
}
#top-nav ul li{
	float:left;
	font-family:'Verdana', Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	
}
#top-nav li a{
	padding:0px 0px 0px 24px;
	color:#000000;
	text-decoration:none;
	
}
#top-nav li a:hover{
	padding:0px 0px 0px 24px;
	color:#666666;
	text-decoration:none;
	
}
#top-nav li a.first, #top-nav li a.first:hover{
	padding:0px 0px 0px 0px;
}

#main-nav{
	clear:left;
	margin:0px;
	padding:12px 0 0 16px;
}
#main-nav ul{
	width:690px;
	height:28px;
	margin-bottom:0px;
}
#main-nav li{
	float:left;
	padding-right:14px;
}

