@charset "utf-8";

/************************************************************
*************************************************************

IDEA :: NAVIGATION CSS DOCUMENT

*************************************************************
************************************************************/

/************************************************************

Global

************************************************************/

#nav {
	position: absolute;
	top: 95px;
	left: 243px;
	width: 704px;
	height: 37px;
	z-index: 150;
}

#nav a {
	float: left;
	height: 37px;
	text-indent: -400px;
	text-decoration: none;
	overflow: hidden;
	background-image: url(../../images/home/nav_main.gif);
	background-repeat: no-repeat;
}

#nav dd {
	display: inline;
	list-style-type: none;
	z-index: 130;
}

#nav dd dl {
	z-index: 120;
}

#nav dd dl dd {
/*	display: block;*/
	display: none;
	position: absolute;
	top: 31px;
	z-index: 110;
}

#nav dd dl.over dd {
	display: block;
}

#nav dd dl dd dl {
	float: left;
	border-bottom: 1px solid #959595;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	background: #ccc url(../../images/home/bg_drpdwn.gif) repeat-x top left;
	z-index: 100;
}

#nav dd dl dd {
	position: absolute;
/*	background: url(../../images/home/nav_drpdwn_shdw.png) no-repeat bottom left;*/
}

#nav dd dl dd dl dd {
	display: block;
	position: relative;
	background: none;
	padding: 0;
	top: 0;
	width: auto;
}

#nav dd dl dd dl a {
	float: left;
	overflow: auto;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	text-indent: 0;
	text-align: left;
	clear: left;
	height: auto;
	width: 157px;
	padding: 6px 16px;
	margin: 0;
	background: none;
}

#nav dd dl dd dl a:hover {
	color: #fff;
	background-color: #e3900e;
}

#nav table.shadow td.left,
#nav table.shadow td.right {
	display: table-cell;
	width: 4px;
}
#nav table.shadow td.left {
	background: url(../../images/home/nav_drpdn_lt.png) no-repeat top left;
}

#nav table.shadow td.right {
	background: url(../../images/home/nav_drpdn_rt.png) no-repeat top left;
}

#nav table.shadow td.bottom {
	display: table-cell;
	height: 4px;
	background: url(../../images/home/nav_drpdn_bt.png) no-repeat top left;
}

#nav table.shadow td.top table {
	width: 100%;
}

#nav table.shadow td.tr {
	display: table-cell;
	height: 1px;
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
}

#nav table.shadow td.tl {
	border-left: 1px solid #959595;
}

/************************************************************

Individuals

************************************************************/

#nav0 {
	width: 86px;
	background-position: 0 0;
}

#nav0sub table.shadow td.tl {
	width: 85px;
}

#nav dl.over #nav0 {
	background-position: 0 -74px;
}

#nav0sub {
	left: -4px;
}

#nav1 {
	width: 92px;
	background-position: -86px 0;
}

#nav1sub table.shadow td.tl {
	width: 91px;
}


#nav dl.over #nav1 {
	background-position: -86px -74px;
}

#nav1sub {
	left: 82px;
}

#nav2 {
	width: 98px;
	background-position: -178px 0;
}

#nav dl.over #nav2 {
	background-position: -178px -37px;
}

#nav3 {
	width: 116px;
	background-position: -276px 0;
}

#nav3sub table.shadow td.tl {
	width: 115px;
}


#nav dl.over #nav3 {
	background-position: -276px -74px;
}

#nav3sub {
	left: 272px;
}

#nav4 {
	width: 90px;
	background-position: -392px 0;
}

#nav dl.over #nav4 {
	background-position: -392px -37px;
}

#nav5 {
	width: 92px;
	background-position: -482px 0;
}

#nav dl.over #nav5 {
	background-position: -482px -37px;
}

#nav6 {
	width: 130px;
	background-position: -574px 0;
}

#nav dl.over #nav6 {
	background-position: -574px -37px;
}