@charset "utf-8";
/* CSS Document */
body{
}
h1{
	background-color:#FFFFFF;
}
#break div{
}
/*Navigation bar--------------*/
#header ul{
	font-size: 8pt;
	font-weight:bold;
	letter-spacing: 0px;
	height:25px;
	line-height:25px;
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	background:#0;
}

#header ul li{
        float: left !important;
        margin: 1 1px 1px 1;
        padding: 1 1px 1px 1;
        list-style-type: none;
		border-right-width:thick;
		border-right-color:#00FFFF;
}
 #header ul li a, ul.nav li a:link, ul.nav li a:visited {        
        color:#0;
        float: left;
        display: block;
        padding: 0 10px;
}

#header ul li a:hover, ul.nav li a:active {
        background:#000000;
		color:#0000FF;
        text-decoration: underline;
}

/*Navigation bar END--------------*/