
#navbox {
	margin-top:-8px;

	padding-left:20px;
	background-color: #F0F0F0;
	border: 2px solid #999;
	border-top: 0px;
	height: 85px;
	width: 250px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	CCborderRadiusBR:10px;
	CCborderRadiusBL:10px;
}

.navicon {
	position:absolute;
	text-align:center;
	font-family:LucidaGrande, Lucida Grande, Arial;
	font-size:11px;
}

.navicon img {
	border:0px;
	padding:6px;
	margin:3px;
	margin-bottom:0px;
	margin-top:2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	CCborderRadius:20px;

}

.navicon img:hover {
	background-color:#DDD;
}

.navsep {
	position:absolute;
	padding-top: 70px;
	margin-top:7px;
	margin-right: 5px;
	border-left: 1px dashed #999;	
	margin-left: 3px;
}
