td { 
font-family: verdana,arial,helvetica; 
font-size: 10px; 
color: #333333}

#rubrik_index{ 
font-family: verdana,arial,helvetica; 
font-size: 12px; 
color: #333333;
font-weight:bold;
margin-bottom:4px;
margin-top:0px}



body { 
font-family: verdana,arial,helvetica; 
font-size: 10px; 
color: #333333}


a:link { text-decoration: none; color: #333333 }
a:visited { text-decoration: none; color: #333333 }
a:active { text-decoration: none; color: #333333 }
a:hover { background-color: #CCCCCC}


.knapp { 
font-family: Verdana; 
font-size: 10px; 
color: black; 
border: 1px; 
border-color: #CCCCCC; 
border-style: solid;
}

.left { 
border-left-color: #CCCCCC; 
border-left-width: 1px; 
border-left-style: solid;
padding-left:3px}

.glossymenu{
margin: 0px 0;
padding: 0;
width: 120px; /*width of menu*/

}

.glossymenu a.menuitem{

font: bold 10px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #333333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 1px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #333333;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: #f3f2f2;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}


.glossymenu div.submenu ul li a{
display: block;
font: normal 10px "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #333333;
text-decoration: none;
padding: 2px 0;
padding-left: 1px;
}

.glossymenu div.submenu ul li a:hover{
background: #f3f2f2;
color: #333333;
}
