.Logotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.HolmsundTextCounter {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.Meny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.MenyDig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.MenyDigAktiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	font-variant: small-caps;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;

}
.Meny2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.MainLayer {
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.MainLayerLinks {
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ff;
	text-decoration: underline;
}
.Kanalplanstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#t1 td{
	border-width: 0px;
}
#t2 td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
}
#t3 td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
}
#t4 td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
}
#t5 td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
}
#t6 td{
	border-width: 0px;
	padding-top: 10px;
}

/* MENY NAVIGATION */
#navigation {
    width: 130px;
    font-size: 13px;
}
	#navigation ul {
	    margin: 0px;
	    padding: 0px;
	}
	ul.top-level {
		 /*background: #666;*/
	}
		
		#navigation li { list-style: none; }
        ul.top-level li {
            /*border-bottom: #444 solid;
            border-top: #999 solid;
            border-width: 1px;*/
        }
			#navigation a {
				color: #666;
				cursor: pointer;
				display:block;
				height:18px;
				line-height: 18px;
				text-indent: 5px;					
				text-decoration:none;
				width:100%;
			}
			#navigation a:hover{ 
				text-decoration:none;
				color: #eee;
			}
	        #navigation li:hover {
	            background: #00f;
	            position: relative;
	        }
        ul.sub-level { display: none; }
        li:hover .sub-level {
            background: #bbb;
            border: #fff solid;
            border-width: 1px;
            display: block;
            position: absolute;
			color:#fff;
            left: 75px;
            top: 5px;
        }
        ul.sub-level li {
			border: none;
			float:left;
			width:150px; 
        }
		#navigation .sub-level { background: #ccc; }
		#navigation .sub-level .sub-level { background: #eee; }
						
	/*IE RESET HELPER*/
	li:hover .sub-level .sub-level { display:none; }
	.sub-level li:hover .sub-level { display:block; }	

