﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

/* Navigation */

#navigation {
	width: 200px;
	position:absolute;
	font-family: Verdana;
	font-size:70%;	
	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight :bold ;
}
#navigation li {
	border-bottom: 0px solid #FFFFFF;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/*border-left: 12px solid #ffcc00;*/
	/*border-right: 1px solid #ffcc00;*/
	/* background-color: #996600;   */
	color: Teal ;
	text-decoration: none;
	font-weight :bold ; 
}
#navigation li a:hover {
	/*background-color: #ffcc00;  */
	background: url(grad1.png) center center repeat-x;
	font-weight :bold ;
}
#navigation ul ul {
	margin-left: 10px;
	
}
#navigation ul ul li {
	border-bottom: 1px solid #FFFFFF;
	margin:0;
	/* background-color: #cc9900;    */
	color: Green;
	font-size:90%;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	/*background-color: #cc9900;*/
	color: Green;
}
#navigation ul ul a:hover {
	background-color: #d1f7aa;
	color: #000000;
}

/* navigation */
.navigasi {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 30px;
	text-align :center;
	width: 99.7%;
	
}
.navigasi a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: inline-block;
	float: left ;
	font:  0.65em verdana;
	line-height: 30px;
	padding: 0 4px;
	text-decoration: none;
}
.navigasi a:hover 
{
	background-position: left bottom; 
	color: #114;
	
	}
	