/* ThemeIEMenu Style Sheet */
* {
	margin: 0;
	padding: 0;
}
#mainMenuLeft {
	float: left;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 7px;
	text-align: left;
	height: 19px;
	width: 550px;
}
#mainMenuRight {
	float: right;
	padding-top: 9px;
	padding-bottom: 7px;
	height: 19px;
	width: 250px;
}
#mainMenuRight ul {
	float: right;
}

/*.ThemeIEMenu,.ThemeIESubMenuTable*/
.ThemeIEMenu
{
	cursor:		default;
	/*white-space:	nowrap;*/
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #ff9c08;
	text-decoration: none;
}
.ThemeIEMenu {
	padding: 0 1px;

}
.ThemeIEMenu td
{
	padding: 0 25px 0 0;
	/*height:		1.8em;*/
	/*width: 7em;*/
	text-align: left;
}

.ThemeIEMenu
{
/*	background-color:	#F7F3EF; */
}
.ThemeIESubMenu
{
	position:	absolute;
	margin: 10px 0 0 0;
	visibility:	hidden;
	z-index:	100;
	padding:	0;
border: 1px solid green;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
}

.ThemeIESubMenuTable
{
	border-left:#999999 1px solid;
	border-right:#cccccc 1px solid;
	background-color:	 #A83071;

}

.ThemeIESubMenuTable td
{	
	/*height:		1.8em;*/
	padding: 3px;
	white-space:	nowrap;
	text-align: left;
}
.ThemeIESubMenuHover {
	color: #fff;
/*	background: #FF9C08;*/
	background-color: #ff9c06;
}
.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	padding: 0;
	margin: 0;
	/*white-space:	nowrap;*/
}
.ThemeIEMenuItem
{
	color:#ff9c06;

}
.ThemeIEMainItemHover,.ThemeIEMainItemActive
{
	color: #A83071;
	cursor:		pointer;
}
.ThemeIEMenuItemHover td,.ThemeIEMenuItemActive td
{
/*	color: #A83071;*/
	color:#ffffff;
	cursor:		pointer;
	background-color: #ff9c06;
	padding: 5px 10px 5px 10px;
}
.ThemeIEMenuItem  td{
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #1e1e1e;
}

.ThemeIEMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
	border: 1px solid red;
}
.ThemeIEMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAA9C;

}
.ThemeIEMenuItem img.seq1
{

	display:	inline;
}
.ThemeIEMenuItemHover seq2,
.ThemeIEMenuItemActive seq2
{
	display:	inline;
	background:#33FF00;

}
.ThemeIEMenuItem .seq2,
.ThemeIEMenuItemHover .seq1,
.ThemeIEMenuItemActive .seq1
{
	display:	none;
}

#menu ul li ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: auto;
	display: block;
	text-indent: 3px;
	border-top:#cccccc 1px solid;
	border-bottom:#666666 1px solid;
	padding: 5px;
	line-height:17px;
	text-decoration: none;
	color: #ff9c08;
}
.subMenu li ul li a { 
	border: 1px solid red;
}
.chromestyle{
	width: 840px;
	float: left;
}




.chromestyle ul li{
	display: inline;
	float: left;
	padding-right: 22px;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top: 5px;
	border-left:#999999 1px solid;
	border-right:#cccccc 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index:1000;
	background-color: #A83071;
	width: 200px;
	visibility: hidden;
}


#mainMenuLeft #menu ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: auto;
	display: block;
	text-indent: 3px;
	border-top:#cccccc 1px solid;
	border-bottom:#666666 1px solid;
	padding: 5px;
	line-height:17px;
	text-decoration: none;
	color: #ff9c08;
}

#menu ul li a:hover{ 
	background-color: #ffaf36;
	color:#ffffff;
}
#menu li ul {font-size: 33px; height: 500px; overflow: auto;}



.dropmenudiv a.nav_angkor:hover{ background-color: #ffaf36; border-top:#ffd961 1px solid; border-bottom:#d18700 1px solid;}



* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
#mainMenuLeft #menu ul li ul {display: block; height: 400px; overflow: auto; border: 1px solid red;}