@charset "UTF-8";

ul.dropdown {
 font-weight: bold;
 margin: 6px 0 0 0 !important;
}

ul.dropdown li {
 padding: 7px 10px;
 border-style: solid;
 border-width: 1px 1px 1px 0;
 /*border-color: #fff #d9d9d9 #d9d9d9;*/
 color: #F79721;
 background: none;
}

ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown li.on {
 /*background-color: #eee;*/
 color: #F79721;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #F79721; text-decoration: none; text-shadow: none; }
ul.dropdown a:hover		{ color: #F79721; }
ul.dropdown a:active	{ color: #F79721; }

/* -- level mark -- */

ul.dropdown ul {
 width: 150px;
 margin-top: 1px;
 margin-left: 5px;
}

ul.dropdown ul li {
 margin: 0 0 0 -5px !important;
 width: 150px !important;
 color: #F79721;
 background-color: #313232;
 font-weight: bold;
 padding: 15px;
 text-shadow: none;
}
ul.dropdown ul li a {
 color: #F79721 !important;
 font-weight: bold !important;
 text-shadow: none;
 background-image: none !important;
 height: auto !important;
 width: auto !important;
}
ul.dropdown ul li:hover {
 color: #313232 !important;
 font-weight: bold !important;
 background-color: #222 !important;
 text-shadow: none;
}
