#menuleft
{
   margin: 0px;
   margin-left: 0px;
   padding: 15px 0px 15px 0px;
   padding-left:0px;
   
   font-family: sans-serif, Verdana, Helvetica;
   color: #333333;
   font-size: 12px;
   line-height: 1.8;
   /*background-color:red;*/
   /*
   background: url(../_img/menu_bcgk_300x300.gif) no-repeat right bottom;
   position:relative;
   left:1px;
   background-color: #EFECE5;
   */
   background: url(../_img/menu_bcgk_300x001.gif) repeat-y right bottom;
}
#menuleft strong
{
   display:block;
   padding-left:10px;
   font-size:12px;
   font-weight:bold;
}
#menuleft p
{
   margin:0px;
   padding:0px;
   padding-left:20px;
   padding-bottom:10px;
   
   font-size:12px;
   font-weight:normal;
}

#menuleft .hjk
{
   list-style-type:none;

   margin:0px;
   padding:0px;
   margin-left:20px;
   margin-bottom:10px;
}
#menuleft .hjk li
{
   margin:0px;
   padding:0px;
   padding-left: 18px;
   
   /*background: url("../_img/menu_li02.gif") no-repeat left;*/
   background: url("../_img/menu_li01.gif") no-repeat left;
}

#menuleft .countries
{
   margin:0px;
   padding:0px;
   margin-left:20px;
   
   display:inline;
   /*border-bottom:1px solid red;*/
   margin-top:10px;
   margin-bottom:10px;
}
#menuleft .country
{
   margin:0px;
   padding:0px;
   padding-left:3px;
   
   color:red;
   display:inline;
}

.flagimg
{
   border:1px solid #B3A197;
}

.leftmenulink:link
{
   text-decoration: none;
   color: #333333;
}
.leftmenulink:active
{
   text-decoration: none;
   color: #333333;
}
.leftmenulink:visited
{
   text-decoration: none;
   color: #333333;
}
.leftmenulink:hover
{
   text-decoration: none;
   color: #FFCC2F;
}

.countrylink:link
{
   text-decoration: none;
   color: #333333;
}
.countrylink:active
{
   text-decoration: none;
   color: #333333;
}.countrylink:visited
{
   text-decoration: none;
   color: #333333;
}.countrylink:hover
{
   text-decoration: none;
   color: #FFCC2F;
}

