
.menulist, .menulist ul {
 margin: 0;
 padding: 0px;
 width: 196px;
 list-style: none;
 /*background: #f0c948 url(listmenu_o.png) left repeat-y;*/
 border: none;
}

.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 170px;
}

.menulist li {
 position: relative;
border-bottom: 1px solid #298cb6;
/*background-color: #FFB100;*/
background:url(../images/countrybody.jpg);
background-repeat:repeat-y;
font-size:14px;
font-family:Geneva, Verdana, Helvetica, sans-serif;
font-weight:bold;
color: #6a7394;
}


.menulist li a {
 display: block;
 padding: 3px 4px 3px 10px;
 color: #6a7394;
 text-decoration: none;
 /*border: 1px solid #ffffff;*/
 margin: 0;
font-family:Geneva, Verdana, Helvetica, sans-serif;
font-weight:bold;

}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 0px;
}


.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #f09d00;
 padding: 3px 4px 3px 10px;
 /*border: 1px solid #ADF;*/
 margin: 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #68C;
 /*border: 1px solid #CDE;*/
 margin: 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}


*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
