

.region,
.region ul,
.region li,
.region a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
	}
 
.region {
    height: 15px;
    width: 174px;
	/*    background: #ffcc33;
	background-image:url(images/flags/arrow.png);
	background-repeat:no-repeat;
	background-position:right;*/
	
	
    background: #ffcc33; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffcc33, #cc9900); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffcc33, #cc9900); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffcc33, #cc9900); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffcc33, #cc9900); /* Standard syntax */
	
	
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
 
.region li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 20px;
}

.region li a {
    display: block;
    padding: 0 px;
    margin: 0px 0px 0px 5px;
    line-height: 16px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
 
    color: #CCC;
    
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.region li:first-child a { border-left: none; }
.region li:last-child a{ border-right: none; }
 
.region li:hover > a { color: #669900; }
.region ul {
    position: absolute;
    top: 15px;
    left: 0;
 
    opacity: 0;
    background: #1f2024;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.region li:hover > ul { opacity: 1; }
 
.region ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.region li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
}

.region ul li a {
    width: 135px;
    padding: 8px 0 4px 40px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
.region ul li:last-child a { border: none; }

.region a.uk { background: url(../img/flags/gb.png) no-repeat 6px center; }
.region a.fr { background: url(../img/flags/fr.png) no-repeat 6px center; }
.region a.de { background: url(../img/flags/de.png) no-repeat 6px center; }
.region a.es { background: url(../img/flags/es.png) no-repeat 6px center; }
.region a.nl { background: url(../img/flags/nl.png) no-repeat 6px center; }
.region a.it { background: url(../img/flags/it.png) no-repeat 6px center; }
.region a.hu { background: url(../img/flags/hu.png) no-repeat 6px center; }
.region a.us { background: url(../img/flags/us.png) no-repeat 6px center; }
.region a.au { background: url(../img/flags/au.png) no-repeat 6px center; }
.region a.br { background: url(../img/flags/br.png) no-repeat 6px center; }
.region a.pl { background: url(../img/flags/pl.png) no-repeat 6px center; }


	


