﻿#nav {
	height: 95px;
	width: 945px;
	margin: 0 5px 0 5px;
}

#nav li {
	clear: none;
	float: left;
	height: 95px;
	padding: 0 19px 0 19px;
	border: solid 1px #CCCCCC;
	cursor: pointer;
}

#nav li.active {
	background: url(../img/bg_nav_li.gif) repeat-x;
	border: solid 1px #D7D8D9;
}

#nav li a {
	display: block;
	width: 100%;
	height: 24px;
	margin-top: 35px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#nav #nytt a { background: url(../img/nav_nytt.gif) no-repeat; width: 77px; }
#nav #case a { background: url(../img/nav_case.gif) no-repeat; width: 80px; }
#nav #identitet a { background: url(../img/nav_identitet.gif) no-repeat; width: 155px; }
#nav #print a { background: url(../img/nav_print.gif) no-repeat; width: 91px; }
#nav #webb a { background: url(../img/nav_webb.gif) no-repeat; width: 94px; }
#nav #annat a { background: url(../img/nav_annat.gif) no-repeat; width: 104px; }
#nav #oss a { background: url(../img/nav_oss.gif) no-repeat; width: 61px; }

#nav #nytt:hover a, #nav #nytt.active a { background: url(../img/nav_nytt_active.gif) no-repeat; }
#nav #case:hover a, #nav #case.active a { background: url(../img/nav_case_active.gif) no-repeat; }
#nav #identitet:hover a, #nav #identitet.active a { background: url(../img/nav_identitet_active.gif) no-repeat; }
#nav #print:hover a, #nav #print.active a { background: url(../img/nav_print_active.gif) no-repeat; }
#nav #webb:hover a, #nav #webb.active a { background: url(../img/nav_webb_active.gif) no-repeat; }
#nav #annat:hover a, #nav #annat.active a { background: url(../img/nav_annat_active.gif) no-repeat; }
#nav #oss:hover a, #nav #oss.active a { background: url(../img/nav_oss_active.gif) no-repeat; }
