
/* Container for the Menu */
#swapmenu {
	background-color: #ffffCE;
	padding: 0px;
	margin: -3px 0px 0px 0px;
	width: 140px;
	overflow: hidden;
	font: verdana, arial, helvetica, sans-serif;

}
#swapmenu a:hover {
	text-decoration: underline;
	color: #666;
	}
	
/* Turns off Margin, Padding, and Bullets for the Menu List */
#swapmenu ul {margin: 0px; padding: 0px;}
#swapmenu li {margin: 0px; padding: 2px 0px 2px 0px; list-style-type: none; border-bottom: 1px dotted; border-color: #FFCF00;}
#swapmenu li li, #swapmenu li li li{margin: 0 0 2px 8px; color: #3165CE; font-weight: normal; border: 0;}
#swapmenu a {
	background-repeat: no-repeat;
	background-position:  100% 50%;
	padding: 2px 12px 2px 5px;
	text-decoration: none;
	display: block;
}
/* Menu List Items with no submenus*/
.noChildren a {
	color: #000063;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background-image: url("../images/spacer.gif");
}


/* Rules if using the WriteStyles Command */
.closed0 ul{display:none;}
.open0 ul{display:block;}
.closed1 ul{display:none;}
.open1 ul{display:block;}
.closed2 ul{display:none;}
.open2 ul{display:block;}

/* Link Styles for the Menu */
.closed0 a, .open0 a {
	/*color: #000063;*/
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position:  100% 50%;
	display: block;
	
}
.open0 a:visited {
	color: #3165CE;
}


/* Icon for Menu Links in Closed State */
.closed0 a {
	background-image: url("../images/menu_right.gif");
}
/* Icon for Menu Links in Open State */
.open0 a {
	background-image: url("../images/menu_v.gif");
	border-bottom: 0;
}

/* Link Styles for the Submenus */
.closed0 ul a, .open0 ul a {
	background-image: url("../images/spacer.gif");
	border: 0;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	color: #3165CE;
}

.open0 ul a:visited {
	text-decoration: none;
	color: #3165CE;
}

.closed1 a {
background-image: url("../images/menu_right.gif") !important; padding: 2px 0px 2px 10px; 
}
.open1 a {
background-image: url("../images/menu_v.gif") !important;
color: #3165CE;
border-bottom: 0;

}
.open1 ul a {
background-image: url("../images/spacer.gif") !important;
color: #3165CE;
border-bottom: 0;
}
.closed1 ul li a, .open1 ul li a {
	background-image: url("../images/spacer.gif") !important;
	border: 0;
	color: #3165CE;
	display: block;
}
ul li .closed2 a {background-image: url("../images/menu_right.gif") !important;}
ul li .open2 a {background-image: url("../images/menu_v.gif") !important;}
ul li .closed2 ul a, ul li .open2 ul a {background-image: url("../images/spacer.gif") !important;}




#last {
border-bottom: 1px dotted;
border-color: #3165CE;
}
/* Optional ID to assign the <a> to highlight a "Current Page" link */
#current {
font-weight: bold;
color: #3165CE;
}

/*<!--[if gte IE 5]>
<style>
#swapmenu ul a {height: 1em;}
</style>
<![endif]-->
<!--[if IE 5]>
<style>
#swapmenu li {margin-top: -3px;}
</style>
<![endif]-->/*