.profilegen_menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border:1px solid #06a; /* add a border to show size of menu */
  font-family: sans-serif;
  font-size: 12px;
  }
* html .profilegen_menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.profilegen_menu a:hover {
  color:#fff; 
  background:#08c;
  }
* html .profilegen_menu a, * html .profilegen_menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.profilegen_menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .profilegen_menu li {
  display:inline;        /* for IE only */
  }

.profilegen_lefted {margin:0 auto 0 0;}
.profilegen_centered {margin:0 auto;}
.profilegen_righted {margin:0 0 0 auto;}

  .profilegen_colordropdown { 
	border: 3px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: 0px;
    line-height: 0px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
}

html {
font-family: sans-serif;
font-size: 12px;
}

.profilegen_unselectedmenu {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color:#000; 
  background:#d4d4d4; 
  border:1px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
  }

.profilegen_selectedmenu {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color:#fff; 
  background:#08c;
  border:1px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
}

.profilegen_previewbox {
	border: 3px solid rgb(0, 0, 0);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.profilegen_previewsection {
	border: 3px solid rgb(0, 0, 0);
}

.profilegen_heading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.profilegen_subheading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: rgb(0, 0, 0);
}

.profilegen_previewlink {
	color: rgb(0, 0, 255);
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}