/* menu.css */

@media screen {
#menuwrap {
	width: 100%;
	text-align: center;
	height: 40px;
	/*float: right;
	background: url(img/bgnd_menu.gif) repeat-x left 0px;*/
	background-color: #ffffff;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004a80;*/
	padding-right: 0px;
}
}
@media print {
#menuwrap {
	width: 100%;
	text-align: center;
	height: 40px;
	/*float: right;
	background: url(img/bgnd_menu.gif) repeat-x left center;
	display: none;*/
}
}
/*#menu {
	height:28px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	width: 766px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #004a80;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;

}*/

#menu ul, ul.nobullets, .jsMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	height:40px;
	margin:0;
	padding:0;
	/*float:left;
	width: 109px;*/

}

#menu a {
	display:block;
	line-height:28px;
	height:28px;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
}

#menu li a{
	display:block;
	text-align: center;
	font-size: 18px;
	height:35px;
	border:2px solid #004a80;
	background-color: #fcf7e3;
	font-weight: bold;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;

}

#menu a:hover, #menu a.selected {
	cursor:pointer;
	color: #CCCCCC;
}
/* for drop down menus */
/*.jsMenu {
	display:none;
	padding:1px;
	background-color:#006600;
	border:1px solid #555;
	text-align: left;
	position: absolute;
	height: auto;
	width: 105px;
	z-index: 2;
}

.jsMenu li {
	border-bottom:1px solid #fff;
	font-family:verdana, sans-serif;
	font-size:10px;
	margin:0px;
	font-weight: bold;
}

.jsMenu li.separator {
	line-height:1px;
	height:1px;
	background-color:#ebf1ff;
	padding:0px;
	margin:0px;
}

.jsMenu li a {
	display:block;
	text-decoration:none;
	color:#fff;
	border:1px solid #ccc;
	padding:1px 2px 2px 6px;
}

.jsMenu a:hover {
	background:#efefef;
	color: #000;
}
*/
/* define id's  */
.t-home, .t-moorage, .t-store, .t-location, .t-grizzly, .t-photos, .t-morephotos, .contact {
	color:#4e450f;
	font-weight: bold;
}

#home .t-home, #moorage .t-moorage, #store .t-store, #location .t-location, #grizzly .t-grizzly, #photos .t-photos, #photos .t-morephotos {
	color:#004a80;
	font-weight: bold;
}
