#counter {
	width:113px;
	left: 349px; 
	top: 55px;
        _top:65px; 
	margin:0 auto;
	position: relative;
}

#content {
	width:520px;
	min-height:500px;
}
#topnav {
	padding:8px 0px 12px;
	font-size:11px;
	line-height:23px;
        _line-height:11px;
	text-align:right;
	height:14px;
     
}
#topnav a.countripple {	
	padding:6px 13px 13px;
        _padding:0px;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;	
	*padding:14px 12px 16px;
	outline:none;
}

a.countripple {
	position:relative;
	margin-left:3px;
}
a.countripple span {
	background-image:url(../img/toggle_down_light.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
        _background-position:80% 100%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
 background-color:#0066CC;
 outline:none;
}
a.countripple.menu-open span 
{
	background-image:url(../img/toggle_up_dark.png);
	
}

#countripple_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#0066CC;
	position:absolute;
	width:403px;
	height:336px;
	z-index:100;
	border:1px transparent;
	text-align:center;
	padding:12px;
	top: 28.5px; 
        _top:17.5px;
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#fff;
	font-size:15px;
	font-family:verdana;
}

#countripple_menu p {
	margin:0;
}

