table
{
	overflow: hidden;
}

tr,td
{
	overflow: visible;
}

div#map
{
	width: 737px;
	height: 710px;
	float: left;
}

div#menu
{
	width: 250px;
	height: 710px;
	padding: 0px;
	margin 0px;
	//float: left;
	overflow: visible;
}

div#innermenu
{
	height: 295px;
	overflow: auto;
}

div#biginnermenu
{
	height:600px;
	overflow: auto;
}

ul#top
{
	list-style: none;
	padding: 0px;
}

ul#top li#clickable
{
	color: white;
	cursor: pointer;
}

ul#inner
{
	list-style: none;
}

ul#inner li#blue
{
	color: blue;
	padding: 0px;
	cursor: pointer;
	text-align: left;
	margin: 0px;
}

ul#inner li#red
{
	color: red;
	padding: 0px;
	cursor: pointer;
	text-align: left;
	margin: 0px;
}

div#rounded
{
	background-color: #c0c0c0;
	margin: 3px 3px;
}

div#bigrounded
{
	background-color: #808080;
	margin: 0 5px;
}

.roundtop
{
	background: url(../images/tr.png) no-repeat top right;
	background-color: #c0c0c0;
}

.roundbottom
{
	background: url(../images/br.png) no-repeat top right;
	background-color: #c0c0c0;
}

.bigroundtop
{

	background: url(../images/big-tr.png) no-repeat top right;
	background-color: #808080;
}

.bigroundbottom
{

	background: url(../images/big-br.png) no-repeat top right;
	background-color: #808080;
}

img.bigcorner
{
	width: 10px;
	height: 10px;
	border: none;
	display: block !important;
}

img.corner
{
	width: 5px;
	height: 5px;
	border: none;
	display: block !important;
}

p#permalink
{
	color: white;
}
