hr {color: #fff; background-color: #fff; border: 1px dotted #CCCCCC; border-style: none none dotted; }

.footer 
{color: #FFFFFF; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: normal; font-size: 9pt}

.font-content 
{color: #000000; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: normal; font-size: 9pt}

.navigasi 
{color: #000000; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: bold; font-size: 10pt}

.font-header
{color: #FFFF00; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: bold; font-size: 16pt}

.font-header2
{color: #FFFFFF; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: bold; font-size: 22pt}

.putih
{color: #FFFFFF; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: normal; font-size: 8pt}

.font-orange 
{color: #FF6600; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: normal; font-size: 8pt}

.font-bread 
{color: #999999; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: normal; font-size: 8pt}

.font-judul 
{color: #000000; font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-style: normal; font-weight: bold; font-size: 10pt}

A.menu:link        {font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-size: 10pt; font-weight: bold; text-decoration: none; color: #FFFFFF}
A.menu:visited     {font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-size: 10pt; font-weight: bold; text-decoration: none; color: #FFFFFF}
A.menu:hover       {font-family: 'Trebuchet MS', Arial, Verdana, Tahoma; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #FFFFFF}

A.bread:link        {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000}
A.bread:visited     {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; color: #000000}
A.bread:hover       {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #000000}

A.news:link        {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; color: #959595}
A.news:visited     {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; color: #959595}
A.news:hover       {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: underline; color: #959595}

A.agenda:link        {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; text-decoration: none; color: #000000}
A.agenda:visited     {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; text-decoration: none; color: #000000}
A.agenda:hover       {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; text-decoration: underline; color: #000000}

A.download:link        {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; text-decoration: none; color: #CCCCCC}
A.download:visited     {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; text-decoration: none; color: #CCCCCC}
A.download:hover       {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; text-decoration: none; color: #FF0000}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 200px;
padding: 5px;
margin: 5px;
}

#vertmenu h1 {
display: block;
background-color:#005825;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:200px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:200px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #005825;
}

ul {
			font-family: Arial, Verdana;
			font-size: 14px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		ul li {
			display: block;
			position: relative;
			float: left;
		}
		li ul { display: none; }
		ul li a {
			display: block;
			text-decoration: none;
			color: #ffffff;
			border-right: 1px solid #ffffff;
			padding: 5px 15px 5px 15px;
			background: #005825;
			margin-left: 1px;
			white-space: nowrap;
		}
		
		ul li a:hover { background: #005825; }
		li:hover ul { 
			display: block; 
			position: absolute;
		}
		li:hover li { 
			float: none;
			font-size: 11px;
			border-bottom: 1px solid #ffffff;
		}
		li:hover a { background: #089b20; }
		li:hover li a:hover { background: #005825; }