@charset "utf-8";
/* CSS Document */

.Nav{
	width: 450px;
	float:right;
}
.Nav a{
	display: block;
	float:left;
	width: 90px;
	height: 27px;
	text-align: center;
	color: #969696;
	font: 12px "Trebuchet MS";
	text-decoration: none;
	height: 35px;
}
.Nav a:hover{
	color: white;
}




/*--side navigation--*/
#sideNav{
	width: 150px;
	height:469px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#sideNav ul{
	margin: 0;
	padding: 0;
}
#sideNav ul li{
	list-style: none;
	display: block;
}
#sideNav a{
	display: block;
	height: 43px;
	width: 125px;
	padding:  24px 0 0 25px;
	color: #969696;
	font: 13px "Trebuchet MS";
	text-decoration: none;
	background: url(/images/nav-bg-side.gif) left top no-repeat;
}
#sideNav a:hover{
	color: white;
}
