﻿/*
* THUMBTIP
*
*/

#thumbTips{
	position: absolute;
	width: 76px;
	height: 72px;
	overflow: hidden;
	background: transparent url(../ui/thumbtip.png) no-repeat 0 0;
	_background: transparent url(../ui/thumbtip.gif) no-repeat 0 0;
}

.thumbsWrapper{
	position: absolute;
	width: 70px;
	height: 70px;
	top: 1px;
	left: 1px;
	overflow: hidden;
}

.thumbsSet{
	width: 70px;
	float: left;
}

.thumbsSet .thumb{
 	overflow: hidden;
	width: 70px;
	height: 70px;
}

.thumbsSet .thumb IMG{
	vertical-align: top;
	opacity: 1;
	width: 70px;
	height: 70px;
}

/*
* NAV
*
*/

#nav{
   clear: both;
	color: White;
	background-color: #615f56;
	padding-left: 35px;
	padding-right: 25px;
	padding-bottom: 8px;
}

#nav *{
  	font-size: 9px;
	line-height: 15px;
}

#nav H1{
	display: none;
}

#nav H2{
	color: White;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 12px;
  	padding-bottom: 15px;
  	cursor: default;
}
#subNav H2{
	display: none;
}

#topNav,
#subNav{
	width: 860px;
	margin: 0;
	padding: 0;
}


#topNav LI,
#subNav LI{
	float: left;
	width: 150px;
	margin-right: 10px;
}
#topNav LI.navProfile,
#subNav LI.navProfile{
   width: 210px !important;
}

#subNav LI UL{
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
  	margin-bottom: 7px; /* Doesn't Work */
	width: 150px;
}
#subNav LI.navProfile UL{
   width: 210px !important;
}

#subNav LI UL LI{
	margin-right: 0px;
}

#nav A{
	width: 150px;
   display: block;
}

#nav H3{
	width: 150px;
	color: White;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#nav A,
#nav A:link{ color: #acaaa1; text-decoration: none;}
#nav A:visited{ color: #8e8c83; text-decoration: none;}
#nav A:hover{ color: #c5b270; text-decoration: underline;}
#nav A:active{ color: #ffc600; text-decoration: underline;}

#nav A.active,
#nav A.active:link,
#nav A.active:visited { color: #ffc600 !important;}

.archiveLink A{
   margin-top: 7px;
}

.archiveLink A,
.archiveLink A:link{ color: #acaaa1 !important; text-decoration: none;}
.archiveLink A:visited{ color: #acaaa1 !important; text-decoration: none;}
.archiveLink A:hover{ color: #c5b270 !important; text-decoration: underline;}
.archiveLink A:active{ color: #ffc600 !important; text-decoration: underline;}

H2 A,
H2 A:link{ color: White !important;; text-decoration: none;}
H2 A:visited{ color: White !important;; text-decoration: none;}
H2 A:hover{ color: #c5b270 !important;; text-decoration: underline;}
H2 A:active{ color: #ffc600 !important;; text-decoration: underline;}

LI.active H2 { color: #ffc600 !important;}

#nav A SUP{
   color: #2b2920;
	text-decoration: underline !important;
	display: none;
}


#nav.open H2 A:hover,
#nav.open H2 A:active{
	color: White;
	text-decoration: none;
	cursor: default;
}