/* CSS Document */
body { text-align:center}
td { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
td a {text-decoration:none; }
td a:hover {color:#004080;}
/*----vertikal menu right style--------*/
#vmenur ul {
	margin:0px;
	padding:0px;
}
#vmenur ul li {
	list-style-type: none;
	margin: 0;
	display: block;
	float: right;	
	background-color:none;
	color:#2e4c88;
	font: 14px/37px "verdana", Lucida Grande, sans-serif;
	text-align: right;
	font-weight:bold;
}
#vmenur li a {
	text-decoration: none;
	display: block;
	width: 218px;
	background-color:#e8ebf2;
	color:#2e4c88;
	border-bottom-color:#98ABD8;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	font-weight:bold;
}
#vmenur li#vselek,#vmenu li#vselek a {
	background-color:#999999;
	color:#FFF;
	font-weight:bold;
}
#vmenur li a:hover {
	background-color:#F5F5F5;
	color:#999999;
	width: 223px;
	border:none;
}

.merah {
	color: #FF0000;
	font-weight: bold;
}
