/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */


body {
	font-family:arial,verdana,tahoma,sans-serif;
	background-color: #bca0c8;
	background-image: url(images/bkgrd_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 10px;
}

 /* T, L, B, R */
#flash {
  position: relative; /*or absolute*/
  z-index: 0;
}
.small {font-size: 10px;}
.newsrel {font-size: 12px; color: white;
padding: 3px 10px 3px 10px; }
.newsrel A:link {color: white; text-decoration: none;}
.newsrel A:visited {color: white; text-decoration: none;}
.newsrel A:hover {color: yellow; text-decoration: none;}
.newsrel A:active {color: white; text-decoration: none;}

.newsrel2 {font-size: 1.4em; height: 1.4em;font: bold; color: #774f88; text-decoration: none;}
.newsrel2 A:link {font-size: 1em; height: 1.4em; font: 900; color: #774f88; text-decoration: none;}
.newsrel2 A:visited {color: #774f88; text-decoration: none;}
.newsrel2 A:hover {color: #ffffff; text-decoration: none;}
.newsrel2 A:active {color: #000000;}

.sidebar {font-size: 1em; color: #ffffff; text-decoration: none; background-color:#774f88;}
.sidebar A:link {font-size: 1em; color: #ffffff; text-decoration: none;} /* removed padding: padding: 3px 10px 3px 10px;  */
.sidebar A:visited {color: #ffffff; text-decoration: none;}
.sidebar A:hover {color: #bca0c8; text-decoration: none;}

/* Begin CSS Popout Menu */

#menu{
width:100%;
font-size: .8em; /* all top menu text */
color:#fff;
background:#774f88;
}

#menu a, #menu h2{
background: #774f88; /* submenu backcolor */
text-decoration:none;
font:arial,helvetica,sans-serif;
font-size: 1em;/*large;*/
display:block;
white-space:nowrap;
margin:0;
color:#FFFFFF;
}

#menu a:hover{
color:#bca0c8;
/*background:#774f88;*/
font-weight:bold;
font-size: 1em;/*medium;*/
}
#submenu {
background: #774f88;
color:#bca0c8;
/*background:#774f88;*/
font-weight:bold;
font-size: 1.3em;/*medium;*/
}
#submenu a {
background: #774f88;
color:#bca0c8;
/*background:#774f88;*/
font-weight:bold;
font-size: 1.3em;/*medium;*/
}
#submenu a:hover{
color:#ffffff;
/*background:#774f88;*/
font-weight:bold;
font-size: 1.3em;/*medium;*/
}

#menu ul{
list-style:none;
margin:0 20px;
padding:0;
float:left;/* none makes menu verticle */
width:9em;
}

#menu li{
	position:relative;
	font-weight:bold;
	font-size:1em;
	color:#fff;
	background: #774f88;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:80%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */


div#menu h2:hover{
	background: url(expand3.gif) no-repeat -999px -9999px; /* on hover background color */
	color: #bca0c8; /* top level menu on hover */
}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
	margin-top: 0px;
	font-size: 1.1em;/*12px;*/
	font:700;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none; }

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
	margin-top: 0px;
	font-size: 1em;/*12px;*/
}
/* End of non-anchor hover selectors */

 /*Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
font-size:1em;
color:#fff;
background: #774f88 url(expand3.gif) no-repeat 100%; /* removed second 100% */
}

#menu a.x:hover{
color:#fff;
font-size:1em;
background: #774f88 ;
}

#menu a.x:active{
color:#060;
background: #774f88;
}

/* End CSS Popout Menu */

/* Begin Content Area - Not Part of CSS Popout Menu */

/*#content{position:absolute;top:3.0em;margin:0;padding:0.5em;border:1px solid #000;clear:both;}*/
#content {font-size: 1em; text-decoration: none; color: #774f88;}
#content a:link{font-size: 1em; color: #774f88; text-decoration: none;}
#content a:visited{font-size: 1em; color: #774f88; text-decoration: none;}
#content a:hover{font-size: 1em; color: #a00; text-decoration: none;}
#content a:active{font-size: 1em; color: #774f88; text-decoration: none;}
/*
#content h1, #content h2, #content h3, #content h4 a:link{font:bold 1.0em arial,sans-serif;margin:0.5em 0.25em;padding:0;text-decoration:none;}
#content img{border:none;}
#content p{font:normal 0.8em/1.5em verdana,sans-serif;margin:1.0em;}
#content ul, #content ul ul{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 4.0em 1.5em 4.0em;}
#content ul li{font:normal 0.9em/1.4em verdana,tahoma,arial,sans-serif;margin:1.0em 0;}
#content ul ul li{font:normal 1.1em/1.6em verdana,tahoma,arial,sans-serif;margin:0;}
#content .fr{float:right;margin:0 0 1.0em 1.0em;}
#content .mod{font:normal .6em arial,sans-serif;margin:.25em;}
div.vv{position:relative;top:0;float:right;margin:0 0 15px 15px;}
*/
/* End Content Area - Not Part of CSS Popout Menu */

[if IE]>
<style type="text/css" media="screen">
#menu{float:none;} /* This is required for IE to avoid positioning bug when placing content first in source. */
/* IE Menu CSS */
/* csshover.htc file version: V1.21.041022 - Available for download from: http://www.xs4all.nl/~peterned/csshover.html */
body{
	behavior:url(csshover.htc); /* necessary for submenus to appear */
	margin-top: 0px;
	font-size: 0.8em;
	color: #3d2545;
	background-attachment: fixed;
			scrollbar-face-color: #bca0c8; 
			scrollbar-shadow-color: #000000; 
			scrollbar-highlight-color: #000000; 
			scrollbar-track-color: #bca0c8; 
			scrollbar-arrow-color: #000000; 
			scrollbar-3dlight-color: #CCCCCC; 
			scrollbar-darkshadow-color: #000000;	
}
#menu ul li{float:left;width:100%;}
#menu h2, #menu a{text-align: left;height:1%;font:500 1.1em arial, helvetica, sans-serif;}
</style>
<![endif]

 End Grab This 
