#navside {
	float: right;
	clear: right;
	text-align: right;
	white-space: nowrap;
	line-height: 18px;
	margin:       5px;
   padding:      0px;
	width:      150px;
	max-width:  150px;
	border:       0px solid #FF0000; 
}

#navside img {
	border: 0px solid #FF0000; 
}

#navside a  {
	display: block;
	width: 150px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #DDDDDD;
	background-image: url('/images/navside/navside_combo4.png');
	background-position: 0 0px;
	background-color: #184437;
}
#navside a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #DDDDDD;
	background-position: 0 20px;
}

.navside_hover {
	display:hidden;
	text-decoration: none;
	font-weight: bold;
	color: #DDDDDD;
	background-position: 0 20px;
}
.navside_hover a:hover {
	display:block;
	text-decoration: none;
	font-weight: bold;
	color: #DDDDDD;
	background-position: 0 20px;
}

#navside_box {
	position: relative;
	top: -90px;
	width:     120px;
	max-width: 120px;
	min-width: 120px;
	height:     62px;
	max-height: 62px;
	min-height: 62px;
	margin:     15px;
	border:      0px solid #FF0000; 

	font-weight: bold;
	color: #DDDDDD;
	background-color: #184437;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
#navside_box_text {
}
