
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 
#menu ul ul {left: 0; top:27px;} 
#m1 ul {float : left;}
#m2 ul {float	: left;}
#m3 ul {float	: left;}

#menu a, #menu h2 { font: bold 11px/16px arial, helvetica, sans-serif; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.div ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 168px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}
	
.div ul li{
position: relative;
}

/*Sub level menu items */
.div ul li ul{
position: absolute;
padding-left: 0px;
width: 170px; /*sub menu width*/
font-face:Trebuchet MS;
top: 0;
visibility: hidden;
font-weight:bold;
}

/* Sub level menu links style */
.div ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
font-weight:Trebuchet MS;
color: #fff;
text-decoration: none;
background: #798764;
}

.div ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
font-weight:Trebuchet MS;
color: #fff;
text-decoration: none;
background: #5A6B41;
border: 1px solid #445f1c;
padding : 2px 0px 2px 0px;


}

.div ul li a:visited{
color: black;
}

.div ul li a:hover{
background-color: #798764;
}


/* Holly Hack for IE \*/
* html .div ul li { float: left; height: 1%; }
* html .div ul li a { height: 1%; }
/* End */
/* for paging*/
#tabellist { padding : 0px 5px 0px 5px;}
#tabellist table{
    width : 100%;
	border:1px solid black;
	padding : 5px 3px 5px 3px;
}

#tabellist th {
	background-image: url(images/bgblock.jpg);
	color : White;
	padding : 5px 3px 5px 3px;
}

#tabellist img { padding : 0px 3px 0px 3px;  }

#tabellist td {
	width: auto;
	padding : 5px 5px 2px 5px;
	font-size: 12px;
}

/*==================== paging ================== */

#tabelpagingnormal,   #tabelpaginonpage {
	width : auto;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	float : left;
	letter-spacing: 2px;
	margin-right: 5px;	
    font-weight: bold;
}

#tabelpagingnormal  {
    background-color: #832700;
	color: white;
}

#tabelpaginonpage {
	background-color: #f18000;
	color: black;
}

#tabelform  { width : 100%; }
#tabelform table { width : 100%; }

#tabelform td { 
    padding : 5px 10px 0px 5px;
	font-size: 12px;
	width: auto;
}

.red { color: red; }

a{
	text-decoration:none;
}
</style>
<![endif]-->
