﻿#camframe {
	margin: 20px auto auto auto;
	width: 850px;
	text-align:center;
}
#placename {
	margin: auto auto 5px auto;
	color: #000099;
}

/* set up the overall width of the menu div, the font and the margins with a relative position*/
.cams {
	font-family: verdana, arial, sans-serif;
	width: 808px;
	padding: 0;
	margin: 15px auto 95px auto;
	position: relative;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.cams ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
}
/* float the list so that the items are in a line */
.cams ul li {
	float: left;
	position: relative;
	margin-right: 2px;
}
/* style the links to be 150px wide by 25px high. Set the background color and the font size. */
.cams li, .cams li {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 200px;
	height: 35px;
	color: #000;
	background: #d5dde2;
	line-height: 32px;
	font-size: 16px;
	letter-spacing: 2px;
}
.cams a, .cams a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	letter-spacing: 0px;
}
/* make the dropdown ul invisible */
.cams ul li ul {
	display: none;
	text-align: left;
	position: absolute;
	top: 35px;
	left: -20px;
	text-align: left;
	padding: 0 30px 20px 20px;
}
/* set the foreground color of the main menu li on hover and the border to trigger IE */
.cams ul li:hover a, .cams ul li a:hover {
	color: #fff;
	border: 0;
}
/* make the sub menu ul visible and position it beneath the first list item */
.cams ul li:hover ul, .cams ul li a:hover ul {
	display: block;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.cams ul li:hover ul li, .cams ul li a:hover ul li {
	background: #f3f5f7;
	color: #000;
	width: 199px;
	height: 130px;
	overflow: auto;
	border-left: 1px solid #d5dde2;
}
/* hack the widht for IE5.5 */
* html .cams ul li a:hover ul li {
	width: 200px;
	w\idth: 199px;
}
/* style the background and foreground color of the submenu links */
.cams ul li:hover ul li a, .cams ul li a:hover ul li a {
	float: left;
	display: block;
	background: #f3f5f7;
	color: #000;
	width: 169px;
	text-align: left;
	text-decoration: none;
	border: 0;
	text-indent: 10px;
}
/* style the background and forground colors of the links on hover */
.cams ul li:hover ul li a:hover, .cams ul li a:hover ul li a:hover {
	text-decoration: none;
	color: #000099;
	background: #f3f5f7;
}

