#nav {
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #490055;
	border-right-color: #490055;
	border-bottom-color: #490055;
	border-left-color: #490055;
}

#nav h1 {
	margin: 0;
	padding: .15em 30px;
	color: white;
	height:23px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}

#nav ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 30px;
}

#nav>ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

#nav li {
	list-style: none;
	margin: .4em 0; /* 1em = en rad både över och under varje menu-item */
}

#nav li ul {
	position: relative;
	left: 15px;
	border: 1px none #490055;
	padding: 5px 0 5px 5px;
	width: 185px;
	background: white;
}

#nav li ul ul {
	width: 170px;
}

#nav li a {
	text-decoration: none;
	color: #490055;
	background: url(bullet_link.gif) left center no-repeat;
	padding: 3px 15px;
}

#nav li a.submenu {
	background-image: url(bullet.gif);
}

#nav li a:hover, #nav li a.select {
	background-image: url(bullet-select_link.gif);
}

#nav li a:hover.submenu, #nav li a.select.submenu {
	background-image: url(bullet-select.gif);
}
