
#countryside {
	font-family: arial, verdana, tahoma, sans-serif;
	float: center;
	width: 200px;
	margin-bottom: 1em;
}

/* Sidebar */

#countrynav:before {
	font-family: arial, verdana, tahoma, sans-serif;
	line-height: 0.1;
	font-size: 1px;
	background: transparent url("") no-repeat top right;
	margin: 0;
	height: 0px;
	display: block;
	border-bottom: 0;
}
#countrynav {
	background: #E0E9E9 url("images/menu_back.gif") right repeat-y;
}
#countrynav:after {
	font-family: arial, verdana, tahoma, sans-serif;
	display: block;
	padding-top: 0;
	line-height: 0.1;
	font-size: 1px;
	margin: 0 0 0 0;
	height: 8px;
	background: transparent url("images/menu_br.gif") scroll no-repeat bottom right ;
	border-top: 1px solid #fff;
}

#countrynav, #countrynav ul {
	font-family: arial, verdana, tahoma, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#countrynav {
	font-family: arial, verdana, tahoma, sans-serif;
	margin-bottom: 1em;
}	
#countrynav li {
	font-family: arial, verdana, tahoma, sans-serif;
	display: inline;
	padding: 0;
	margin: 0;
}

#countrynav li span { /* used for un-linked menu items */
	font-family: arial, verdana, tahoma, sans-serif;
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}

#countrynav li span#configParent, #countrynav li span #configuration {
	font-family: arial, verdana, tahoma, sans-serif;
	display: inline;
	font-weight: normal;
	padding: 0;
}

#countrynav li a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	background: #EDF2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

#countrynav li a:hover {
	background: #E0E9E9;
}

#countrynav ul li span,#countrynav ul li a {
	padding: 4px 8px 4px 20px;
}

.clear-both {
    clear: both;
}

.center {
    text-align: center;
}