div#nav ul{
	margin: 0;	
	padding: 0;	
	list-style: none;
	display: inline;
	margin-right:2px;

}

div#nav ul li {
	float: left;
	position:relative;	
	text-align : center;
 

}
div#nav ul li a{
	display: block;
	padding-left : 14px; 
	padding-right : 15px; 
	padding-top : 3px; 
	padding-bottom : 3px; 
	letter-spacing: 1px;
	border-style: solid;
	border-color: white;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	white-space: nowrap;
	z-index: 2;
}


div#nav ul li a.right-meny1{
	padding-right : 16px; 
        display: block;
	padding-left : 15px; 
        padding-top : 3px; 
	padding-bottom : 3px; 
	letter-spacing: 1px;
	border-style: solid;
	border-color: white;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	white-space: nowrap;
	z-index: 2;
}


div#nav ul li a:HOVER{
	color: White;
}

/*SUB MENU*/


div#nav ul li ul {
	position:absolute;
	display: none;
	list-style: none;
       	top:20px;
	width: auto;
	min-width: 100%;
/*	white-space: nowrap;*/
}

div#nav ul li ul li {
	position: relative;
	width: auto;
	width: 210px;
	border-top:0px;
        display:block;
       	text-align:left;
/*	white-space: nowrap;*/
	padding-top: 0px;
	padding-bottom: 0px;
	opacity:0.9;
	border:0px;
	border: 0px;
	z-index : 1;
} 

div#nav ul li ul li a {
	width: 210px;
	width: auto; 
        /* min-width: 100%;*/
        display:block;    
	border-top:0px;
	margin: 0px;
	border-left: 0px;
	border-right: 2px;
	border-style: solid;
	border-color: white;
	font-size: 11px;
	font-weight : normal; 
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 18px;
} 

div#nav ul li ul li a:hover {
	display:block;    
	border-top:0px;
	margin: 0px;
	border-left: 0px;
	border-right: 2px;
	border-style: solid;
	border-color: white;
	font-size: 11px;
	font-weight : bold; 
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 18px;
}


/*OTHER STUFF*/

.nav1{
	background-color : #7CA5D5;
	height : 22px;
        	}
.nav2{
	background-color : #B286B6; 
}
.nav3{
	background-color : #ED966C; 
}
.nav4{
	background-color : #24ACB7; 
}

a.right-meny1,a.right-meny5 { 
	background-image : url(../img/top-meny1.gif); 
	background-repeat : repeat-x; 
} 
a.right-meny1:hover, a.right-meny5:hover { 
	background-image : url(../img/top-meny-hover1.gif); 
} 
a.right-meny2, a.right-meny6 { 
	background-image : url(../img/top-meny2.gif); 
	background-repeat : repeat-x; 
} 
a.right-meny2:hover,a.right-meny6:hover { 
	background-image : url(../img/top-meny-hover2.gif); 
} 
a.right-meny3,a.right-meny7 { 
	background-image : url(../img/top-meny3.gif); 
	background-repeat : repeat-x; 
} 
a.right-meny3:hover,a.right-meny7:hover { 
	background-image : url(../img/top-meny-hover3.gif); 
} 
a.right-meny4,a.right-meny8 { 
	background-image : url(../img/top-meny4.gif); 
	background-repeat : repeat-x; 
} 
a.right-meny4:hover,a.right-meny8:hover { 
	background-image : url(../img/top-meny-hover4.gif); 
}  

