/*COUNTRIES MENU*/
#tableMenuact{height:45px;width:1000px;}
/*Cambodia rollover */
a#menucountcamb{display:block;width:142px;height:45px;background-image:url(../images/menu-country/cambodia-active.gif);
background-position:0 0;margin:0 auto;}
a .alt{ display: none;} /*CONFIRMED MUST KEEP! need this so rollover menus (i think rather than dropdown) work correctly*/
/*Cambodia Homepage rollover*/
a#menucountHPC{display:block;width:162px;height:45px;background-image:url(../images/menu-country/cambodia-hp.gif);background-position:0 0;margin:0 auto;background-repeat:no-repeat;}
a#menucountHPC:hover{background-position:0 -45px;}
/*Kingdon of Wonder image*/
a#menucountkow{display:block;width:508px;height:45px;background-image:url(../images/menu-country/kingdom-of-wonder.gif);
background-position:0 0;margin:0 auto;}
/*COUNTRY MENU EXTRA*/
/*repeated background image L*/
a#menucountbgl{display:block;width:162px;height:45px;background:url(../images/menu-country/spr.gif) repeat-x;background-position:0 0;
margin:0 auto;}
/*repeated background image R*/
a#menucountbgr{display:block;width:164px;height:45px;background:url(../images/menu-country/spr.gif) repeat-x;background-position:0 0;
margin:0 auto;}
/*Top 10 rollover*/
a#menucountTT{display:block;width:162px;height:45px;background:url(../images/menu-country/top-10-must-see.gif) repeat-x;
background-position:0 0;margin:0 auto;}
a#menucountTT:hover{background-position:0 -45px;}
/*Tour of Month rollover */
a#menucountTM{display:block;width:164px;height:45px;background:url(../images/menu-country/tour-of-month.gif) repeat-x;
background-position:0 0;margin:0 auto;}
a#menucountTM:hover{background-position:0 -45px;}
/*RHM MENU BOX BORDERS*/
#rhm{width:220px;/*width side info menu*/
padding:7px 7px 7px 0;/*padding side info menu*/
vertical-align:top;}
#rhmblog{width:250px;/*see above comments*/
padding:7px 7px 7px 0;vertical-align:top;}
/*borders for outside border*/
.rhm_topL{background:url(../images/borders/rhm_topL.gif) no-repeat;height:9px;width:9px;}
.rhm_bdrTB{background:url(../images/borders/rhm_bdrTB.gif) repeat-x;width:202px;}
.rhm_topR{background:url(../images/borders/rhm_topR.gif) no-repeat;width:9px;}
.rhm_bdrLR{background:url(../images/borders/rhm_bdrLR.gif) repeat-y;}
.rhm_btmL{background:url(../images/borders/rhm_btmL.gif) no-repeat;height:9px;}
.rhm_btmR{background:url(../images/borders/rhm_btmR.gif) no-repeat;}
/*inside borders*/
#rhm_innerbox{width:202px;/*width side info menu*/
background-color:#FFF;}
.rhm_b_topL{background:url(../images/borders/rhm_b_topL.gif) no-repeat;height:18px;width:9px;background-position:bottom;}
.rhm_b_bdrT{background:url(../images/borders/rhm_b_bdrT.gif) repeat-x;width:184px;}
.rhm_b_topR{background:url(../images/borders/rhm_b_topR.gif) no-repeat;width:9px;background-position:bottom;}
.rhm_b_bdrL{background:url(../images/borders/rhm_b_bdrL.gif) repeat-y;}
.rhm_b_bdrR{background:url(../images/borders/rhm_b_bdrR.gif) repeat-y;}
.rhm_b_btmL{background:url(../images/borders/rhm_b_btmL.gif) no-repeat;height:9px;width:9px;}
.rhm_b_bdrB{background:url(../images/borders/rhm_b_bdrB.gif) repeat-x;width:184px;}
.rhm_b_btmR{background:url(../images/borders/rhm_b_btmR.gif) no-repeat;width:9px;}
.rhm_spacer{height:6px;}/*sets space between inside boxs*/
/*LHM BOX BORDERS*/
#lhm {/*formats cell containing the table*/
width:116px;/*width of side info menu*/
padding:7px 0 7px 5px;/*padding info menu*/
vertical-align:top;
font-weight:bold;}
.lhmbdrT {background:url(../images/borders/lhm_sbdrT.gif) repeat-x;}/*T border*/
.lhmbdrB {background:url(../images/borders/lhm_sbdrB.gif) repeat-x;}/*B border*/
.lhmbdrL {background:url(../images/borders/lhm_sbdrL.gif) repeat-y;}/*L border*/
.lhmbdrR {background:url(../images/borders/lhm_sbdrR.gif) repeat-y;}/*R border*/
.lhmcornerbottom {background-color:transparent;vertical-align:top;width:7px;}/*bottom corners border + sets width of column*/
/*FAST FACTS dropdown*/
#tdFastfacts {/*if delete menus indent*/
width:102px;/*controls width table cell*/
height:22px; /*controls hight table cell, can space between cells*/
background:url(../images/lh-menu/fast-facts.gif) no-repeat #C7CB4B;}
#dmenu10{/*MENU LIST CONTAINER*/
list-style-type:none;/*disable display of bullets*/
margin:0;/*space around container*/
padding:0;/*space within container*/
position:static;/*need so z-index stuff works*/
color:#C7CB4B;/*doesn't appeaer to do anything*/
z-index:20;}/*push menu up in layer order so it isn't hidden behind anything. Browser plug-ins like Flash or Quicktime may not allow to overlap then with this menu*/
#dmenu10 li{/*TOP LEVEL MENU ELEMENT*/
list-style-type:none;/*disable the display of bullets*/
float:left;/*allows for the horizontal main menu*/
margin:0;/*spacing between main menu items*/
padding:0;/*padding within main menu items*/
width:102px;/*the width of each main menu item in MZ, not IE*/
display:block;}
#dmenu10 ul {/*FORMAT DROPDOWN ELEMENT LIST*/
position:absolute;/*so doesn't push page content around on hover*/
margin-left:95px;/*indent dropdown from left*/
margin-top:-23px;/*moves side dropout up or down relative to original dropdown*/
padding:0;/*space within the list container*/
list-style-type:none;/*disable the display of bullets*/
display:none;
width:550px;/*seems to set width of border only in MZ - should be the same as #dmenu li width*/
font-size:12px;/*for dropdown menu*/
z-index:99;/*be sure this is above the rest of the menu*/
border-top:3px solid #263500;/*border for dropdowns*/
border-right:1px solid #263500;/*border for dropdowns*/
border-bottom:3px solid #263500;/*as above*/
border-left:1px solid #263500;/*as above*/
filter:alpha(opacity=90);/*transparency IE code*/
opacity:0.90;/*transparency CSS3 code*/
-moz-opacity:0.90;}/*transparency Mozilla code*/
#dmenu10 ul li{/*FORMAT DROPDOWN ELEMENT LIST*/
background-color:#FFFF51;/*background color for dropdown menus*/
width:550px;}/*sets width of dropdown in MZ - (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly.*/
#dmenu10 li a{/*FORMAT DROPDOWN ELEMENT LIST*/
text-align:left;/*text alignment in main menu item links*/
width:102px;/* ME not sure what width this relates to (in IE this width must be set before other relvant widths work) - set this to #dmenu ul width*/
display:block;
text-decoration:none;}
#dmenu10 ul a{/*FORMAT DROPDOWN ELEMENT LIST*/
padding:2px;
width:550px;/*not sure - (padding*2) must be subtracted from #dmenu ul li width and set for this one, or borders won't display properly.*/
display:block;
color:#263500;}/*ME colour of dropdown text*/
#dmenu10 a:hover,/*top-level hovering properties*/
#dmenu10 li:hover{display:block;}
#dmenu10 ul ul{/*FORMAT SIDE DROPOUT MENUS*/
display:none;/*don't display by default */
position:absolute;}/*only non-MSIE browsers use this*/
/*OTHER TOWNS dropdown*/
#tdOthertowns{width:102px;height:22px;background:url(../images/lh-menu/other-towns.gif) no-repeat #C7CB4B;}
#dmenu11{list-style-type:none;margin:0;padding:0;position:static;color:#C7CB4B;z-index:20;}
#dmenu11 li{list-style-type:none;float:left;margin:0;padding:0;width:102px;display:block;}
#dmenu11 ul{position:absolute;margin-left:95px;
margin-top:-108px;/*moves side dropout up down relative to original dropdown*/
padding:0;list-style-type:none;display:none;
width:100px;/*width dropdown*/
font-size:12px;z-index:99;border-top:3px solid #263500;border-right:1px solid #263500;border-bottom:3px solid #263500;
border-left:1px solid #263500;filter:alpha(opacity=90);opacity:0.90;-moz-opacity:0.90;}
#dmenu11 ul li{background-color:#FFFF51;/*background colour dropdown*/
width:100px;}/*width dropdown*/
#dmenu11 li a{text-align:center;
width:102px;/*changes with of main image cell*/
display:block;text-decoration:none;}
#dmenu11 ul a{padding:2px;
width:100px;/*width dropdown*/
display:block;color:#263500;}
#dmenu11 a:hover,
#dmenu11 li:hover{display:block;}
#dmenu11 ul li:hover,
#dmenu11 ul li a:hover{display:block;
width:100px;/*width dropdown*/
background-color:#92932D;color:#FFF;}
#dmenu11 ul ul{display:none;position:absolute;
margin-left:100px;/*width dropdown*/
margin-top:-98px;}/*moves side dropout up or down relative to original dropdown*/
/*ECO-TOURISM' hover*/
a#eco-tourism{display:block;width:102px;height:22px;background:url(../images/lh-menu/eco-tourism.gif) no-repeat #C7CB4B;
background-position:0 0;margin:0 auto;}
/*WHAT SAY hover*/
a#testimonials{display:block;width:102px;height:17px;background:url(../images/lh-menu/what-they-say.gif) no-repeat #C7CB4B;
background-position:0 0;margin:0 auto;}
/*PNH hover */
a#phnompenh{display:block;width:102px;height:22px;background:url(../images/lh-menu/phnom-penh.gif) no-repeat #C7CB4B;
background-position:0 0;margin:0 auto;}
/*AW hover*/
a#angkorwat{display:block;width:102px;height:22px;background:url(../images/lh-menu/angkor-wat.gif) no-repeat #C7CB4B;
background-position:0 0;margin:0 auto;}
/*REP hover*/
a#siemreap{display:block;width:102px;height:22px;background:url(../images/lh-menu/siem-reap.gif) no-repeat #C7CB4B;
background-position:0 0;margin:0 auto;}