/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	/*border-bottom:1px solid #444;*/
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	/*border-top:1px solid #444;*/
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin-right:15px;
	/*padding:5px;*/
	width:auto;/*120px*/
	background-color:transparent;
	cursor:pointer;
}

/* 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:#FFB119;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	/*border:1px solid #444;*/
	background-color:#620C19;
	border-top:0;
	padding:5px;
	margin-left:-1px;
	text-align:left;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
/*	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;*/
	/*padding-left:20px;*/
	width:auto;/*105px*/
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
/*	background-image:url('expand_right.gif');
	background-position:center right;*/
	/*padding:5px;*/
	width:auto;/*120px*/
}

/* convert to text 16jan13 tew */
.urm, .dropdown li .ddm, .dropdown a:hover {
			color: rgb(126,68,67) !important;
			font-size: 13pt !important;
            font-family: Palatino, Georgia, "Times New Roman", Times, serif !important;
            font-variant:small-caps !important;
            text-decoration:none !important;
            text-shadow:1px 1px 5px rgb(169,162,141) !important;
        vertical-align:top !important;
        margin-top: -5px !important;
}
.urm a:hover {
            text-shadow:1px 1px 5px rgb(169,162,141) !important;
            text-decoration:underline !important;
}
.urm {
        font-size: 12pt !important;
        text-transform:capitalize !important;
}
.dropdown ul li .ddm {
        color: rgb(207,191,171) !important;
        text-shadow:1px 1px 5px rgb(169,162,141) !important;
        margin-bottom: 0px !important;
        font-size: 12pt !important;
}