/*
	Riksantikvarieämbetet, Cuwing navigation CSS
	Version: CVS $Id: navigation.css,v 1.17 2009/08/21 14:18:22 thgus Exp $
*/


/* -----------------------------------------------
	NAVIGATION START
----------------------------------------------- */

#navDiv .navHeight
{
	height: 1.3em;
	min-height: 20px;
	overflow: hidden;
}

 #navOneExtern
 {
 	background-image: url('css-img/navOneExternBg.gif');
 	background-position: top left;
 	background-repeat: repeat-x;
 }

/* -----------------------------------------------
	NAVIGATION LEVEL ONE START
----------------------------------------------- */

#navOne
{
	margin: 0;
	padding: 0;
}

#navOne ul
{
	margin: 0;
	padding: 1px 0 0;
	list-style-type: none;
	text-align: center;
}

#navOne ul li
{
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navOne ul li a
{
	display: block;
	font-size: 65%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: 20px;
	height: 2.2em;
	min-height: 22px;
	margin-right: 1px;
}

#navOne ul li a span
{
	display: block;
	padding: 4px 10px 0;
}

#navOne ul li a
{
	width /* IE-hack */: auto;
}

#navOneIntern #navOne ul li a
{
	background: #94958C;
	color: #FFF;
}

#navOneIntern #navOne ul li a:visited
{
	background: #94958C;
	color: #FFF;
	text-decoration: none! important;
}

#navOneIntern #navOne ul li a:hover
{
	background: #B9BBAF;
	color: #FFF;
	text-decoration: none! important;
}

#navOneIntern #navOne ul li a#currentOne
{
	background: #B9BBAF;
	color: #FFF;
	text-decoration: none! important;
}

#navOneGold #navOne ul li a
{
	background: #FBECCF;
    color: #333;
}

#navOneGold #navOne ul li a:visited
{
	background: #FBECCF;
    color: #333;
	text-decoration: none! important;
}

#navOneGold #navOne ul li a:hover
{
	background: #F4C56E;
    color: #333;
	text-decoration: none! important;
}

#navOneGold #navOne ul li a#currentOne
{
	background: #F4C56E;
    color: #333;
	text-decoration: none! important;
}


#navOneGul #navOne ul li a
{
	/*background: #f5c564;*/
	background: #ffffff;
    color: #333;
}

#navOneGul #navOne ul li a:visited
{
	background: #f5c564;
	
    color: #333;
	text-decoration: none! important;
}

#navOneGul #navOne ul li a:hover
{
	background: #ffb219;
    color: #333;
	text-decoration: none! important;
}

#navOneGul #navOne ul li a#currentOne
{
	background: #ffb219;
    color: #333;
	text-decoration: none! important;
}


#navOneExtern #navOne ul li a
{
	/*background: #7f3d3d;*/
	background: #B3B3B3;
	color: #FFF;
}

#navOneExtern #navOne ul li a:visited
{
	background: #B3B3B3;
	color: #FFF;
	text-decoration: none! important;
}

#navOneExtern #navOne ul li a:hover
{
	/*background: #a37979;*/
	background: #cbcaca;
	color: #000;
	text-decoration: none! important;
}

#navOneExtern #navOne ul li a#currentOne
{
	background: #cbcaca;
	color: #000;
	text-decoration: none! important;
}

/* -----------------------------------------------
	NAVIGATION LEVEL ONE STOP
----------------------------------------------- */


/* -----------------------------------------------
	NAVIGATION LEVEL TWO START
----------------------------------------------- */

#navTwo
{
	margin: 0;
	padding: 0;
}

#navTwo ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navTwo ul li
{
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navTwo li a
{
	display: block;
	font-size: 65%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	width: 20px;
	height: 1.8em;
	min-height: 17px;
	padding: 4px 10px 0;
	margin: 0 1px 0 0;
}

#navTwo ul li a
{
	width /* IE-hack */: auto;
}

#navTwoIntern #navTwo li a
{
	background: #E4E9DE;
	color: #000;
}

#navTwoIntern #navTwo li a:link
{
	background: #B9BBAF;
	color: #000;
	text-decoration: none! important;
}

#navTwoIntern #navTwo li a:visited
{
	background: #B9BBAF;
	color: #000;
	text-decoration: none! important;
}

#navTwoIntern #navTwo li a:hover
{
	background: #B9BBAF;
	color: #000;
	text-decoration: underline! important;
}

#navTwoIntern #navTwo li a#currentTwo
{
	background: #B9BBAF;
	color: #000;
	text-decoration: underline! important;
}

#navTwoExtern #navTwo li a
{
	/*background: #a37979;*/
	background: #cbcaca;
	color: #000;
}

#navTwoExtern #navTwo li a:link
{
	background: #cbcaca;
	color: #000;
	text-decoration: none! important;
}

#navTwoExtern #navTwo li a:visited
{
	background: #cbcaca;
	color: #000;
	text-decoration: none! important;
}

#navTwoExtern #navTwo li a:hover
{
	background: #cbcaca;
	color: #000;
	text-decoration: underline! important;
}

#navTwoExtern #navTwo li a#currentTwo
{
	background: #cbcaca;
	color: #000;
	text-decoration: underline! important;
}

.navTwoSeparator
{
	display: block;
	font-size: 65%;
	line-height: 120%;
	font-weight: bold;
	padding: 4px 0 5px;
}

/* -----------------------------------------------
	NAVIGATION LEVEL TWO STOP
----------------------------------------------- */


/* -----------------------------------------------
	NAVIGATION SUB-LEVEL START
----------------------------------------------- */

#navSub
{
	background-color: #FFF;
	color: #000;
	font-size: 65%;
	line-height: 120%;
	padding: 0 5px 0 3px;
}

#navSub .navSubThree a
{
	display: block;
	background: url('css-img/navImg.gif') top left no-repeat;
	min-height: 1.2em;
	/*
	height: 1.2em;
	min-height: 12px;
	*/
	padding: 0 0 5px 8px;
	font-weight: bold;
}

#navSub .navSubThree a
{
	width /* IE-hack */: auto;
}

#navSub .navSubFour a
{
	display: block;
	/*
	height: 1.2em;
	*/
	min-height: 1.2em;
	padding: 0 0 5px 16px;
	font-weight: normal;
}

#navSub #navSubIntern .navSubFour a
{
	background: url('css-img/navImgGreen.gif') top left no-repeat;
}

#navSub #navSubExtern .navSubFour a
{
	background: url('css-img/navImgGray.gif') top left no-repeat;
}

#navSub .navSubFour a
{
	width /* IE-hack */: auto;
}

#navSub a.navSub, #navSub a.navSub:visited, #navSub a.navSub:active
{
	text-decoration: none! important;
}

#navSub a.navSub:hover
{
	text-decoration: underline! important;
}

#navSub .navSubCurrent
{
	text-decoration: underline! important;
}

/* -----------------------------------------------
	NAVIGATION SUB-LEVEL STOP
----------------------------------------------- */

/* -----------------------------------------------
	NAVIGATION STOP
----------------------------------------------- */