/*
styles.css, Menyer för Pol
2013-06-30 Söndag
*/

.text1 {color:blue;
          font-size:10pt}
.text2  {color:green;
          font-size:14pt}      
.footer {color:black;
            font-size:10pt;
            font-style:italic;}	  

#menu {
height:120px;
font: bold 12px Verdana;
/* background: royalblue ;  */ 
background: royalblue ; 
width: 100%;
}

#menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#menu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
#menu ul li a{
display: block;
background: #33cc33  ; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html #menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

#menu ul li a:link, #menu ul li a:visited{
color: white;
}

#menu ul li a:hover{
background: darkblue; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
#menu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

div#content { 

}

div#left {float:left; width:500px; 
padding: .5em 0 0 0;
margin: 22px 0 0 15px;
}

div#right { float:right; width:320px;
margin:20px 0 0 10px;
padding: 1em;
}
div#footer {width:600px}
div.clearfloats {clear:both}

div.colors {background: SpringGreen}