#menu 
{
	position: absolute;
	z-index: 2000;
	width: 190px;
	background-color: #fe903a;
	background-image: url(../img/menu/background.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 12px 15px 15px 15px;
	font-size: 11px;
	color: #FFF;
	min-height: 132px;
}

#menu .section 
{

}

#menu .section span 
{
	background-image: url(../img/menu/headerbottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	font-weight: bold;
	padding: 4px 0;
	text-transform: uppercase;
}

#menu .section a 
{
	color: #FFF;
	text-decoration: none;
}

#menu .section a.link
{
	display: block;
	margin: 4px 0;
}

#menu .section a:hover 
{
	text-decoration: underline;
}

#menu .hover 
{
	position: absolute;
	z-index: 100;
	background-color: #FFF;
	width: 200px;
	height: 20px;
	display: none;
}

#spotlight 
{
	position: relative;
	width: 558px;
	height: 159px;
	background-color: #274450;
	background-image: url(../img/spotlight/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	font-family: Helvetica, Arial, Sans-Serif;
	overflow: hidden;
}

#spotlight .item 
{
	clear: both;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 528px;
	margin: 15px;
}

#spotlight .item.active 
{
	display: block;
}

#spotlight .item.waiting 
{
	display: block;
}

#spotlight .item span 
{
	font-family: "Arial Narrow", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}

#spotlight .item p 
{
	margin: 0;
	font-size: 12px;
}

#spotlight .item p a 
{
	font-weight: bold;
}

#spotlight .item p a:hover 
{
	color: #FFF;
	text-decoration: underline;
}

#spotlight .item img 
{
	border-width: 0;
	float: right;
	margin-left: 15px;
}

#spotlightbar 
{

	position: absolute;
	bottom: 15px;
	right: 15px;
	clear: both;
}

#spotlightbar .box 
{
	float: left;
	margin-left: 16px;
	margin-top: 19px;
	cursor: pointer;
}

#spotlightbar .box .image
{
	border: solid 2px #FFF;
	width: 88px;
	height: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}

#spotlightbar .box.hover, #spotlightbar .box.active
{
	margin-top: 0;
}

#spotlightbar .box.hover .image, #spotlightbar .box.active .image 
{
	height: 23px;
}

#spotlightbar .box .title
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#featured 
{
	padding: 15px;
	font-family: Helvetica, Arial, Sans-Serif;
}

a img 
{
	border-width: 0;
}

#featured .header 
{
	margin-bottom: 5px;
	font-family: "Arial Narrow", Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color:#fe903a;
	text-transform: uppercase;
	padding-bottom: 3px;
	background-image: url(../img/featured/headerbottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#featured .item 
{
	margin-bottom: 5px;
}

#featured .item span 
{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
}

#featured .item p 
{
	margin: 0;
	font-size: 11px;
}

#featured .item a 
{
	display: block;
	text-align: right;
	text-decoration: none;
	background-color: #f9efdd;
	padding: 2px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}

#featured .item a.image 
{
	padding: 0;
}

#industry 
{
	background-image: url(../img/industry/background.gif);
	width: 230px;
	margin-left: 22px;
	font-family: "Arial Narrow", Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0;
}

#industry .divider 
{
	background-image: url(../img/menu/headerbottom.gif);
	background-repeat: repeat-x;
	background-position: 0 1px;
	height: 3px;
	margin: 0 5px;
	overflow: hidden;
}

#industry a 
{
	display: block;
	padding: 2px 10px;
	color: #FFF;
	overflow: hidden;
}

#industry a:hover 
{
	background-color: #FFF;
	padding: 2px 20px;
	color: #FF6600;
}