/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0px;
	padding-left: 0px;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin: 0px;
	padding: 0px;
	border: 0px solid #DDD;
	cursor:pointer;
	text-align: left;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	font-size: 13px;
	text-decoration:none;
	color: #FFFFFF;
}

.dropdown a:visited{
	font-size: 13px;
	text-decoration:none;
	color: #FFFFFF;
}

.dropdown a:hover{
	font-size: 13px;
	text-decoration:none;
	color: #000000;
}

/* these are the LIs that only belong to submenu สำหรับส่วนของ submenu*/
.dropdown ul li{
	margin-left:-1px;
	margin-top: 0px;
	width: 235px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;	
	background-color: #7b2f01;
}
.dropdown ul li:hover{
	background-color: #ff7019;
}

/**************************************************/
/* this is the main UL element dropdown login menu*/
/* this is the main UL element*/
.dropdown-login{
	visibility:hidden;
	margin: 0px;
	padding-left: 5px;
	list-style:none;
}

/* these are the inner menus*/
.dropdown-login ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown-login li{
	margin: 0px;
	padding: 2px;
	border: 0px solid #DDD;
	cursor:pointer;
	text-align: left;
	font-weight: bold;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown-login a{
	font-size: 13px;
	text-decoration:none;
}

.dropdown-login a:visited{
	font-size: 13px;
	text-decoration:none;
}

.dropdown-login a:hover{
	font-size: 13px;
	text-decoration:none;
}

/* these are the LIs that only belong to submenu สำหรับส่วนของ submenu*/
.dropdown-login ul li{
	margin-top: 0px;
	width: 140px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;	
}

