/* Top Left Menu */

.top-menu {
	color:#000000;
	font: small-caps 14px georgia, sans-serif;
	font-weight:bold;
	border-bottom: none;
	text-decoration:none
	}
.top-menu a {
	border-bottom: none;
	text-decoration:none;
	color:#000000;
	}
	
ul#top-menu {
	margin: 0;
	padding: 0;
	height:31px;
	display: inline;
	list-style: none;
	}
			
ul#top-menu li{
	margin-right: 10px;
	padding:0;
	list-style: none;
	display: inline;
	}
	
	
/* Top Right Menu */	

ul#top-right {
	margin: 0;
	padding: 0;
	height:32px; 
	display: inline;
	overflow: hidden;
	list-style: none;
	}
  
ul#top-right li {
	margin:0;
  	padding:0;
	list-style: none;
	display: inline;
  			}
  
ul#top-right a {
	float: right;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	}
	
ul#top-right a:hover {
	background-position: 0 -32px;
	}

ul#top-right a:active, ul#top-right a.selected {
	background-position: 0 -32px;
	}
		
		
#menu-forlakare a {
	width:172px;
	background:url(../images/forlakare.jpg) no-repeat;
	}
	
#menu-forpatienten a {
	width:172px;
	background:url(../images/forpatienten.jpg) no-repeat;
		}
		
#menu-endoskopi a {
	width:157px;
	background:url(../images/endoskopistatistik.jpg) no-repeat;
		}


/* Right Menu */

.rightmenu { 
	padding: 14px 0 0 0;
	font: small-caps 12px georgia, sans-serif;
	color: #000000;
	}

.rightmenu ul { 
	border-top: 1px dotted #000000;
	width: 270px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	padding-bottom:15px;
	list-style-type: none;
	}

.rightmenu ul li { 
	border-bottom: 1px dotted #000000;
	line-height: 24px;
	list-style-type: none;
	}

.rightmenu ul li a {
	display: block;
	padding-left: 24px;
	color:#000000;
	border-bottom: none;
	text-decoration:none;
	list-style-type: none;
	}

.rightmenu ul li a:hover {
	color:#000000;
	background-color:#95EC9F;
	
	}
