#menu {
	width: 715px;
	height: 36px;
	background: url(images/menu.png);
	margin: 0px; padding: 0;
	position: relative;
}
#menu li {
	margin: 0; padding: 0; list-style: none; position: absolute; top: 0;
}
#menu li, #menu a {
	height: 36px; display: block;
}

#mItem1 {left: 0px; width: 101px;}
#mItem2 {left: 102px; width: 101px;}
#mItem3 {left: 204px; width: 101px;} 
#mItem4 {left: 306px; width: 101px;}
#mItem5 {left: 408px; width: 101px;}
#mItem6 {left: 510px; width: 101px;} 
#mItem7 {left: 612px; width: 103px;} 

#mItem1 a:hover {
	background: transparent url(images/menu.png) -0px -36px no-repeat;
}
#mItem2 a:hover {
	background: transparent url(images/menu.png) -102px -36px no-repeat;
}
#mItem3 a:hover {
	background: transparent url(images/menu.png) -204px -36px no-repeat;
}
#mItem4 a:hover {
	background: transparent url(images/menu.png) -306px -36px no-repeat;
}
#mItem5 a:hover {
	background: transparent url(images/menu.png) -408px -36px no-repeat;
}
#mItem6 a:hover {
	background: transparent url(images/menu.png) -510px -36px no-repeat;
}
#mItem7 a:hover {
	background: transparent url(images/menu.png) -612px -36px no-repeat;
}
#menu span {
	display: none;
}

a:link, body_alink
{
	color: #455b64;
}
a:visited, body_avisited
{
	color: #455b64;
}
a:hover, a:active, body_ahover
{
	color: #1f3741;
	text-decoration: none;
}
.page
{
	background: #FFFFFF;
	color: #000000;
}
td, th, p, li
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
	background: #c2c2c2;
	color: #000000;
	border: 0px solid #0B198C;
}
.thead
{
	background: #17262d url(images/table_header.gif) no-repeat top left;
	color: #FFFFFF;
	font: bold 10px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
	color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
	color: #FFFFFF;
}
.thead a:hover, .thead a:active, .thead_ahover
{
	color: #d7eaf2;
}
.alt1, .alt1Active
{
	background: #f1f1f1;
	color: #455b64;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.alt2, .alt2Active
{
	background: #e5e5e5;
	color: #455b64;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.smallfont
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
td.thead, div.thead { padding: 4px; }

.tekst { color: #455b64; font: 9pt verdana, geneva, lucida;}

.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }

.container { position: relative; left: 1px; top: 1px; color: #000000; }
.text { position: absolute; left: -1px; top: -1px; color: #FFFFFF;}