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

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

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

/* 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;
}

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

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

/* these are the LIs that contains a submenu สำหรับ menu ที่มี submenu*/
.dropdown li.submenu{
	background-image:url('/themes/Default/images/bullet.png');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 12px;
}

/* 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/images/bullet.png');
	background-position:center right;
	padding: 10px;
	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-weight: bold;	
}

/* these are the inner menus*/
.dropdown-login ul{
	margin: 0px;
	padding: 0px;
	border-top: 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;
	cursor:pointer;
	background: url('/themes/Default/images/bullet.png') left no-repeat;
}

/* 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: #000;
}

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

/* 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: 140px;
}

/* 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;
}
