.boxhead
{
	background-Color:#839CC1;
	padding:5px 0px 5px 0px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:5px;
	border-bottom:1px solid #4D6C9A;
}

div#nav1
{
	background-Color:#EFF2F7;
	width:170px;
	float:left;
	margin-right:3px;
	padding-bottom:5px;
}

div#nav1 .item
{
	padding:3px 5px;
	margin:0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#5E81B5;
	font-weight:bold;
}

div#nav1 .item:hover
{
	cursor:pointer;
	background-Color:#D9E1EC;
}

div#nav1 .active
{
	background-Color:#5E81B5;
	color:#fff;
}

div#nav1 .active:hover
{
	background-Color:#5E81B5;
}


div#nav2
{
	background-Color:#EFF2F7;
	float:left;
	width:170px;
	margin-right:3px;
}

div#nav2 .item
{
	padding:3px 5px;
	margin:0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#5E81B5;
	font-weight:bold;
}

div#nav2 .item:hover
{
	cursor:pointer;
	background-Color:#D9E1EC;
}

div#nav2 .active
{
	background-Color:#5E81B5;
	color:#fff;
}

div#nav2 .active:hover
{
	background-Color:#5E81B5;
}


div#browser
{
	border-left:1px solid #ccc;
	float:left;
	width:498px;
	padding-left:20px;
}