/*********************************************************/
/* Title:		Navigation CSS
/* Author:		Arik Jones and Mike Witt
/* Created:		July 12th, 2007
/* Updated:		July 12th, 2007
/*********************************************************/

/*--------------------------------------*/
/* Global */
/*--------------------------------------*/
ul#menu {
	color: #828282;
	display: block;
	font-size: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}
ul#menu li {
	float: right;
	font-weight: bold;
	margin: 0 0 0 50px;
	width: auto;
}
ul#menu a {
	color: #667c8a;
	display: block;
	text-decoration: none;
	width: auto;
}
ul#menu a:hover {
	color: #0e65ad;
	text-decoration: none;
}

ul#submenu {
	float: left;
	height: 150px;
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	width: 185px;
	display: none;
}
ul#submenu a {
	color: #494949;
	font-size: 12px;
	line-height: 26px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-top: 3px;
	text-decoration: none;
}
ul#submenu a:hover {
	color: #0a0a0a;
	font-size: 14px;
	text-decoration: underline;
}

/*--------------------------------------*/
/* Homepage */
/*--------------------------------------*/


/*--------------------------------------*/
/* Work */
/*--------------------------------------*/
ul#work-menu {
	color: #828282;
	float: right;
	font-size: 10px;
	list-style-type: none;
	margin: 0;
	padding-right: 142px;
	text-align: right;
	width: auto;
}
ul#work-menu li {
	font-weight: bold;
	height: 14px;
	padding-top: 2px;
	width: 80px;
}
ul#work-menu a {
	color: #7a94a5;
	text-decoration: none;
}
ul#work-menu a:hover {
	color: #0e65ad;
	text-decoration: none;
}


div#leftnav {
	color: #666;
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 864px;
}
div#leftnav ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 0 5px;
}
div#leftnav div {
	margin: 0 0 10px 0;
	overflow: hidden;
}
div#leftnav h3 {
	color: #0e65ad;
	cursor: pointer;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
div#leftnav h3.hover {
	color: #a3d426;
}

/**** Description Scroller ****/
#scroll_box {
	overflow: hidden;
	width: 190px;
	height: 264px;
	padding: 5px 0;
}
#scrollButtons {
	border: 1px solid #CCC;
	border-right: none; border-left: none;
	padding: 5px 0 5px 0;
	color: #BBB;
}
#scroll_up, #scroll_dn {
	float: right;
	cursor: pointer;
	width: 10px;
	height: 6px;
	text-indent: -999em;
	margin-bottom: 5px;
	.margin-bottom: -4px;
	background: url(../img/arrw-up.gif) top center no-repeat;
}
#scroll_dn {
	clear: right;
	background: url(../img/arrw-dn.gif) top center no-repeat;
}
html>body #scroll_dn {
	*margin-top: 8px;
}
