
/*OVERALL BAR*//*OVERALL BAR*//*OVERALL BAR*//*OVERALL BAR*//*OVERALL BAR*//*OVERALL BAR*//*OVERALL BAR*/
.listnavbar{
	border:none;
	border:0px;
	margin:-15px;
	padding:0px;
	font: 70% "Arial Black", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:900;}
	
.listnavbar ul{
	height:20px;
	list-style:none;
	margin-left:50px;
	margin-right:auto;
	padding:0;}
	
.listnavbar li{
		float:left;
		padding:0px;}

/*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*//*BUTTON*/
.listnavbar li a{
		background: #000 url() bottom center no-repeat; /*button*/
		color:#EEE; /*button mouseoff text color*/
		border: 1px solid #000;
		display:block;
		font-size:14px;
		line-height:18px; /* button height */
		margin-top:px;
		margin-left:0;
		padding:0px 18px 0px 18px;
		width:*px;
		text-align:center;
		text-decoration:none;}
		
/*BUTTON MOUSEOVER*//*BUTTON MOUSEOVER*//*BUTTON MOUSEOVER*//*BUTTON MOUSEOVER*//*BUTTON MOUSEOVER*//*BUTTON MOUSEOVER*/

.listnavbar li a:hover, .listnavbar ul li:hover a{
		background: #666 url() bottom center no-repeat;/*titlebox mouseover*/
		border: 1px solid #000;
		color:#FFF;/*all text color*/
		font-weight:bold;
		line-height:18px; /* mouseover button height */
		display:block;
		text-align:left; 
		text-decoration:none;}

/*BUTTON BOX*//*BUTTON BOX*//*BUTTON BOX*//*BUTTON BOX*//*BUTTON BOX*//*BUTTON BOX*//*BUTTON BOX*//*BUTTON BOX*//*BUTTON BOX*/
.listnavbar li ul{
		font: 70% Arial, Helvetica, sans-serif;
		background:#000;/*link box*/
		display:none;
		height:auto;
		border: 1px solid #000;/*button box border*/
		border-top:0px solid #666;
		position:absolute;
		width:*%;
		margin:0px 0px 0px 0px;/*buttonbox width 1/2 of button padding*/
		padding:0px 7px 0px 7px;
		z-index:200;
		/*top:1em;*/
		/*left:0;*/}
		
.listnavbar li:hover ul{
		display:block;}
		
.listnavbar li li {
		font: Arial, Helvetica, sans-serif;
		background: #000 url() bottom left no-repeat; /*buttonbox*/
		color:#FFF;
		border: 1px solid #000;
		display:block;
		float:none;
		margin:0px;
		padding:0px;}
		
.listnavbar li:hover li a{
		background:none;}

.listnavbar li ul a{
		display:block;
		height:18px; /* buttonbox row height */
		font-size:12px;
		font-style:bold;
		margin:0px;
		text-align:left;}
		
.listnavbar li ul a:hover, .listnavbar li ul li:hover a{
		background: #666 url() bottom left no-repeat; /*buttonboxover*/
		color:#FFF; /*buttonboxover text*/
		font: Arial, Helvetica, sans-serif;
		font-weight:bold;
		border: 1px solid #000;}
			
.listnavbar p{
		clear:left;}	
	
.bodytext{
	line-height:20px;}
	
		
