/* CSS för html-menyn */

#navigation
{
	width:153px;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 5px;
}

#navigation ul
{
	width:153px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	list-style: none;
	line-height:29px;
}

#navigation ul li
{
	text-indent: 12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:29px;
	valign: middle;
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	background: url(http://www.ftf.org.se/pls/portal/docs/1/2034.GIF);
	text-transform:none;
	display: block;
}

#navigation ul ul li
{
	text-indent: 18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	background: url(http://www.ftf.org.se/pls/portal/docs/1/6001.GIF);
	text-transform:none;
}

#navigation ul ul ul li
{
	text-indent: 28px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	background: url(http://www.ftf.org.se/pls/portal/docs/1/6001.GIF);
	text-transform:none;
}

#navigation a
{
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	color: #676767;
	text-decoration: none;
	display: block;
	width: 100%;
}

#navigation a:hover
{
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	color: #004e78;
	text-decoration: none;
}

#navigation a:active
{
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	color: #004e78;
	text-decoration:none;
}

.activeSubMenu
{
	
	background-position: left top;
	background-repeat: no-repeat;
}

.active a
{
	font-weight: bold;
	color: #99CC33 !important;
	text-decoration: none;
}

.activedo a
{
	font-weight: bold;
	color: #996666 !important;
	text-decoration: none;
}

.expanded a
{
	font-weight: bold;
	color: #996666 !important;
	text-decoration: none;
}

.expanded a:hover
{
	font-weight: bold;
	color: #996666 !important;
	text-decoration: none;
}

