@charset "utf-8";
/* CSS Document */

a {
font-weight:bold;
color:#009900;
}
body {
background:#31543e;
margin:0px;
font-family:arial;
}
#wrap {
width:854px;
margin:0px auto 0px auto;
background-color:#eef2fb;
position:relative;
border-left:solid 5px #000;
border-right:solid 5px #000;
}
#border {background:url(images/layout/border.jpg) no-repeat; width:854px; height:1105px;
}
#navbar ul {
    margin: 0;
    padding: 5px;
	padding-top:10px;
    list-style-type: none;
    text-align: center;
	font-size: 14px;

    }

#navbar ul li {  
    display: inline;
	font-size: 14px;
    color: #000000;
    }

#navbar ul li a {
    text-decoration: none;
    padding: .2em 1em;
    color: #000000;
	font-size: 14px;

    }

#navbar ul li a:hover {
	font-size: 14px;
    color: #009900;
    }
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
