/* right nav menu */

#side-box
{
	color:#FFF;
	width:100%;
	margin-right:5px;
	margin-top:12px;
}

#side-box h3
{
	background:#084693;
	border-bottom:4px solid #18B14C;
	color:#FFF;
	display:block;
	font-family:Verdana;
	height:35px;
	line-height:35px;
	margin-top:0;
	text-align:center;
}

#side-box ul
{
	margin:0;
	padding:0;
}

#side-box ul li
{
	font-size:12px;
	list-style:none;
	margin-top:-3px;
	padding-top:0px;
	margin-bottom:-5px;
	padding-bottom:0px;
	
}

#side-box ul li a
{
	background:#FFF;
	border-bottom:1px solid #0163AE;
	border-left:1px solid #0163AE;
	border-right:1px solid #0163AE;
	color:#000;
	display:block;
	padding:10px;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:-9px;
}

#side-box ul li a small
{
	color:#084693;
	font-size:9px;
	left:4px;
	position:relative;
	text-transform:uppercase;
	top:0;
}


#side-box ul li a:hover
{
	background:#eee;
	color:#000;
	display:block;
}

#side-box ul li:last-child
{
	border-bottom:none;
}



#side-box #box-content
{
	background:#FFF;
	border-bottom:1px solid #0163AE;
	border-left:1px solid #0163AE;
	border-right:1px solid #0163AE;
	color:#000;
	display:block;
	padding:10px;
	text-decoration:none;
	margin-top:-5px;
	margin-bottom:0px;
	text-align:center;
}

#side-box #box-content a 
{
	margin-left:5px;
}




/* round corner boxes */

.gray-box
{
	background:#EEE;
}

.gray-boxtop
{
	background:url(/nss/wmdata.NSF/activeimages/gray-ne/$File/gray-ne.gif) no-repeat top right;
}

.gray-boxtop div
{
	background:url(/nss/wmdata.NSF/activeimages/gray-nw/$File/gray-nw.gif) no-repeat top left;
	font-size:0;
	height:10px;
}

.gray-boxbottom
{
	background:url(/nss/wmdata.NSF/activeimages/gray-se/$File/gray-se.gif) no-repeat bottom right;
}

.gray-boxbottom div
{
	background:url(/nss/wmdata.NSF/activeimages/gray-sw/$File/gray-sw.gif) no-repeat bottom left;
	font-size:0;
	height:10px;
}



.green-box
{
	background:#18B14C;
}

.green-boxtop
{
	background:url(/nss/wmdata.NSF/activeimages/green-ne/$File/green-ne.gif) no-repeat top right;
}

.green-boxtop div
{
	background:url(/nss/wmdata.NSF/activeimages/green-nw/$File/green-nw.gif) no-repeat top left;
	font-size:0;
	height:10px;
}

.green-boxbottom
{
	background:url(/nss/wmdata.NSF/activeimages/green-se/$File/green-se.gif) no-repeat bottom right;
}

.green-boxbottom div
{
	background:url(/nss/wmdata.NSF/activeimages/green-sw/$File/green-sw.gif) no-repeat bottom left;
	font-size:0;
	height:10px;
}

.green-boxcontent
{
	padding:0 10px;
}



.blue-box-top
{
	background:#084693 url(/nss/wmdata.NSF/activeimages/blue-ne/$File/blue-ne.gif) no-repeat top right;
	border:none;
}

.blue-box-top div
{

	background:url(/nss/wmdata.NSF/activeimages/blue-nw/$File/blue-nw.gif) no-repeat top left;
	font-size:0;
	height:10px;
}


/* additional css */
hr
{
	border-top:1px dotted #999;
}

#left {
	background-color:#fff;
}
