* {
margin: 0px;
padding: 0px;
}

html {
overflow: -moz-scrollbars-vertical;
}

body {

}

h1, h2 {
margin: 0 5px;
}

h1 {
	font-weight:normal;
	font-size: 24px;
	color: #0099CC;
}

h2 {
	font-weight:bold;
	font-size: 16px;
	color: #4DB8D9;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
}

a:link {
	color: #669900;
	text-decoration: none;
}

a:visited {
	color: #669900;
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: underline;
}

a:active {
	color: #669900;
	text-decoration: none;
}

li#menu_item_active {
	background:#fff;
}

li#menu_item_active a {
	color: #0099CC;
}

li#menu_item_active ul a {
	color: #999;
}

li.menu_item ul  {
	margin-bottom: 20px;
}

li#menu_item_active ul {
	background:#fff;
	color: #0099CC;
}

#flashStart {
width: 680px;
height: 220px;
margin-bottom: 25px;
}

/* START MENY CLUB ERIKS */


#meny li {
	background-image: url(../images/menyBgClub.jpg);
	float: left;
	list-style: none;
	height: 30px;
	display: block;
}

#meny li.start a {
	background: transparent url(../images/menyBgClub.jpg) no-repeat 0 0;
	display: block;
	height: 30px;
	text-indent: -9999px;
	outline: none;
}


#meny li.start {
	width: 132px;
	background: transparent url(../images/menyBgClub.jpg) no-repeat 0 -60px;
}

#meny li.start a:hover, #meny li.start a:active {
	background: transparent url(../images/menyBgClub.jpg) no-repeat 0 -30px;
}


#meny li.travel a {
	background: transparent url(../images/menyBgClub.jpg) no-repeat -132px 0;
	display: block;
	height: 30px;
	text-indent: -9999px;
	outline: none;
}

#meny li.travel {
	width: 172px;
	background: transparent url(../images/menyBgClub.jpg) no-repeat -132px -60px;
}

#meny li.travel a:hover, #meny li.travel a:active {
	background: transparent url(../images/menyBgClub.jpg) no-repeat -132px -30px;
}



#meny li.about a {
	background: transparent url(../images/menyBgClub.jpg) no-repeat -304px 0;
	display: block;
	height: 30px;
	text-indent: -9999px;
	outline: none;
}

#meny li.about {
	width: 191px;
	background: transparent url(../images/menyBgClub.jpg) no-repeat -304px -60px;
}

#meny li.about a:hover, #meny li.about a:active {
	background: transparent url(../images/menyBgClub.jpg) no-repeat -304px -30px;
}


#meny li.contact a {
	background: transparent url(../images/menyBgClub.jpg) no-repeat -495px 0;
	display: block;
	height: 30px;
	text-indent: -9999px;
	outline: none;
}

#meny li.contact {
	width: 185px;
	background: transparent url(../images/menyBgClub.jpg) no-repeat -495px -60px;
}

#meny li.contact a:hover, #meny li.contact a:active {
	background: transparent url(../images/menyBgClub.jpg) no-repeat -495px -30px;
}




/* STOP MENY CLUB ERIKS */