/* General Elements ****************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2;
}

p {
	padding-left: 5px;
	padding-right: 5px;
}

/* Main Navigation Elements ****************************************************/

#navwrap {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: relative;
	width: 759px;
	z-index: 100;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	position: relative;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 23px;
	text-indent: -1000em;
	border-bottom: none;
}

/* Main Nav Images ***********************************/

#logo {
	background: url(../images/ski/logo_bot.jpg);
	width: 160px;
	height: 23px;
}

#home a {
	background: url(../images/ski/snav_home.jpg);
	width: 42px;
}

#snowreport a {
	background: url(../images/ski/snav_snowreport.jpg);
	width: 76px;
}

#mountaininfo a {
	background: url(../images/ski/snav_mtninfo.jpg);
	width: 84px;
}

#ratesrentals a {
	background: url(../images/ski/snav_ratesrentals.jpg);
	width: 91px;
}

#lessons a {
	background: url(../images/ski/snav_lessonsprogs.jpg);
	width: 115px;
}

#events a {
	background: url(../images/ski/snav_events.jpg);
	width: 47px;
}

#wheretostay a {
	background: url(../images/ski/snav_wherestay.jpg);
	width: 81px;
}

#contacts a {
	background: url(../images/ski/snav_contacts.jpg);
	width: 63px;
}


/* Submenus ******************************************/

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #0064CA;
border-bottom-width: 0;
font: normal 11px Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #0053A8;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0064CA;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #EE372E;
color: white;
}

.subbg {
	background: #ffffff url(../images/ski/snav_bg.gif) repeat-x top left;
}