/*header.php*/
#up {
	background-color: #161410;
	color: #161410; /* for coloring the background in IE7 */
	border: solid #363430;
	border-width: 1px 0 0 0;
	height: 1px;
	width: 860px;
	margin-top:10px;
	margin-bottom:10px;
	}
/*menu*/
* {	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;

}

#navmenu {
	border:solid #363430 1px; 
	border-width: 1px 0 1px 0;
	margin-top:4px;
	margin-bottom:17px;
	position:relative;
	padding:8px 0px 8px 0px;
	
}

#navigation { 
	font-family: verdana;
	background-image: url(img/liner.png);
	font-size:12px;
	position:relative;
	
}

#navigation a,#navigation a:visited{
	float:left;
	display:block;
	font-weight:bold;
	color:#f5f5f4;
	padding:5px 10px;
	text-decoration:none;
	
}

#navigation a:hover,#navigation a:active{
	background:#144a59;
	text-decoration:none;
	
}


.clearfloat{
	display:inline-block
}
.clearfloat{
	display:block
}
.clearfloat:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:"."

}

.extra {
	border-left-style:solid; 
	border-left-color:#161410; 
	border-left-width:1px;
	
}

	

#navigation li{
	list-style:none; 
	float:left; 
	border-right-style:solid; 
	border-right-color:#161410; 
	border-right-width:1px; 
	left:215px; 
	position:relative;
	
}


/*outline.php*/


#menuout {
  	width: 100%;
	border: solid #363430;
	border-width: 0px 0px 1px 0px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
#outline{
	background-color: #161410;
	color: #999;
	font: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
  	text-align:left;
	font-size: 0.75em;
	padding-top: 5px;
  
  
}

#right {
  position: relative;
  float: right;
  font-size: 0.9em;
}

#space {
	width: 100%;
	border: solid #363430;
	border-width: 1px 1px 1px 1px;
	background-color: #22201d;
	height: 10px;
}
	

#menuout a:link, #menuout a:visited, #menuout a:active {

	color: #bd934f;
	text-decoration: none;
	font-size: 0.75em;
}

#menuout a:hover {

	color: #bd934f;
	text-decoration: none;
	font-size: 0.75em;
}

