body {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: black;
}
.small {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
}
.pubs {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333399;
}
h1 {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration:none;
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}
h2 {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration:none;
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}
.skis {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration:none;
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}
.StepHeader {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: red;
	text-decoration:none;
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}
.inputBox {border: #0000FF 2px solid;}
.adddressBox {border: #0000FF 2px solid;}
.zipBox {border: #0000FF 2px solid;}
.emailBox {border: #FF0000 2px solid;}
/**************** menu coding *****************/
#menu {
font: bold 16px/16px arial, helvetica, sans-serif;
width: 100%;
background:#ebebeb;
float: center;
text-align: center;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width:150px;
float: left;
}

#menu a, #menu h2 {
display: block;
border-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-color: #bf3434;
margin: 0;
padding: 0px 0px;
}

#menu h2 {
color: #bf3434;
background:#ebebeb;
}

#menu a {
color: #bf3434;
background:#ebebeb;
text-decoration: none;
}

#menu a:hover {
color:#ebebeb;
background:#bf3434;
}

#menu li {position: relative;}

#menu ul ul {
font: bold 12px/16px arial, helvetica, sans-serif;
position: absolute;
z-index: 500;
text-align: center;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
