body {
	position: relative;
	padding: 0;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.bodytitle {    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 17px;
    font-weight: bold;
    color: #000000;
    list-style-position: outside;
    list-style-type: disc;
} 
.stylename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.collectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
.headline {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.itemslist {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	text-transform: capitalize;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	font-style: normal;
	line-height: 6px;
}
.smalltextWHITE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
#nav a{
	color: #000000;
	text-decoration: none;
}
#nav a:hover{
  font-weight: bold;
}
ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
}
li {
  float: left;
  position: relative;
  line-height: 12px;
}
li ul {
  display: none;
  position: absolute; 
  padding-left: 10px;
  top: 2.0em;
  left: 0;
}
li ul li {
	float: none;
	clear: both;
}
li > ul {
	top: auto!important;
	left: auto!important;
}
li:hover ul, li.sfhover ul{
  display: block;
}
.submenu {
  background-color: #cccccc; 
}

