a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* main menu */
.main-menu ul { margin: 0; padding: 0; list-style: none; }
.main-menu ul li { margin: 0; padding: 0; font-weight: bold; }
.main-menu ul li { display: block; padding: 3px; }
.main-menu ul li ul {  margin-left: 1em;  }
.main-menu ul li ul li { background: url(images/bullet.gif) no-repeat 0 7px !important; padding-left: 10px; font-size: 10px !important; }
.main-menu ul li ul li ul { margin-left: 0; }
.main-menu ul li ul li ul li { font-weight: normal; padding-left: 0; margin-left: 0; background-image: none !important; }
.main-menu ul li ul li ul li a { text-decoration: underline; background-image: none; padding-left: 0; }
.main-menu a { color: #fff; text-decoration: none; }
.main-menu a:hover { color: #fff; text-decoration: none; }

#site-menu { margin-top: 20px; padding: 20px 0; border-top: 1px solid #fff; }
#site-menu a {
	display: block;
	margin-bottom: 4px;
	color: #fff;
}

.psfooter {
	text-align: center;
	padding: 1em;
	border-bottom: 1px solid #ddd;
	margin: 5px auto;
}
.strdes { line-height: 150%; }

/* window */
.win-top { background: url(images/tl.gif) no-repeat top left; }
.win-top div,.win-top2 div { background: url(images/tr.gif) no-repeat top right; height: 10px; }
.win-bot { background: url(images/bl.gif) no-repeat bottom left; }
.win-bot div,.win-bot2 div { background: url(images/br.gif) no-repeat bottom right; height: 10px; }
.win-content { padding: 0 20px; }

/* misc text */
.copyright { padding: 5px; font-size: 10px; color: #aaa; }

/* home specials */
.spec-img { float: left; width: 49%; text-align: center; }
div.xpand { clear: both; height: 1px; }

/* layout */
#page-content { margin: 10px 0; }
#home-pic,#home-welcome,#mast { margin-bottom: 10px; }

/* headings */
h1.page-title {
	display: block;
	font: bold 13pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}


/* tree menu */
.treeview ul{ margin: 0; padding: 0; }
.treeview li{ list-style-type: none; padding-left: 10px; margin-bottom: 3px; }
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/* background: url(images/closed.gif) no-repeat left 1px; */
cursor: hand !important;
cursor: pointer !important;
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
