.menu_class {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.the_menu {
    background-color: #383838;
    border: 1px solid #2F2929;
    position: absolute;
	display:none;
	width: 177px;
	height: 38px;
	color: #5F3723;
	margin: -1px 0 0 48px;
	padding: 0;
	
}

.the_menu li {
    margin:11px 0 !important;
    display: inline-block;
    text-align: center;
}

.the_menu li a {
	text-decoration:none;
	display: inline !important;
	color: #cfcfcf !important;
}

.the_menu li a:hover {
	color: #efefef !important;
}
#submenu ul li{
    width: 200px;
}
#submenu ul li a{
    background-image: none !important;
   	display: inline !important;
}
ul{
    list-style:none;
}

