/* css - styles.css */
div#wrapper {
width:80%;
margin-left:auto;
margin-right:auto;
/*border:20px;
border-style:solid;
border-color:#006600; */
}
img.picright {
float: right;
}
img.picleft {
float: left;
}
/*
.liststyle {
list-style-type: upper-latin;
}
#navbar {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#navbar li {
float: left;
}
#navbar li a {
display: block;
width: 140px;
display: block;
width: 140px;
font-weight: bold;
margin: 0px;
font-size: 20px;
padding: 5px;
background-color: #99cc66;
color: #004000;
}
*/
#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 170px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
font-size: 16px;
}

ul a{
font-weight: bold;
color: #F60;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul li{
background-color: #CCC;
border-left: 3px solid #FFF;
}

ul ul li{
background-color: #666;
border-top: 3px solid #FFF;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}

