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

/* these are the inner menus*/
.dropdown ul{
	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: #FFF;
}

.dropdown a:hover{
	text-decoration:none;
	color: #000;
}

/* these are the LIs that only belong to submenu สำหรับส่วนของ submenu*/
.dropdown ul li{
	width: 200px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;	
	background-color: #388475;
	color: #FFF;
}
.dropdown ul li:hover{
	width: 200px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;	
	background-color: #AAAF84;
}
	
/* these are the LIs that contains a submenu สำหรับ menu ที่มี submenu*/
.dropdown li.submenu{
	background-image:url('/themes/Default/icons/expand_down.png');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 0px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('/themes/Default/icons/expand_right.gif');
	background-position:center right;
	padding: 5px;
	border: 1px solid #0F0;
}

/**************************************************/
/* this is the main UL element dropdown login menu*/
.dropdown-login{
	display:none;
	margin: 0px;
	padding: 0px;
	list-style:none;
	border-bottom: 0px solid #444;
	font-size: 13px;
	font-weight: bold;	
}

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

/* these are all the LIs in the menu สำหรับ menu หลัก*/
.dropdown-login li{
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	width: 70px;
	cursor:pointer;
	border: 0px solid #444;
	text-align: left;
}

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

.dropdown-login a:hover{
	text-decoration: none;
	color: #000;
}

/* these are the LIs that only belong to submenu สำหรับ submenu*/
.dropdown-login ul li{
	border: 0px solid #444;
	border-top: 0px;
	margin-left:-1px;
	background: url('') left no-repeat;
	width: 120px;
}

/* these are the LIs that contains a submenu*/
.dropdown-login li.submenu-down{
	background: url('/themes/Default/images/bullet.png') right no-repeat;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve เมนูที่มี submenu*/
.dropdown-login li.submenu-left{
	background: url('/themes/Default/images/bullet.png') right no-repeat;
}
