﻿/* NAV-LEFT */

#nav {
		background-image: url(/images/bg/oresundsbron_vit.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #fff;

		position: absolute;
		top: 30px;
		left: 30px;
		width: 10.5em;
		height: auto;
		margin: 0;
		padding: 1em;
		z-index: 10;
		} /* simple */
html #nav	{
		background-image: none;
		background-color: transparent;
		
		position: fixed;
		}
* html #nav	{
		position: absolute;
		} /* ie5_mac far vara med pga hover */

/* hide from ie5_mac \*/
* html #nav {
		background-image: url(/images/bg/oresundsbron_vit.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #fff;
		} /* behovs ej till ie5_mac */

html #nav ul,
html #nav #box	{ /* annonsboxen */
		background-image: url(/images/bg/oresundsbron_vit.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #fff;

		position: relative; /* for att inte ul ul ska spricka */
		width: 10.5em;
		height: auto;
		margin: 0;
		padding: 1em;
		text-indent: 0;
		list-style-type: none;
		list-style-position: inside;
		z-index: 11;
		}
/* hide from ie5_mac \*/
* html #nav ul,
* html #nav #box	{ 
		background-image: none;
		background-color: transparent;

		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		}		/* special ie5-pc-extra-fix */

html #nav ul li	{ 
		position: relative;
		} /* for att fixa ul */
		
html #nav ul li a	{ 
  	margin: 0;
  	padding: 0.2em 1em;
  	display: block;
		}

/* hide from ie5_mac \*/
* html #nav ul li a	{ 
  	width: 7em;
  	height: 1.2em;
		} /* box model hack - padding */

html #nav ul ul	{ 
		background-image: none;
		background-color: transparent;

		margin: 0;
		padding: 0 0 0 1em;
		text-indent: 0;
		list-style-type: none;
		list-style-position: inside;
		z-index: 15;
		}

/* hide from ie5_mac \*/
* html #nav ul ul	{ 
		padding: 0 0 0 0.3em;
		padd\ing: 0 0 0 1em;
		} /* ie4_mac special hack */

html #nav ul a.on:before {
		content: "\203A";
		padding-right: 0.2em;
		margin-left: -0.7em;
		} /* till php-script */

* html #nav ul a.on	{
  	text-decoration: underline;
  	} /* till php-script */

/* #nav ul li.submenu:hover ul	{
  	left: 0;
  	display: block;
  	display: none;
  	} till undersidor i php-javascript */

html #nav #box	{ /* tillagg for Google */
		padding: 1em 0 1em 2em;
	}

#switch fieldset	{
		width: 9em;
		border-width: 0;
		border-style: solid;
  	display: none;
  	}

* html #switch fieldset	{
		padding-left: 1em;
  	}

/* /NAV */
