/*-----------------TOP NAVIGATION STYLES-----------------*/
ul{
	margin: 0px;
	padding: 0px;	
}

#head_nav {
	height: 27px;
	margin: 0;
	padding: 0;
}

ul#nav_top {
	/*	position: absolute;*/
	bottom: 0;
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
}

#nav_top li {
	float: left;
	width: 160px;
	position: relative;
	height: 24px;
	border-right-color: #937D4C;
	letter-spacing: 1px;/*	float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(../images/ButtonTop-Up.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	padding-top: 3px;
	border-bottom: 2px solid #720;
	background-color: #DDCDA2;
}

#nav_top ul {
	display: none;
	position: absolute;
	list-style: none;
	top: 29px;
	left: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 0px;
	letter-spacing: 0px;
}

#nav_top ul a{
	border-top-style: none;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	letter-spacing: 0px;
	
}

#nav_top #tf_getting_started,
#nav_top #tt_examples,
#nav_top #tf_install_guide,
#nav_top #tt_getting_started,
#nav_top #thermostats,
#nav_top #thermostats_oj,
#nav_top #transformers,
#nav_top #tt_cable {
	border-right-style: none;	
}

#nav_top ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-left: 1px solid #C1C0AA;
	background-image: url(../images/ButtonTopSUB-Up.jpg);
	text-transform: none;
	border-bottom: 1px solid #937D4C;
}

#nav_top ul ul {
	position: absolute;
	left:159px;
	top:0px;
	left: 160px;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
	text-transform: none;

}

#nav_top ul ul a{
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	border-top-style: none;
	font-family: Arial, Helvetica, sans-serif;	
}

#nav_top #products,
#nav_top #store {
	font-family: Arial, Helvetica, sans-serif;
}

#nav_top #tt_installation,
#nav_top #thermotile,
#nav_top #thermofloor,
#nav_top #tf_installation,
#nav_top #thermostats,
#nav_top #tt_advantages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;	
}

#nav_top li a,
#nav_top li span {
	float: left;
/*	display: inline-block;*/
	width: 159px;
	padding: 3px 0;
	border-right: 1px solid #CFCFCF;
	/*border-bottom: 1px solid silver;*/
	color: black;
	text-align: center;
	text-decoration: none;
/*	text-transform: uppercase;*/
}

#nav_top li span {
	cursor: default;
}

#nav_top > li:last-child a,
#nav_top > li:last-child span {
	border-right: none;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav_top li.hovered,
#nav_top li.active {
	background-repeat: repeat-x;
	background-image: url(../images/ButtonTop-Over.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav_top ul li.hovered {
	background-repeat: repeat-x;
	background-image: url(../images/ButtonTopSUB-Over.jpg);
}

#nav_top #tt_installation .hoverdiv,
#nav_top #thermotile .hoverdiv,
#nav_top #thermofloor .hoverdiv,
#nav_top #tf_installation .hoverdiv,
#nav_top #thermostats .hoverdiv,
#nav_top #tt_advantages .hoverdiv {
	/*background: url(../images/rt_arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;*/
}

#nav_top .downarrow {
	background: url(../images/dn_arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	height: 10px;
	position: absolute;
	right: 0;
	top: 8px;
	width: 25px;
}

#nav_top li.hovered .hoverdiv {
	background-color: maroon;
	background: url(../images/dn_arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}