#menu {
    width: 199px !important;
    width /**/:201px;
	float: left;
	border-left:1px solid #3F6ABE;
	border-right:1px solid #3F6ABE;
	background-image:none;
}

/* Turn off list bullets */
#menu ul.aqtree3clickable li {
	list-style: none;
	background-image: url(../images/shared/menu-item2.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align:left;
}

#menu ul.aqtree3clickable, #menu ul.aqtree3clickable ul, #menu ul.aqtree3clickable li {
  margin: 0; padding: 9px 0 9px 0; 
  color: #FFFFFF;
}

#menu ul.aqtree3clickable li ul li {
	background-image: url(../images/shared/menu-submenu.gif);
	background-repeat: no-repeat;
}

#menu ul.aqtree3clickable li ul li ul li {
	background-image: none;
	background-repeat: no-repeat;
}

#menu ul.aqtree3clickable li ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#menu ul.aqtree3clickable li ul li {
	/*padding-bottom: 4px;
	margin-bottom: 2px;
	padding-top:2px;*/
    padding-bottom: 4px !important;
    padding-bottom /**/:0px;
    margin-bottom: 2px !important;
    margin-bottom /**/:0px;
    padding-top: 2px !important;
    padding-top /**/:0px;
}

#menu ul.aqtree3clickable li ul li a {
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 0 15px 25px; 
}


#menu ul.aqtree3clickable li ul li ul li {
    padding-bottom: 4px !important;
    padding-bottom /**/:0px;
    margin-bottom: 2px !important;
    margin-bottom /**/:0px;
    padding-top: 2px !important;
    padding-top /**/:0px;
}

#menu ul.aqtree3clickable li ul li ul li a {
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 0 8px 0;
	color:#333333; 
}


/* This controls the indent for each sublist */
#menu ul.aqtree3clickable ul {
  padding-left: 10px;
  padding-top: 17px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* Provide space for our own "bullet" inside the link */
#menu ul.aqtree3clickable li a { padding-left: 10px; color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 0.8em; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
#menu ul.aqtree3clickable li.aq3open a {
    background: url(minus.gif) center left no-repeat;
	font-size:1em;
	margin-left:5px;
}
#menu ul.aqtree3clickable li.aq3closed a {
    background: url(plus.gif) center left no-repeat;
	font-size:1em;
	margin-left:5px;
}
#menu ul.aqtree3clickable li.aq3bullet a {
    background: url(bullet.gif) center left no-repeat;
	font-size:1em;
	margin-left:5px;
}

#menu ul.aqtree3clickable li ul li.aq3open a {
    background: url(minus.gif) center left no-repeat;
	font-size:0.7em;
	padding-top:0;
	margin-left:0;
}
#menu ul.aqtree3clickable li ul li.aq3closed a {
    background: url(plus.gif) center left no-repeat;
	font-size:0.7em;
	padding-top:0;
	margin-left:0;
}
#menu ul.aqtree3clickable li ul li.aq3bullet a {
    background: url(bullet.gif) center left no-repeat;
	font-size:0.7em;
	padding-top:0;
	margin-left:0;
}

/* Actually show and hide sublists */
#menu ul.aqtree3clickable li.aq3open ul { display: block; }
#menu ul.aqtree3clickable li.aq3closed ul { display: none; }

#menuborderBottom {
  	margin-top:3px;
	background-image: url(../images/shared/menu-bottom.gif);
	height: 20px;
	width: 207px;
	background-repeat: no-repeat;
}

#menuborderTop {
	background-image:  url(../images/shared/menu-top.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 207px;
}

