﻿.csschanger{
	color: #6A849D;
	font-size: 0.9em;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	height: 15px;
}
	
.navcontainer{
	margin: 190px 0 0 27px;
	padding: 0;
	height: 20px;
}

.navcontainer ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.navcontainer ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 2px;
	margin: 0;
}

.navcontainer ul li a{
	border-right: 1px solid #6A849D;
	background: #fff;
	width: 80px;
	height: 15px;
	border-top: 1px solid #6A849D;
	border-left: 1px solid #6A849D;
	border-bottom: 1px solid #6A849D;
	padding: 2px;
	margin: 0 0 10px 0;
	color: #6A849D;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 0.9em tahoma, lucida, sans-serif;
}

.navcontainer ul li a:hover{
	color: white;
	background: #C9D3DC;
}