/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */



.container {
	margin: 0 auto;
	width:95%;
} 
span {
     height: 10px;
 }

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width:100%;
    height: 35px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: #888;
	margin-bottom: 40px;
	border: solid;
	border-width: 1px;
	border-color:#C0C0C0;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;
	border-right: 1px solid #777;
    height:35px;
    overflow:hidden;

}
ul#topnav li a {
    font-family:"Lucida Sans Unicode";
    font-size:12pt;
	padding: 5px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	text-shadow: 0 0 4px #0000FF;
}
/* For coloring other elements on hover
ul#topnav:hover { 
	background: url(/images/topnav_a.gif);
}
*/
ul#topnav li span {
	float: left;
	padding: 5px 0;
    padding-top:10px;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 100%;
    height:30px;
    background:rgba(0,0,0,0.7);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
	color: #fff;
    opacity:0;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}
