/* CSS Document */

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px 0px;
	height:33px;
	width:1000px;
	padding-left:2px;
	padding-right:3px;
	margin:0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div#listmenu ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div#listmenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
}

div#listmenu ul li.about{
	background-image:url(../images/nav_01.jpg);
	background-position:left;
	width:93px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.about:hover  {
	background-image:url(../images/navRoll_01.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.pp{
	background-image:url(../images/nav_02.jpg);
	background-position:left;
	width:201px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.pp:hover  {
	background-image:url(../images/navRoll_02.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.product{
	background-image:url(../images/nav_03.jpg);
	background-position:left;
	width:103px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.product:hover  {
	background-image:url(../images/navRoll_03.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.market{
	background-image:url(../images/nav_04.jpg);
	background-position:left;
	width:91px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.market:hover  {
	background-image:url(../images/navRoll_04.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.services{
	background-image:url(../images/nav_05.jpg);
	background-position:left;
	width:91px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.services:hover  {
	background-image:url(../images/navRoll_05.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.env{
	background-image:url(../images/nav_06.jpg);
	background-position:left;
	width:134px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.env:hover  {
	background-image:url(../images/navRoll_06.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.gallery{
	background-image:url(../images/nav_07.jpg);
	background-position:left;
	width:92px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.gallery:hover  {
	background-image:url(../images/navRoll_07.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.news{
	background-image:url(../images/nav_08.jpg);
	background-position:left;
	width:68px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.news:hover  {
	background-image:url(../images/navRoll_08.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.contact{
	background-image:url(../images/nav_09.jpg);
	background-position:left;
	width:127px;
	height:33px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.contact:hover  {
	background-image:url(../images/navRoll_09.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	display:block;
	background-image:url(../images/navBG.jpg);
	background-repeat:repeat-x; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li a.dropDown {
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin:0px;
	padding-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	padding-top:3px;
	font-weight:normal;
	border-bottom:1px solid #666666;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:#ffffff;
}

div#listmenu ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	padding:0px;
	z-index:99;
	background-image:url(../images/navBG.jpg);
}

div#listmenu ul li ul.about{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:130px;
	margin-top:38px;
	padding:0px;
}

div#listmenu ul li ul.products{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:115px;
	margin-top:38px;
	padding:0px;
}

div#listmenu ul li ul.pp{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:186px;
	margin-top:38px;
	padding:0px;
}

div#listmenu ul li ul.market{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:155px;
	margin-top:38px;
	padding:0px;
}

div#listmenu ul li ul.services{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:175px;
	margin-top:38px;
	padding:0px;
}
div#listmenu ul li ul.env{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:175px;
	margin-top:38px;
	padding:0px;
}

div#listmenu ul li ul.gallery{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:98px;
	margin-top:38px;
	padding:0px;
}
div#listmenu ul li ul.news{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:130px;
	margin-top:38px;
	padding:0px;
}



div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border:0px; /*--- Three sides of each drop-down item ---*/
	border-top:0px;
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
}

div#listmenu ul li ul li:hover {
	background-color:#005D87;
}

