.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
    padding: 8px 10px 5px 17px;
    margin-left: 17px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	list-style:none;
    /*width: 100px;*/
    padding: 0;
    z-index: 1;    
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding-left: 6px;
    padding-right: 6px;
	cursor:pointer;
    white-space:  nowrap;
}
.submenu-down ul {
    margin-top: 10px;
    display: block; 
    background-color: #302f2f;
    border: 1px solid #1c1c1c; 
}

.submenu-down ul li {    
    display: block; 
    background-color: #302f2f;
    padding: 5px;   
    white-space:  nowrap;
    min-width: 80px;
}

/* 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:#ffffff;
	width:100%;
}

.dropdown a:hover{
	text-decoration:none;
    color: #da1919;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
    display: block !important; 
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
}
