﻿html {
  margin: 0px;
  padding: 0px;
}

body 
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

#flag
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-image: url(subbartop1.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#button {
	width: 150px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	margin-right: 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}


#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;	
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}

#menucontainer
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 184px;
    height: auto;
    background-image: url(sidebarhap.gif);
    background-repeat: repeat-y;
}

#bodycontainer
{
    margin-top: 100px;
    margin-left: 184px;
    margin-right: 0px;
}

.mainbody
{

}
.menu1
{
    color: #FFFFFF;
    background-image: url(ack.jpg);
    background-repeat: no-repeat;
    background-color: #008000;
    width: 150px;
    min-height: 600px;
}
        
.menuitem1
{
    width: 135px;
    height: 24px;
    background-image: url(tagline.gif);
    background-repeat: no-repeat;
    margin-bottom: 4px;
    padding-top: 3px;
    padding-left: 6px;
}
