.location_menu {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 position: relative;
 font-size: 12px;
 z-index: 5;
 left: 0px;
 top: 0px;
 float: right;
}
.location_menu ul li a, .location_menu ul li a:visited {
 display: block;
 text-decoration: none;
 color: #ffffff;
 background: #a1cb22;
 width: 100px;
 height: 18px;
 text-align: left;
 line-height: 18px;
 font-size: 12px;
 overflow: hidden;
 font-weight: none;
 padding-left: 24px;
 padding-top: 0px;
 background-image: url(../images/country_down.gif);
	background-repeat: no-repeat;
	background-position:	left top;
 border: 1px solid #6c9610;
}
.location_menu ul {
 padding: 0;
 margin: 0;
 list-style: none;
}
.location_menu ul li {
 float: left;
 position: relative;
}
.location_menu ul li ul {
 display: none;
}

/* not IE compatible */
.location_menu ul li:hover a {
 background: #8fb811;
 color: #ffffff;
 background-image: url(../images/country_down.gif);
 background-position:	left top;
	background-repeat: no-repeat;
 text-decoration: none;
}
.location_menu ul li:hover ul {
 display: block;
 position: absolute;
 top: 20px;
 left: 0px;
 width: 100px;
}
.location_menu ul li:hover ul li a { /* menu lines down */
 display: block;
 background: #a1cb22;
 color: #ffffff;
 font-weight: normal;
 width: 100px;
 text-align: left;
 border-left: 1px solid #6c9610;
 border-right: 1px solid #6c9610;
 border-bottom: 1px solid #6c9610;
 border-top: 0px solid #6c9610;
 background-image: url(../images/country_right.gif);
	background-repeat: no-repeat;
	background-position:	left top;
}
.location_menu ul li:hover ul li a:hover { /* menu lines down hover */
 background: #8fb811;
 color: #ffffff;
 font-weight: normal;
 width: 100px;
 text-align: left;
 border-left: 1px solid #6c9610;
 border-right: 1px solid #6c9610;
 border-bottom: 1px solid #6c9610;
 border-top: 0px solid #6c9610;
 background-image: url(../images/country_right.gif);
	background-repeat: no-repeat;
	background-position:	left top;
}
