
A:link, A:visited 
{
text-decoration: none 
}
A:hover 
{
text-decoration: none;
}


.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 133px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px  solid;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 140px; /*WIDTH OF SUB MENU ITEMS*/
height: 35px;
left: 0;
top: 0;
display: none;
filter:alpha(opacity=94);
-moz-opacity:1;
}

.glossymenu li a{
text-align: left;
background: #0F6AC9 url(glossyback.gif) repeat-x bottom left;
font: 11px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 8px 0;
padding-left: 4px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url() no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	scrollbar-face-color: #0F6AC9;
	scrollbar-highlight-color: #0000FF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #2B8FFB;
	scrollbar-darkshadow-color: #98AAB1;
}

/* Form elements */
input,textarea, select {
	color : #0000ff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;

}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}


/* General text */
.gen { font: 11px Verdana; text-align:justify; }
.judul { font: 13px Verdana; color:#0000ff; text-align:justify; }
.waktu { font: 10px Verdana; color:#2B8FFB; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */