﻿/* CSS Document */



<!--
.head
{ 
color: black; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:20pt; 
font-style:bold;
}

.headmedium
{ 
color: black; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:16pt; 
font-style:bold;
}

.greyhead
{ 
color: #808080; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:18pt; 
font-style:bold;
}

.greyheadstrong
{ 
color: #333333; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:18pt; 
font-style:bold, strong;
}

.greysmall
{ 
color: #808080; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:12pt; 
font-style:bold;
}

.greyverysmall
{ 
color: #808080; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:10pt; 
font-style:bold;
}
.greymedium
{ 
color: #808080; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:14pt; 
font-style:bold;
}

a:link 
 {color: black; 
 text-decoration: none }
 
 a:active 
 { color: #808080; 
 text-decoration: none }
 
 a:visited 
 { color: black; 
 text-decoration: none }
 
 a:hover 
 { color: #660000; 
text-decoration: none;
background: #999999
}
 
 .menu
{ 
color: black; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:12pt; 
font-style:bold;
        border: 0;
	
  
} 

.greyline

{
color: #999999;
width: 100%;
height: 1px;

}

 .menubottom
{ 
color: black; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:13pt; 
font-style:bold;

      border: 0;
} 
.normaltext
{ 
color: black; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:12pt; 
font-style:normal;}

.smalltext
{ 
color: black; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:11pt; 
font-style:normal;}

.smalltextbold
{ 
color: black; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:11pt; 
font-style:normal;
font-weight:bold}

.smallmenu
{ 
color: black; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:12pt; 
font-style:normal;
} 

.bottomsmallmenu
{ 
color: #808080; 
font-family:georgia, Arial, Helvetica, sans-serif; 
font-size:8pt; 
font-style:normal;
} 

ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 150px;
        }

ul li {
        position: relative;
        }
		
li ul {
        position: absolute;
        left: 149px;
        top: 0;
        display: none;
        }
		
ul li a {
        display: block;
        text-decoration: none;
        color: #777;
        background: #fff;
        padding: 5px;
        border: 1px solid #ccc;
        border-bottom: 0;
        }
		
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 150px;
        border-bottom: 1px solid #ccc;
        }
li:hover ul, li.over ul { 
        display: block; }


--> 

