h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	size: 11px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	color: #036;
	size: 14px;
	font-size: 12px;
}
p {
	font: 12px Georgia, "Times New Roman", Times, serif;
}

/* group of tabs */
#tabSet {
	 
}

/* style for page bkgd??? */
body {
	background: hsla(220, 80%, 20%, .4);
	-moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}


/* style.css from store within pd */
/**/#bkg {
	background-color: #FFC;
	color: #333;
	position: absolute;
	width: 60px;
	height: 300px;
	left: 190px;
	top: 142px;
	z-index: 120;
}

#tpanel {
	background-color: #CCC;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	line-height:23px;
	color: #633;
	position: absolute;
	width: 30px;
	left: 10px;
	top: 32px;}
#pnl {
	font-size: small;
	line-height:23px;
	}
#pkga {
	background-color: #FFC;
	color: #333;
	position: absolute;
	width: 60px;
	height: 300px;
	left: 120px;
	top: 142px;
	z-index: 100;
}
#ptpanela {
	background-color: #CCC;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	line-height:23px;
	color: #633;
	position: absolute;
	width: 30px;
	left: 10px;
	top: 64px;}
#ppnla {
	font-size: small;
	line-height:23px;
	}
/*.p {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	line-height: 0px;
	color: #633;
	}
*/


/* style for hiding panels */
.ui-tabs-hide {
	display: none;
	background: #FFC;
}

/* for ul holding tab li elements */
.ui-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
    zoom: 1;
}

/* tabs */
.ui-tabs-nav li {
	padding: 0;
	margin: 0 1px 0 0;
	float: left;
	size: 11px;
}

/* style link inside tab */
.ui-tabs-nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: hsla(150, 10%, 90%, .8);
    text-decoration: none;
    display: block;
    padding: 5px 15px 3px 15px;
	border: 1px solid #999;
	border-bottom: none;
	size: 11px;
}


/* link style for selected tab */
.ui-tabs-selected a {
    color: #000;
    background: #FFC;
	position: relative; /*position to overlap panel to remove border line between panel and tab */
	top: 1px;
}

/* remove outline around link of selected tab */
.ui-tabs-nav a:focus {
    outline: none;
}

/*panel style*/
.ui-tabs-panel {
	clear: left;
	border: 1px solid #999;
    margin: 0;
	padding: 10px;
	background: hsla(150, 50%, 90%, .5);
	width: 250px;
}






/* link styles ... superfish PD*/
.nav a {
	text-decoration: none;
	display: block;
	padding: 5px 7px 4px 17px;
	color: #CCC;
	width: 5em;
	font-weight: bold;
	background-color: #4C5353;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
  margin: 0;
}

.nav li li a {
  /* style for links on pop-up menus */
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
	background-color: #333;
	color: #FFF;
}

/* main nav bar */
.nav {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 0;
  top: 1.72em; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
.nav ul ul {
	position: absolute;
  left: 10.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.nav ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */
.nav .sub {
	background-image: url(../superfish/images/arrow_down.png);
  background-repeat:no-repeat;
  background-position: 2px 3px;
}

.nav .subsub {
	background-image: url(../superfish/images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: 4px 7px;
}
