.menu{
	border:none;
	border:0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	width: 504px;
	float: right;
	background-color: #323232;
	}
.menu ul{
	background:#333333;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
	float:right;
	padding:0px;
	height: 30px;
	margin: 0;
		}
	.menu li a{ /* Mainmenu, ej hover */
	background:#333333 url("images/menu_new/seperator.gif") bottom right no-repeat;
	color:#cccccc;
	display:block;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
	border: none;
		}
		
.menu li a:hover, .menu ul li:hover a{ /* Undermeny hover länkar */
	color:#FFFFFF;
	text-decoration:none;
	background-color: #900;
	background-image: url(images/menu_new/hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
			}
	
	
	.menu li ul{ /* Undermeny bakgrund, alla oavsett hover */
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:180px;
		z-index:200;
		border: none;
		/*top:1em;
		/*left:0;*/
		}
		
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li { /* Undermeny hover links */
		background:url('images/menu_new/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:180px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
	display:block;
	height:30px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
		}
		
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #900;
	background-image: url(images/menu_new/hover_sub.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
			}
			
			
	.menu p{
		clear:left;
		}	

		
.grey { /* Beskrivningar i menyn */
	font-size: 10px;
	color: #CCC;
}

.inactive { /* Används som span class till inaktiva länkar */
	color: #999;
	font-size: 9px;
}



		
