/*dropDown Styles*/
body
{
	behavior:url(csshover.htc);
}


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

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;
	margin:0px;
	width:999px;
	height:21px;
	background-image:url(images/navBG.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}

div#listmenu ul
{
	margin:0px;
	padding:0px 0px 0px 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:0px;
}
div#listmenu ul li
{
	color:#ffffff;
}

div#listmenu ul li.home
{
	width:62px;
	height:18px;
	background-image:url(images/nav_01.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-top:3px;
	padding-left:28px;
}

div#listmenu ul li.home:hover
{
	background-image:url(images/navRoll_01.jpg);
}

div#listmenu ul li.about
{
	width:91px;
	height:18px;
	padding-top:3px;
	padding-left:20px;
	background-image:url(images/nav_02.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.about:hover
{
	background-image:url(images/navRoll_02.jpg);
}

div#listmenu ul li.shop
{
	width:115px;
	height:18px;
	padding-top:3px;
	padding-left:23px;
	background-image:url(images/nav_03.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.shop:hover
{
	background-image:url(images/navRoll_03.jpg);
}

div#listmenu ul li.quote
{
	width:124px;
	height:18px;
	padding-top:3px;
	padding-left:18px;
	background-image:url(images/nav_04.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.quote:hover
{
	background-image:url(images/navRoll_04.jpg);
}

div#listmenu ul li.gallery
{
	width:133px;
	height:18px;
	padding-top:3px;
	padding-left:23px;
	background-image:url(images/nav_05.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.gallery:hover
{
	background-image:url(images/navRoll_05.jpg);
}

div#listmenu ul li.options
{
	width:108px;
	height:18px;
	padding-top:3px;
	padding-left:19px;
	background-image:url(images/nav_06.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.options:hover
{
	background-image:url(images/navRoll_06.jpg);
}

div#listmenu ul li.art
{
	width:158px;
	height:18px;
	padding-left:21px;
	padding-top:3px;
	background-image:url(images/nav_07.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.art:hover
{
	background-image:url(images/navRoll_07.jpg);
}



div#listmenu ul li.space
{
	width:56px;
	height:21px;
	/*background-image:url(images/navEnd_10.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
	background-color:red;
	display:block;
}

	
	

div#listmenu ul li a  {
	text-decoration:none;
	display:block;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
}
div#listmenu ul li a:hover {
	display:block;
	color:#0000000;
	text-decoration:none;
}

/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	background-color:#3c2c08;
	display:block; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li
{
	color:#014672;
	font-weight:normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #6b5933;
}

div#listmenu ul li ul li a.dropDown {
	/*color:#014672;*/
	color:#ffffff;
	text-decoration:none;
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	padding-left:5px;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:#ffffff;
	text-decoration:none;
	display:block;
	border:none;
	font-size:12px;
	padding-left:5px;
}
div#listmenu ul li ul.quote{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:0px;
	margin-left:18px;
}


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


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

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



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;
	border:none;
	background-color:#3c2c08;
}
div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	padding:0px;
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
}
div#listmenu ul li ul li a:hover
{
	background-color:#f24c18;
}
div#listmenu ul li ul li:hover {
	background-color:#f24c18;
}


