/*
******************
Default Style Sheet
Version: 2.1
Copy (c) Hi Tech Myanmar International Homeware 2010 All Rights Reserved
Developed by: Media Lane, The Creative Agency [ http://www.medialane.net/ ]
Created on: 09.06.2010
Description: Drop down menu list. This style can't support IE 6- and need to fix IE 8 and older version.
********************
*/

ul#myajaxmenu {
	
	}
ul#myajaxmenu li {
	position: relative;
	}

/*
*******************
Sub menu container
*******************
*/

ul#myajaxmenu li ul {
	font-size: 80%;
	left: 0;
	margin: 0;
	padding: 0 0 0.9em;
	position: absolute; 
	top: 40px;
	width: 232px;
	z-index: 10;
	}

/*
*******************************************
Remove background inherited from the parent
*******************************************
*/

ul#myajaxmenu li ul li, ul#myajaxmenu ul li a {
	background: none;
	display: block ! important;
	float: none;
	height: auto;
	line-height: 100%;
	padding: 0;
	position: relative;
	}
ul#myajaxmenu ul li {
	background: #b4daf3 ! important;
	border-bottom: 1px solid #9ebed7;
	border-top: 1px solid #d2ebfd;
	padding-left: 1.9em ! important;
	}
ul#myajaxmenu ul li.first {
	border-top: none;
	}
ul#myajaxmenu ul li.last {
	border-bottom: none;
	}
	
/*
*****************************
Sub-menu links
*****************************
*/

ul#myajaxmenu li ul a {
	color: #115a92;
	display: block ! important;
	padding: 0.6em 0;
	text-shadow: none ! important;
	}
ul#myajaxmenu li ul a:hover {
	color: #1473bc;
	}
	
/*
******************************************
Hide sub-menu when the mouse was not over
******************************************
*/

ul#myajaxmenu ul {
	background: url('../images/curve0.png') no-repeat bottom left;
	display: none;
	}

/*
******************************************
Show sub-menu when the mouse was over it
******************************************
*/

ul#myajaxmenu li:hover ul {
	/*display: block;*/
	}

