/* 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:28px;
	width:940px;
	margin:0px 0px;
	background-image:url(../images/navBG_06.jpg);
	background-repeat:repeat-x;
	
}

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;
	margin-left:12px;
	margin-right:10px;
}
div#listmenu ul li.home{
	background-image:url(../images/nav.jpg);
	background-position:left;
	width:52px;
	height:27px;
	margin-left:18px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.home:hover  {
	background-image:url(../images/navRoll.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}


div#listmenu ul li.about{
	background-image:url(../images/nav_07.jpg);
	background-position:left;
	width:75px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.about:hover  {
	background-image:url(../images/navRoll_07.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.pro{
	background-image:url(../images/nav_09.jpg);
	background-position:left;
	width:76px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.pro:hover  {
	background-image:url(../images/navRoll_09.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.cap{
	background-image:url(../images/nav_11.jpg);
	background-position:left;
	width:90px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.cap:hover  {
	background-image:url(../images/navRoll_11.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.shapes{
	background-image:url(../images/nav_13.jpg);
	background-position:left;
	width:64px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.shapes:hover  {
	background-image:url(../images/navRoll_13.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.mat{
	background-image:url(../images/nav_15.jpg);
	background-position:left;
	width:80px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.mat:hover  {
	background-image:url(../images/navRoll_15.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}


div#listmenu ul li.spec{
	background-image:url(../images/nav_19.jpg);
	background-position:left;
	width:90px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.spec:hover  {
	background-image:url(../images/navRoll_19.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.info{
	background-image:url(../images/nav_22.jpg);
	background-position:left;
	width:97px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.info:hover  {
	background-image:url(../images/navRoll_23.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.gallery{
	background-image:url(../images/nav_23.jpg);
	background-position:left;
	width:74px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.gallery:hover  {
	background-image:url(../images/navRoll_24.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.contact{
	background-image:url(../images/nav_21.jpg);
	background-position:left;
	width:86px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.contact:hover  {
	background-image:url(../images/navRoll_21.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	display:block; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li a.dropDown {
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:5px;
	font-size:12px;
	font-weight:normal;
}
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;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	z-index:99;
}


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:75px;
	margin-top:27px;
	padding:0px;
}
div#listmenu ul li ul.pro{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:100px;
	margin-top:27px;
	padding:0px;
}

div#listmenu ul li ul.cap{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:125px;
	margin-top:27px;
	padding:0px;
}

div#listmenu ul li ul.shapes{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:100px;
	margin-top:27px;
	padding:0px;
}

div#listmenu ul li ul.mat{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:108px;
	margin-top:27px;
	padding:0px;
}

div#listmenu ul li ul.spec{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:130px;
	margin-top:27px;
	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;
	background-color:#636363;
	border-bottom:1px solid #333333;
}

div#listmenu ul li ul li:hover {
	
	background-color:#000000;
}


