﻿html,body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF; 	
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}


#nav{
float:left;
width:250px;
height:100%;
}
#container
{
    width:100%;
    height:100%;
}
#map
{
    margin-left:250px;
    height:100%;
}

.menuOpenClose
{
    float:left;
    width:16px;
    height:16px;
    background:url(../img/collapsed.png) no-repeat;
}
.menuDummy
{
    float:left;
    width:16px;
    height:16px;
    background:url(../img/collapsed_tansparet.png) no-repeat;
}
.hide
{
    display:none;

}

ul li{
list-style:none ;
}

li ul li{
list-style:inherit ;
}