/* Container for the Menu */
/* Turns off Margin, Padding, and Bullets for the Menu List */
#menu {  }
#menu ul {margin: 0; padding: 0 0 0 10px;}
#menu ul li { margin: 8px 0; padding: 2px 0 0; border: solid 1px #fff; list-style-type: none; }
#menu ul li ul li { list-style-type: none; margin: 0; padding: 0; border-style: none; }
#menu ul li ul li ul li { list-style-type: none; margin: 0 0 0 12px; padding: 0; border-style: none; }

/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open .closedsub ul{display:none;}
.open ul{display:block;}
.nolink { }

/* Link Styles for the Menu */
.closed a, .open a, .nolink a { background-repeat: no-repeat; color: #767677; font-size: 11px; background-position: 0 -1px; padding: 2px 0 2px 19px; text-decoration: none; }
.closed a:link, .open a:link, .nolink a:link, .closed a:visited, .open a:visited, .nolink a:visited { background-repeat: no-repeat; color: #767677; font-size: 11px; background-position: 0 -1px; padding: 2px 0 2px 19px; text-decoration: none; }

.open .opensub a, .open .closedsub a { background-repeat: no-repeat; color: #999; font-size: 11px; font-weight: normal; background-repeat: no-repeat; background-position: 0 50%; margin: 0 0 0 16px; padding: 0 0 0 12px; text-decoration: none; }


 Hover and Active styles for the menu */

.open .opensub a:hover, .open .closedsub a:hover, .nolink a:active, .closed a:active, .open a:active { color: #767677;}
.closed a:hover, .open a:hover  { color: #104a7d; background-image: url(../graphics/menminus.gif); } 
.nolink a:hover { color: #104a7d; } 
/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(../graphics/menplus.gif);}
.open .closedsub a { background-image: url(../graphics/menplus_sub.gif); }
/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(../graphics/menminus.gif);}
.open .opensub a { background-image: url(../graphics/menminus_sub.gif); }
/* Link Styles for the Submenus */
.closed ul a, .open ul a, .closed .closedsub ul a, .open .opensub ul a {
	background-image: url(../graphics/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	border: 0;
	color:#999;
	font-size: 0.8em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}

.open .opensub ul a:hover { color: #767677; font-size: 0.8em; font-weight: normal; background-image: url(../graphics/pagemarker.gif); background-repeat: no-repeat; background-position: 0 50%; margin: 0 0 0 16px; padding: 0 0 0 12px; border: 0; }

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}