body {
	font-family: Arial, Helvetica;
	font-size: 12px;
}

a
{
	text-decoration: none;
}

img
{
    border: none;
}

.OuterBox
{
    position: absolute;
    width: 995px;
}

.HeaderBox
{
	position: relative;
	width: 990px;
	text-align: center;
}

.HeadImageBox
{
	background-color: #f1f1f1;
}

.HeadImage
{
	height: 90px;
	width: 385px;
}

.HeadMenuBox
{
	background-color: black;
	height: 27px;
	width: 990px;
}

.HeadMenuItem
{
	float: left;
	width: 140px;
	text-align: center;
	height: 27px;
	padding-top: 7px;
}

.HeadMenuLink
{
	font-size: 11px;
	font-weight: bold;
	color: #ECB22A;
}

.HeadMenuLinkAlt
{
	font-size: 11px;
	font-weight: bold;
	color: #E2DFFE;
}

.Clear
{
	clear: both;
}

#dropmenudiv
{
    position:absolute;
    border:1px solid black;
    /* border-bottom-width: 0; */
    font:bold 11px Arial;
    line-height:30px;
    background-image: url(../images/goldgradient.jpg);
    background-repeat: repeat-y;
    z-index:100;
}

#dropmenudiv a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

#dropmenudiv a:hover
{
    color: yellow;
}



