body
{ 
background-image: 
url('../images/background.jpg');
background-repeat: repeat;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}


td {font-family: Georgia; font-weight: normal; font-size: 14px; color: #000000; line-height: 1.8}

td.big {font-family: Georgia; font-weight: normal; font-size: 16px; color: #000000; line-height: 1.4}

td.right-top {font-family: Georgia; font-weight: normal; font-size: 12px; color: #999999; line-height: 1.6}

a.header_small { font-family: Georgia; font-weight: normal; font-size: 11px; color: #46BCE0; text-decoration: none; } 
a:hover.header_small { font-family: Georgia; font-weight: normal; font-size: 11px; color: #05346B; text-decoration: underline; }

td.title {font-family: Georgia; font-weight: bold; font-size: 29px; color: #46BCE0; line-height: 1.9}

td.big_rightnav {font-family: Georgia; font-weight: normal; font-size: 16px; color: #666666; line-height: 0.5}

a { font-family: Georgia; font-weight: normal; font-size: 14px; color: #BF7020; text-decoration: underline; } 
a:hover { color: #292D67; text-decoration: none; }

td.sections {font-family: Georgia; font-weight: normal; font-size: 11px; color: #1C68A2; line-height: 1.7}
td.time {font-family: Georgia; font-weight: normal; font-size: 10px; color: #999999; line-height: 1}

a.nav { font-family: Georgia; font-weight: bold; font-size: 15px; color: #05346B; text-decoration: none; } 
a:hover.nav { font-family: Georgia; font-weight: bold; font-size: 15px; color: #46BCE0; text-decoration: none; }

a.big { font-family: Georgia; font-weight: normal; font-size: 19px; color: #F6F0C5; text-decoration: none; }
a:hover.big { font-family: Georgia; font-weight: normal; font-size: 19px; color: #C6C280; text-decoration: none; }

td.footer_text {font-family: Georgia; font-weight: normal; font-size: 14px; color: #999999; line-height: 2}

a.footer_big { font-family: Georgia; font-weight: bold; font-size: 18px; color: #676767; text-decoration: none; } 
a:hover.footer_big { font-family: Georgia; font-weight: bold; font-size: 18px; color: #46BCE0; text-decoration: none; }

a.footer_link { font-family: Georgia; font-weight: bold; font-size: 12px; color: #999999; text-decoration: none; } 
a:hover.footer_link { font-family: Georgia; font-weight: bold; font-size: 12px; color: #05346B; text-decoration: underline; }


/*MENU CSS \*/

.horizontalcssmenu ul, .horizontalcssmenu ul ul{
margin: 0;
padding: 0;
list-style-type: none;
 margin-left:8px;
  
}

.horizontalcssmenu ul ul
{ border-left: 1px solid #46bce0;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc; 
background-color: #FFFFFF;}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

จจ
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block; /*Width of top level menu link items*/
	padding: 8px 6px 8px 6px;
	border-left-width: 0;
	text-decoration: none;
	color: #05346b;
	font: 12px Georgia;
	font-weight: bold;
}


.horizontalcssmenu ul li a:hover{
	display: block;
	border-left-width: 0;
	text-decoration: none;
	background: url(menubg.gif) center center repeat-x;
	color: #46bce0;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	background-color: #FFFFFF;
}



/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	font-weight: normal;
	padding: 8px 6px 8px 6px;
	background-color: #FFFFFF;
	border: 0px 0px 0px 1px;
	width: 180px;
}

.horizontalcssmenu ul li a:hover{
}

.horizontalcssmenu ul li ul li a:hover{
	background-color: #FAFAFA;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
#main_nav { background-image:url('../images/nav_bkgrnd.gif'); width:951px; height:75px; margin:auto; background-repeat:no-repeat; }
#nav_pos {padding:22px 40px;}
/* Holly Hack for IE \*/
*html body {text-align:center;}
*html .horizontalcssmenu ul li { float: left; text-align:left;  }
*html .horizontalcssmenu ul li a {  }
/* End */

.clearer {clear:both;}
