.countylist {
    font-size: 0.8em;
    padding: 5px;
    float: left;
    width: 100%;
    position: relative;
}
.countylist ul {
    margin: 2px;
    padding: 1px;
    list-style-type:none;
}

.countylist ul li {
    padding-top: 2px;
}


.active {
    text-decoration: none;
}

.inactive {
    text-decoration:none;
    color: black;
}

.rightmenu {
	/*background:#eee;		 /*right column background colour */
    heigh:100%;
}
.rightmenu .colleft {
	right:35%;			/* right column width */
    border-right: 5px solid #CCCC9C;
	/*background:#fff;		 left column background colour */
}

.rightmenu .colfull {
    clear:both;
    float:left;
	width:95%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    margin: 20px;
}

.rightmenu .col1 {
	width:51%;			/* left column content width (left column width minus left and right padding) */
	left:37%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:33%;			/* right column content width (right column width minus left and right padding) */
	left:50%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
    padding: 0 0 15px 0;
}

.hdr {
    width: 40%;
    background-color: #CCCC9C;
}
