/* METAMENU */


#metamenu {
    width: 227px;
    height: 100%;
    float: left;
    position: relative;
    clear: both;
    margin: 0px;
    background-color: #1C2D55;
    line-height: 1.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    }

#metamenu p {
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    padding-right: 5px;
    color:#AE8235;
    font-size: 12px;
}

#metamenu table {
    text-align: left;
    margin-bottom: 10px;
    height: 100%;
}


/* #metamenu p:first-letter { font-size: 150%; float: left; } */

#metamenu hr { width: 80%; }

#metamenu a { color: #AE8235; text-decoration: none; font-weight: bold; }
#metamenu a:visited { color: #AE8235; }
#metamenu a:hover { color: #AE8235; }

#metamenu img { border: 0px; }

td.metamenu { padding-top: 10px; }

#metamenu input[type="text"], #inputArea textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 80%;
}



/* METAMENU */



/* REPLICATE CPAN/WP HEADER */
table.header_title {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: -4px;
}

td.header_title_spacer { width: 20px; }

td.header_title_far_right {
    padding: 0px;
        background: url('http://publicsquare.net/images/squareback.gif') repeat-x;

}

td.header_title {
    padding: 0px;
    letter-spacing: 0.1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 2em;
}


table.header_login {
    max-height; 26px;
    overflow; hidden;
    font-size: 1px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    z-index: 2;
}

td.header_login_top_left {
    height: 13px;
    width: 227px;
    background: #740512;
   z-index: 2;
}

td.header_login_top_right {
    height: 13px;
    background: #1C2D55;
    z-index: 2;
}

td.header_login_bottom_left {
    height: 13px;
    width: 227px;
    background: #AE8235;
    z-index: 2;
}

td.header_login_bottom_right {
    height: 13px;
    background: #740512;
    z-index: 2;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	z-index: 2;
}


ul li {
	position: relative;
	z-index: 2;
}


li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	z-index: 2;
}


ul li a {
	display: block;
	text-decoration: none;
	background-color: #1C2D55;
	padding: 5px;
	border-bottom: 0;
	color: #AE8235;
	font-weight: bold;
	font-size: 12px;
	z-index: 2;
	}

li:hover ul { display: block; }
/* REPLICATE CPAN/WP HEADER */

