ul.meny1
{
    width: 210px;
	margin:30px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:1.2em;
	border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #bbcfe0;	
}

ul.meny1 li {
    width: 210px;
    border-top: 1px solid #bbcfe0;
    border-bottom: 1px solid #f1f5f9;	
}

ul.meny1 li a
{
    display:block;
    width: 180px;
    padding: 6px 0 6px 40px;

}

ul.meny1 a:link, ul.meny1 a:visited {
    text-decoration:none;
	color:#00446a;
	font-weight:bold;
}

ul.meny1 a:active, ul.meny1 a:hover
{
	background-image:url(../gfx/menuselected.png);
	background-repeat:no-repeat;
	background-position:top left; 
}
li.meny1 a
{
	background-image:url(../gfx/menu.png);
	background-repeat:no-repeat;
	background-position: 20px 11px;
}
li.meny1 .selected, li.meny1selected
{
	background-image:url(../gfx/menuselected.png);
	background-repeat:no-repeat;
	background-position:top left; 
	color: #00446a;
}
/* NIVÅ 2 */
ul.meny2
{
	margin:0 0 0 8px;
	padding:0;
	list-style-type:none;
	font-size:0.8em;
}
ul.meny2 a:link, ul.meny2 a:visited
{
	font-weight:normal;
}
ul.meny2 a:active, ul.meny2 li a:hover
{
	font-weight:normal;	
	background-image: none;
	color: #F37321;
}

ul.meny2 a:link, ul.meny2 a:visited
{
    width: 150px;
    background-image: none;
	padding:5px 0;
	text-decoration:none;
	color:#00446A;
	border: none;
}

ul.meny2 li {
    border: none;
    padding-left: 33px;
    width: 150px;
}

a.selected:link, a.selected:visited, a.selected:hover, a.selected:active
{
	color:#F37321 !important;
	font-weight:normal;
}
