/* this is the main UL element*/
.dropdown{
	margin:-2px 0 0 6px;
	padding:0;
	list-style:none;
  float: left;
  width: 38px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #D7C666;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	background-color:#EFE39F;
	cursor:pointer;
    *width: 38px;
    _width: 38px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#000;
	width:100%;
}

.dropdown a:hover{
    color: #f24e00;
}

/* these are the LIs that only belong to submenu*/

li.submenu-down a {
     _width: 38px;
}

.dropdown ul li a{
	border:1px solid #D7C666 !important;
	border-top:none !important;
    background: #F5E899 url(images/rss-icon-li.gif) no-repeat 3px 3px !important;
    padding: 1px 0 1px 30px !important;
    margin: 1px 0 0 1px !important;
    width: 100px !important;
    _width: 200px !important;
    font-size: 12px;
    font-family: Arial;
}

.dropdown ul li a:hover {
    background: #FFEC6E url(images/rss-icon-li.gif) no-repeat 3px -42px !important;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background:none;
}

.dropdown li a span.rss-icon {
  background: url(images/rss.gif) no-repeat;
  display: block;
  width: 38px;
  height: 38px;
  margin: -4px 0 0 0;
}

.dropdown dd, .dropdown dt, .dropdown ul { cursor: pointer; margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { }
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { }
.dropdown dt a {background:transparent url(arrow.png) no-repeat scroll right center; display:block; padding-right:20px; width:150px;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { background:#fff none repeat scroll 0 0; color:#C5C0B0; display:none; left:0px; position:absolute; top:2px; width:134px; z-index:1; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}
.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { display:none;}
