﻿/*-- Menu--*/

/*bakgrunnur  menu*/
#menu
{
     width:178px; 
     border:1;
     height:100%;
     background-color:#F0F2F2;
     
}

/*bakgrunnur línu í menu*/

#menu div.element {
   
  
    background-color:#f4f7f9;
    background-image:url(menu_bg_white.gif);
    background-repeat:inherit;
   
    
    font-size:10px;
    font-style:normal;
    font-weight:normal ;
    font-variant: normal;
    font-family : Verdana, Arial;
    
    text-transform : none;
    text-align : left;
    text-decoration : none;
    color : #191970; 
  
}

#menu div.element table tr
{
   height: 20px;
}

#menu div.element div div table tr 
{
   background-color:#f4f7f9;
   background-image:url(menu_bg_gray.gif);
   height: 20px;
   
}


/*Setja Asp.net stíl*/
#menu .CssNodeStyle
{
	padding-left:2px;
	color:Gray;
	width:100%;
}

#menu .CssRootNodeStyle
{
	color:Gray;
}

#menu .CssLeafNodeStyle
{
	padding-left:7px;
	color:Gray;
	width:100%;
}

#menu .CssParentNodeStyle
{
	color:Gray;
}

#menu .CssSelectedNodeStyle
{
	padding-left:2px;
	color:Gray;
	font-weight: bold;
	width:100%;
}

#menu .CssSelectedNodeStyle a
{
	font-weight: bold;
	color:Navy;
}

#menu  .CssHoverNodeStyle
{
	font-weight: bold;
	color:Black;
}












