html body {
/*font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;*/

margin: 0;
padding: 0;
}



ul { /* default ul */
margin: 0;
padding: 0;
}

#header { /* header contains(navt, log, navr, navm) */
/*width: 760px;
height: 100px;
position: absolute;
top: 0;
left: 0;*/

}

#header li, #footer li {/* header & footer items */
display: inline;
}


#header { 
left: 2px;
/*width: 758px;*/

}
#navhead { 
font-size: 9px; 
/*width: 758px;*/
height: 24px;
background-color: #3D1063;
}

#navm { 
float: left;
font-weight: bold;

}
#navm ul li a {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 16px;
text-decoration: none;
display: block;
float: left;
height: 16px;
padding: 0 10px;
margin-right: 1px;


border-left: 1px solid white;

margin-top: 4px;
margin-bottom: 4px;

}
#navm ul li a:active, #navm ul li a:hover {
color: #82BFD2;

}

#navm ul li:first-child a {
	border-left: 0px solid white;
}

