@charset "utf-8";
/* CSS Document */

<style type="text/css">
		div#nav {
			font-family: Verdana;
			color: #FFFFCC;
			width: 102px;
		}
		div#nav ul, div#nav ul > li {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		div#nav ul > li {
			margin-bottom: 3px;
		}
		div#nav ul li a {
			text-decoration: none;
			color: #FFFFCC;
			padding-left: 10px;
			position: relative;
			top: -5px;
			display: block;
		}
		div#nav ul li {
			background: url(images/button_mid.png) repeat-y;
			width: 102px;
		}
		div.nav_top, div.nav_bottom {
			line-height: 0 !important;
			font-size: 0 !important;
		}
		div.nav_top {
			background: url(images/button_top.png) no-repeat;
			width: 102px;
			height: 15px;
		}
		div.nav_bottom {
			background: url(images/button_bottom.png) no-repeat;
			width: 102px;
			height: 5px;
		}

		div#nav ul li div.dropdown {
			display: none;
		}

		div#nav ul li div ul li {
			background: #FFFFCC;
			width: 94px;
			padding: 4px;
		}
		div#nav ul li div ul li a {
			position: static;
			color: #000;
		}
    </style>#nav {
	margin-top: 10px;
	margin-left: 20px;
}
#nav {
	margin-top: 25px;
	margin-left: 20px;
}
