﻿body{
	
	height: 100%;
    width: 100%;
    position: relative;
    max-width: 1024px; 
    min-height:1000px;
    margin: auto auto;
    border-left-color:silver;
    border-right-color:silver;
    
}
html{
	
	height: 100%;
    width: 100%;
    position: relative;
    max-width: 1024px; 
   min-height:1000px;
   margin: auto auto;
    
}
div{
	display:block;
}
a {
    text-decoration:none;
    color: black;
}
ul, li {
    list-style: none;
}
#nav li {
    padding: 2px 2px 2px 15px;
    cursor: default;
}
#nav ul {
    display: none;
    background: url(img/dots.png) repeat-y scroll 10px 0 transparent;
}
#nav li.expand {
    background: url(img/arrow-down.gif) no-repeat scroll 0px 9px transparent;
}
.expanded {
    background: url(img/arrow-up.gif) no-repeat scroll 0px 9px transparent;
}