.sidenavTxt {
	 color :#000000;
	 FONT-SIZE  :10px;
	 font-family: Georgia, Verdana, "Times New Roman", Times; 
}
.sidenavbg {
	 font-family: Georgia, Verdana, "Times New Roman", Times; 
	 font-size: 10px; 
	 color: #330000; 
	 text-decoration: none; 
	 font-variant: normal; 
	 list-style-image: url((URL)); 
	 list-style-type: circle;
	 background-color:#E6DE7C;	
}

.departments {
	 font-family: arial;
	 height: 22px;
	 TEXT-ALIGN: right;
	 padding-right: 19px;	 	 
	 width: 180px;
	 background-color: #FFFFFF;
}

.departments A {
	font-weight: bold; 
	color: #330000;
	FONT-SIZE  :11px;
	font-family: arial; 
	TEXT-DECORATION  : none ;
}

#departmentson {
	background-image: url('../images/department_on.gif');
	border-right: thin solid #ffffff;
}

#departmentsoff {
	background-image: url('../images/department_off.gif');	
}

.subdepartments {
	height: 15px;
	width: 170px;	
	padding: 0px;
	border: 0px;
}


/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

*{margin:0;padding:0;}

body{margin:0.5em 0.5em 0.5em 1.0em;font-size:100%;font-family:verdana,tahoma,arial,sans-serif;}

/* Begin CSS Popout Menu */

#menu{
position:relative;
z-index:2;
width:100%;
}


#menu a{
display:block;
white-space:nowrap;
margin:0;
}

#menu a{
height: 18.5px;
padding-top: 3.5px;
padding-right: 19px;
font-family: arial;
TEXT-ALIGN: right;
color:#330000;
text-decoration:none;
}

#menu a:hover{
font-family: arial;
color:#330000;
}

#menu a:active{
font-family: arial;
color:#330000;
}

#menu ul{
list-style:none;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li ul #firstSub{
border-top: 0;
width:180px;
border-left: 1px solid #ffffff;
background:url('../images/tr.gif');
border-right: 0px;
}

div#menu li ul #lastSub{
width:180px;
border-left: 1px solid #669933;
border-right: 0px;
background:url('../images/br.gif');
}

div#menu li ul #onlySub{
width:180px;
border:0px;
background:url('../images/only.gif');
}

div#menu li ul #firstSub:hover{
background:url('../images/tr_hover.gif');
}

div#menu li ul #lastSub:hover{
border-left: 1px solid #669933;
border-right: 0px;
background:url('../images/br_hover.gif');
}

div#menu li ul #onlySub:hover{
border: 0px;
background:url('../images/only_hover.gif');
}

div#menu li ul li{
width:179px;
background:#E6DE7C;
position:relative;
height: 22px;
border-top: 1px solid #F5F1BF;
border-left: 1px solid #669933;
border-right: 1px solid #669933;
}

div#menu li ul li:hover{
background: white;
position:relative;
}

div#menu li{
background:url('../images/department_off.gif');
position:relative;
}

div#menu li:hover{
background:url('../images/department_on.gif');
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
height: 18.5px;
width: 161px;
font-weight: bold; 
color: #330000;
FONT-SIZE  :11px;
}

#menu a.x:hover{
font-weight: bold; 
color: #330000;
FONT-SIZE:11px;
width: 161px;
}

#menu a.x:active{
font-weight: bold; 
FONT-SIZE  :11px;
color:#330000;
width: 161px;
}


