.navspace {
	margin-right: 5px;
}
.topmenu div {
	text-align: center;
	white-space: nowrap;
	background: #fff;
	float: left;
	width: 0px;
        height: 0px;
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.topmenu img {
	border: 0;
	vertical-align: middle;
}
.topheight {
	width: 1px;
	height: 12px;
}
.topmenu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-right: #ccc 2px solid;
	padding: 12px 10px 12px 10px;
	display: block;
	text-transform: uppercase;
        height: 60px;
	background: #626075;
}
.topmenu a:hover {
	color: #fff;
	background-color: #11068cf6;
	border-right: #11068cf6 2px solid;
	padding: 12px 10px 12px 10px;
        height: 60px;
}
a.toplink_ {
	color: #fff;
}
a.toppoint {
	background-image: url(img/pointdown.gif);
	background-position: 97% 88%;
	background-repeat: no-repeat;
}
.topsublink {
	text-align: left !important;
	background: #eee !important;
	border: #bbb 1px solid;
	border-top: 0;
}
.topsubheight {
	width: 1px;
	height: 26px;
}
.topsublink a {
	background: none;
	border: 0;
	border-top: #bbb 1px solid;
	padding: 0 5px;
}
.topsublink a:hover {
	border: 0;
	border-top: #bbb 1px solid;
}
