/* RadMenu Latex skin */

.RadMenu_Latex /*แก้ส่วนนี้*/
{
	padding: 0 21px;
	background:url(Menu/MenuBackground.png); background-repeat:repeat-y;
	line-height: 23px;
		
	
}

.RadMenu_Latex_Context
{
	background: none;
	border-top: 1px solid #d2d8de;
	padding: 0;
	
}

.RadMenu_Latex a.rmLink /*แก้ส่วนนี้*/
{
	text-decoration:none;
	color: #fff;
	font: bold 12px/23px Arial, sans-serif;
	text-align: left;

	
	
	width: 142px; height:38px; /*กำหนด height ส่วนนี้เพื่อให้เท่ากับ height ของ MenuBackground.png*/
	
	
}

.RadMenu_Latex .rmLink:hover,
.RadMenu_Latex .rmFocused,
.RadMenu_Latex .rmExpanded
{
	/*cursor:pointer;*/
	
	color: #ff9000; /*สีfont เมื่อเอาเมาส์ไปวาง*/
	/*background:#0347af;*/
	/*width:140px;*/
	 
	
}

.RadMenu_Latex .rmText /*แก้ส่วนนี้*/ /*font ของ MainMenu*/
{
	padding: 0 0px; margin:7px;
}

.RadMenu_Latex .rmGroup /*แก้ส่วนนี้*/ /*sub menu เมื่อยังไม่ได้เอาเมาส์ไปวาง*/
{
	/*border: solid #d2d8de;
	border-width: 0 1px;
	background: #f0f2f4;*/
	/*background:#306abf;*/
	
	/*padding-bottom:20px;
	background:#306abf url(Menu/groupBkg.gif) 0px bottom   no-repeat;
	padding-left:6px;*/
	

	
	/**background:#306abf; /*url(Menu/groupbottom.png) 0px bottom   no-repeat;*/

}

.RadMenu_Latex .rmVertical .rmGroup  /*ทำในส่วนของ footer sub menu*/
{
	/*border-top-width: 0px; 
	/*เพิ่มในส่วน footer ของ sub menu ด้วย padding-bottom*/
	/*padding-bottom:24px;*/
}

.RadMenu_Latex .rmGroup .rmLink /*แก้ส่วนนี้*/
{
	/*border-style: solid;
	border-width: 1px 0;
	border-top-color: #f6f7f9;
	border-bottom-color: #dde1e4;
	width: auto;
	text-align: left;
	color: #333;
	min-width: 130px;
	font-weight: normal;*/
	  width:auto;
	  color:#ffffff;
	 
	 
	 /*border-style:solid;width:180px;
	 border-width: 0px 0 1px 0;
	 border-bottom-color: #74abe8;
	 width:auto;*/
	 /*text-align:left;
	 color:White;
	 font-weight:bold;*/
	 

}

.RadMenu_Latex .rmGroup .rmText /*แก้ส่วนนี้*/
{
	
	padding: 0 12px 0 20px;
	
}

.RadMenu_Latex .rmGroup .rmLink:hover, /*แก้ส่วนนี้*/ /*sub menu เมื่อเอาเมาส์ไปวาง*/
.RadMenu_Latex .rmGroup .rmFocused,
.RadMenu_Latex .rmGroup .rmExpanded
{
	/*background: #fff;
	color: #5984a2;*/
	
	/**background:#11418a;
	color:#ff9000;*/


}

.RadMenu_Latex .rmLeftArrow,
.RadMenu_Latex .rmRightArrow,
.RadMenu_Latex .rmTopArrow,
.RadMenu_Latex .rmBottomArrow,
.RadMenu_Latex .rmLeftArrowDisabled,
.RadMenu_Latex .rmRightArrowDisabled,
.RadMenu_Latex .rmTopArrowDisabled,
.RadMenu_Latex .rmBottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	background: #889bb0 url(Menu/left.gif) center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#889bb0;
	overflow:hidden;
}

.RadMenu_Latex .rmTopArrow,
.RadMenu_Latex .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_Latex .rmBottomArrow,
.RadMenu_Latex .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_Latex .rmRightArrow,
.RadMenu_Latex .rmLeftArrow
{
	height:100%;
}

.RadMenu_Latex .rmRightArrow,
.RadMenu_Latex .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_Latex .rmVertical .rmSeparator 
{
	/*padding-top: 3px;
	background: #f7f7f7 url(Menu/Separator.gif) no-repeat right;
	font-size: 0;
	border-top:0;
	border-bottom:0;
	line-height: 0;*/
/*background:#306abf url(Menu/groupBkg.gif) 0px bottom   no-repeat;*/

	
}

.RadMenu_Latex .rmExpandLeft,
.RadMenu_Latex .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_Latex .rmLink:hover .rmExpandLeft,
.RadMenu_Latex .rmLink:hover .rmExpandRight,
.RadMenu_Latex .rmFocused .rmExpandLeft,
.RadMenu_Latex .rmFocused .rmExpandRight,
.RadMenu_Latex .rmExpanded .rmExpandLeft,
.RadMenu_Latex .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Latex .rmLeftImage 
{
	margin: 3px 2px 0;
}

/*right-to-left support*/

.RadMenu_Latex_rtl,
.RadMenu_Latex_rtl *
{
    text-align:right !important;
}

.RadMenu_Latex_rtl .rmGroup .rmText
{
	padding: 0 12px 0 60px;
}

.RadMenu_Latex_rtl .rmExpandLeft,
.RadMenu_Latex_rtl .rmExpandRight
{
	background:transparent url(Menu/left.gif) left center no-repeat;
}

.RadMenu_Latex_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Latex_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Latex_rtl .rmFocused .rmExpandLeft,
.RadMenu_Latex_rtl .rmFocused .rmExpandRight,
.RadMenu_Latex_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Latex_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_Latex_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Latex_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Latex_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Latex_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Latex_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_Latex_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/left.gif) left center no-repeat;
}

.RadMenu_Latex a.rmDisabled,
.RadMenu_Latex .rmDisabled:hover
{
    background: none;
    color: #ccc;
}
