/* LWB CSS Document */

/* Begin CSS Drop Down Menu */

#bottommenu
	{
	font-weight:normal;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
    line-height: 20px;
	/*margin:2em;
	margin-top: 1em;  */
	}
#bottommenu a, #bottommenu a:hover, #bottommenu a:visited   /* Top level menu text attributes */
	{
	color: #FFFFCC;
	font-weight: normal;
	
	font-size:9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: center; 
	display: block;
	border: 1px solid #555;
	white-space: nowrap;
	padding: 0 .20em 0 .20em;
	margin: 0;
	border: 1px solid #BBB;
    width: 100%;
    background: url(../../LWBImages/Menus/TopBotMenuThemes/gradient-over.gif) repeat; /*THEME CHANGE HERE*/
}

#bottommenu a.red, #bottommenu a.red:visited   /* Top level menu text attributes */
{
   color: #FF0000;
}
#bottommenu a:hover, #bottomenu a.red:hover 
{
	color: #FFFF00;
}
#lwbmenu
	{
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	}
		
#lwbmenu a
	{
	text-align: left;
	display:block;
	border: 0px;
	white-space:nowrap;
	margin:0;
    height: 1.50em;
	padding: 0.2em .25em 0.2em .25em;
	}
	
#lwbmenu a.searchbox
    {
	  padding: 3px 0.25em 0em 0.25em;
	  height: 1.7em;
	}
	
#lwbmenu a, #lwbmenu a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#lwbmenu a:hover	/* menu at mouse-over  */
	{
	color: red;
	}	
			
#lwbmenu a.top_parent, #lwbmenu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../../LWBImages/Menus/TopBotMenuThemes/arrow-down-over.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align:center;
	padding: 0.2em .3em 0.2em .1em;
	}
#lwbmenu a.parent, #lwbmenu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../../LWBImages/Menus/TopBotMenuThemes/arrow-right-over.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
#lwbmenu ul a
	{
	text-align:center; /* center top level menu */
	}
#lwbmenu ul ul a
	{
	text-align:left; /* left align everything else */
	}
#lwbmenu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 10em;	/* width of all menu boxes */
	}

#lwbmenu li
	{
	background: url(../../LWBImages/Menus/TopBotMenuThemes/gradient.gif) repeat;
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
#lwbmenu li:hover {
	background:url(../../LWBImages/Menus/TopBotMenuThemes/gradient-over.gif) repeat;
}
#lwbmenu li li {
	background-image:none;
	background-color:#003366;
}
#lwbmenu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}
#lwbmenu ul ul a {
	border: 1px solid #99FFFF;
}
#lwbmenu ul ul ul
	{
	top:0;
	left:100%;
	}

div#lwbmenu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#lwbmenu li:hover ul ul,
div#lwbmenu li li:hover ul ul,
div#lwbmenu li li li:hover ul ul,
div#lwbmenu li li li li:hover ul ul
{display:none;}

div#lwbmenu li:hover ul,
div#lwbmenu li li:hover ul,
div#lwbmenu li li li:hover ul,
div#lwbmenu li li li li:hover ul
{display:block;}


/* End CSS Drop Down Menu */

/* CSS Global Items */
.biblered{color: #CC0000;}

