/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.navbar {
margin: 0 auto; width: 67em; border: 1px solid #9A9F8B; font-family: arial, sans-serif; background-color: #DBDFD1;  font-size:0.7em; height:1.6em; list-style-type:none;
}
.navbar ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.navbar li {
float:left; position:relative; width: auto; 
}
.navbar table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}


/* Positioning and Styling for NavBar and Menu Items */

.navbar li a, .navbar li a:visited {
display:block; padding: .15em 1em .15em 1em; text-decoration:none; color:#696969; background-color: #DBDFD1; float:left; height:auto; /* "height" is for Firefox */
}

.navbar li:hover a, /* for IE7 and non-IE browsers */
.navbar li a:hover /*  fne for IE5.5 and IE6 */ 
{
background-color: #8F7574; color: #f5f5f5; text-decoration: none; height: 1.28em; /* "height" is for IE6 */
}


/* Position and Styling of Submenu 1 */

.navbar li ul {
visibility:hidden; position:absolute; top:1.57em; left:0; height:0; overflow:hidden;
}

.navbar li:hover > ul {visibility:visible;}

.navbar li:hover ul,
.navbar li a:hover ul {
z-index: 20; visibility:visible; height:auto; width:10em; padding: .4em .4em .5em .5em; color: #696969; background-color: #ECE9D8; border:1px solid #9A9F8B; left:0; top:1.6em; overflow:visible;
}
.navbar li:hover ul li a,
.navbar li a:hover ul li a {
display:block; font-weight:normal; color: #696969; background:transparent; text-decoration:none; height:auto; line-height:.7em; padding:0.5em; width:9em;
}
* html .navbar li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}

/* Position and Styling of Submenu 2 */

.navbar li:hover ul li ul,
.navbar li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:11.5em; height:0; overflow:hidden;
}
.navbar li:hover ul li a:hover,
.navbar li a:hover ul li a:hover {
text-decoration:underline;
}
.navbar li:hover ul li:hover ul,
.navbar li a:hover ul li a:hover ul {
visibility:visible; color:#696969; border:1px solid #9A9F8B; height:auto; background-color: #EFE0C2; width:9.5em;
} 


/* Begin styles to adjust the width of each individual submenu if wider than default. 
The first style line in each width declaration is for IE7 and non-IE browsers; the second line for IE5.5 and IE6 */

.navbar li:hover ul.illustrations,
.navbar li a:hover ul.illustrations
{ width: 13em; }
.navbar li:hover ul.illustrations li a,
.navbar li a:hover ul.illustrations li a
{ width: 12em; }
* html .navbar li a:hover ul.illustrations li a {
width:13em; w\idth:12em; /* hack for IE5.5 */
}

.navbar li:hover ul li:hover ul.illustrations2,
.navbar li a:hover ul li a:hover ul.illustrations2
{ width: 17em; }
.navbar li:hover ul li:hover ul.illustrations2 li a,
.navbar li a:hover ul li a:hover ul.illustrations2 li a
{ width: 16em; }
* html .navbar li a:hover ul.illustrations2 li a {
width:17em; w\idth:16em; /* hack for IE5.5 */
}

.navbar li:hover ul.artists,
.navbar li a:hover ul.illustrations
{ width: 11em; }
.navbar li:hover ul.artists li a,
.navbar li a:hover ul.artists li a
{ width: 10em; }
* html .navbar li a:hover ul.artists li a {
width:11em; w\idth:10em; /* hack for IE5.5 */
}

.navbar li:hover ul.publishers,
.navbar li a:hover ul.publishers
{ width: 13em; }
.navbar li:hover ul.publishers li a,
.navbar li a:hover ul.publishers li a
{ width: 12em; }
* html .navbar li a:hover ul.publishers li a {
width:13em; w\idth:12em; /* hack for IE5.5 */
}

.navbar li:hover ul li:hover ul.publishers2,
.navbar li a:hover ul li a:hover ul.publishers2
{ width: 14em; }
.navbar li:hover ul li:hover ul.publishers2 li a,
.navbar li a:hover ul li a:hover ul.publishers2 li a
{ width: 13em; }
* html .navbar li a:hover ul.publishers2 li a {
width:14em; w\idth:13em; /* hack for IE5.5 */
}

.navbar li:hover ul.books,
.navbar li a:hover ul.books
{ width: 17em; }
.navbar li:hover ul.books li a,
.navbar li a:hover ul.books li a
{ width: 16em; }
* html .navbar li a:hover ul.books li a {
width:17em; w\idth:16em; /* hack for IE5.5 */
}

.navbar li:hover ul.libertine,
.navbar li a:hover ul.libertine
{ width: 16em; }
.navbar li:hover ul.libertine li a,
.navbar li a:hover ul.libertine li a
{ width: 15em; }
* html .navbar li a:hover ul.libertine li a {
width:16em; w\idth:15em; /* hack for IE5.5 */
}

.navbar li:hover ul.censorship,
.navbar li a:hover ul.censorship
{ width: 16em; }
.navbar li:hover ul.censorship li a,
.navbar li a:hover ul.censorship li a
{ width: 15em; }
* html .navbar li a:hover ul.censorship li a {
width:16em; w\idth:15em; /* hack for IE5.5 */
}

.navbar li:hover ul.miscellaneous,
.navbar li a:hover ul.miscellaneous
{ width: 13em; }
.navbar li:hover ul.miscellaneous li a,
.navbar li a:hover ul.miscellaneousli a
{ width: 12em; }
* html .navbar li a:hover ul.miscellaneous li a {
width:13em; w\idth:12em; /* hack for IE5.5 */
}


/* End Submenu Width Styles */


/* Alignment of pointer that shows there's an additional submenu */
.expand {border: 0; position: absolute; right: .5em;}
