.sidebar {
	float: left;
	background: url('../images/tekst.bg.png') repeat-x top left;
	width: 250px;
}

		.sidebar h3 {
			border-bottom: 2px groove #669ea5;
			color: #9abbbf;
			text-transform: uppercase;
			font: 1.3em "Times New Roman", Times, serif;
			font-weight: bold;
			padding: 0;
			padding-bottom: 1px;
			margin: 0px 7px;
			margin-top: 20px;
			line-height: 1.3em;	
		}

.sidebarnav {
	padding: 9px;
	padding-top: 4px;
	padding-bottom: 0;
	border: 1px solid #004c55;
	background-color: #006E7D;
}		
		.sidebarnav form {
			display: block;
			clear: both;
			width: 220px;
			margin: 0;
			padding: 0px;
			padding-left: 0;
			color: white;
		}
		
				.sidebarnav form label {
					display: block;
					clear: both;
					font-size: 11px;
				}
				
				.sidebarnav form input {
					border: 1px solid #c2c6e9;
					height: 17px;
					width: 160px;
				}
				
				#remember_me {
					width: 15px;
					height: 15px;
				}
				
				.sidebarnav form .submit {
					display: block;
					border: none;
					background: #00606e;
					color: white;
					margin-top: 8px;
					height: 18px;
					width: 69px;
				}
				
				.sidebarnav form a {
					margin: 13px;
					font-size: 10px;
					display: block;
					float: right;
					color: #669ea5;
				}
		
		.submenu, .submenu a {
			color: white;
		}
				
				.submenu p {
					line-height: 18px;
				}
				
				.submenu h3 {
					font: 15px "Times New Roman", Times, serif;
					text-transform:uppercase;
					font-weight: bold;
					color: #9ab9be;
					border: 0;
					padding-top: 20px;
					margin-bottom: 6px;
					border-bottom: 2px groove #669ea5;
				}
				
				.submenu a.li, .submenu a.lisub {
					text-decoration: none;
					display:block;
					border-top: 2px groove #669ea5;
					list-style-type: none;
					list-style-position: inside;
					margin: 0;
					padding: 5px;
					padding-left: 0;
					font-size: 13px;
				}	
				
				.submenu a.lisub {
					padding-left: 18px;
					color: #8fbbc0;
					background: url('../images/subli.bg.gif') no-repeat bottom left;
				}		
				
				.submenu a.active {
					color: #fdd66a;
				}
				
				.submenu a:hover {
					color: #fdd66a;
				}