/* CSS Document */

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	}

 H1 
 { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20;
 color: #31354A; 
 }
 H2 
 { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14;
 color: #FBA022; 
 }

a:link { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #ffffff;
	background-color:#31354A;
       }
a:visited { 
    font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #ffffff;
	background-color:#31354A;
    }
a:hover { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
    color: #31354A;
    background-color: #FBA022;
    text-decoration: none;
    }

a:active { 
    font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
    color: #31354A;
    background-color: #FBA022;
    text-decoration: none;
    }
</style>

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	height: 1061px;

	}
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; }
* 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; }
