/* this forces a scrollbar in firefox so all pages have regardless of necessity to scroll */
html { overflow-y: scroll; }

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #373731;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

* {margin:0;padding:0;}

* img {
	border-style: none;
}
	
	
#rollovers {
	position: absolute;
	left:-1000px;
}

div#wrapper {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 768px;
	background-color:#FFFFFF;
}

#icon_desc {
	font-size:11px;
	color:#FFF;
}

/**************************************/
/*       Top Navigation 			  */
/**************************************/


div#nav_top {
	position:relative;
	margin:0;
	padding:0;
	height: 37px;
	width:768px;
	z-index:1000;
}
/* top level */

.nav_top_menu {
	position:relative;
	margin:0;
	padding:0;

	height: 37px;
	width:768px;
	background:url(../images/top_menu.gif) top left no-repeat;
	list-style-type:none;
}
.nav_top_menu li {
	display:block;
	position:absolute;

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494843;
}
.nav_top_menu li a {
	position:relative;
	display:block;
	height:37px;

	text-decoration:none;
	text-indent:-9999px;
}


/* second level */

.nav_top_menu :hover ul {
	visibility:visible;
}

.nav_top_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;

	position:absolute;
	top:37px;
	left:0px;

	visibility:hidden;
}

.nav_top_menu li.item6 ul {
	position:absolute;
	top:37px;
	left:-50px;
}



.nav_top_menu ul a, .nav_top_menu ul a:hover{
	text-indent:0px;
	background:0;
	background-color:#cee39a;
	width:118px;
	height:auto;
	color:#494843;
	background:#e5e3c8;
	border:1px solid #cfcd9c;
	border-bottom:0;
	padding:3px 16px 3px 16px;
}

.nav_top_menu ul a:hover{
	background:#f5f4ea;
}

.nav_top_menu ul li {
	position:relative;
}

.nav_top_menu ul ul {
	position:absolute;
	left:140px;
	top:0px;
	visibility:hidden;
}

.nav_top_menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}


.nav_top_menu :hover ul ul {
	visibility:hidden;
}

.nav_top_menu :hover ul :hover ul {
	visibility:visible;
}



.item1 { left:250px;	width:99px;}
.item2 { left:349px;	width:93px;}
.item3 { left:442px;	width:68px;}
.item4 { left:510px;	width:88px;}
.item5 { left:598px;	width:68px;}
.item6 { left:666px;	width:102px;}

.item1:hover > a	{ background:url(../images/top_menu_over.gif) -250px 0px no-repeat; }
.item1 a:hover 		{ background:url(../images/top_menu_over.gif) -250px 0px no-repeat; }
.item2:hover > a	{ background:url(../images/top_menu_over.gif) -349px 0px no-repeat; }
.item2 a:hover 		{ background:url(../images/top_menu_over.gif) -349px 0px no-repeat; }
.item3:hover > a	{ background:url(../images/top_menu_over.gif) -442px 0px no-repeat; }
.item3 a:hover 		{ background:url(../images/top_menu_over.gif) -442px 0px no-repeat; }
.item4:hover > a	{ background:url(../images/top_menu_over.gif) -510px 0px no-repeat; }
.item4 a:hover 		{ background:url(../images/top_menu_over.gif) -510px 0px no-repeat; }
.item5:hover > a	{ background:url(../images/top_menu_over.gif) -598px 0px no-repeat; }
.item5 a:hover 		{ background:url(../images/top_menu_over.gif) -598px 0px no-repeat; }
.item6:hover > a	{ background:url(../images/top_menu_over.gif) -666px 0px no-repeat; }
.item6 a:hover 		{ background:url(../images/top_menu_over.gif) -666px 0px no-repeat; }


