.nav {
	width:1009px;
	height:53px;
	background-image:url('images/navbg.jpg');
}
.nav2 {
	width:785px;
	height:53px;
	float:right;
	clear:none;
	display: inline-block;
	background-image:url('images/nav/navback.jpg');
	background-position:right;
	background-repeat:no-repeat;
}
.link{
	width:auto;
	height:53px;
	float:right;
	clear:none;
	margin:0;
        padding: 5px 5px;
        padding-right: 25px;
        text-align: center;
        line-height: 45px;
        font-size: 26px;
        font-weight: bold;
}

.link a:link, .link a:visited{
    color: #fff;
    text-decoration: none;
}
.link a:hover, .link a:active{
    color: #ccc;
    text-decoration: none;
}
