Hola:
Viendo tu código he detectado que tienes los link a tus hojas de estilo dentro del body cuando deberías tenerlas dentro del head.
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Documento sin título</title>
</head>
<body>
<link rel="stylesheet" href="../admin_index/admin_index_style.css" type="text/css" />
<!-- <link rel="stylesheet" href="../abm_style/abm_style.css" type="text/css" /> -->
<div id="marco">
<div id="head">
<link rel="stylesheet" href="../admin_menu/admin_menu_style.css" type="text/css" />
<ul class="adminMenu">
...
De todas formas no sé si será eso lo que te plantea el problema (Seguiré mirando).
Saludos.