/* Vertical Navigation Menu */ 


#menu2 {
	background: #466142;
	margin-top: 10px;
	height: 300px;
}

.vertnav1 a:link {
display:block;
border-bottom:0px solid #D3BCD9;  /*purple-ish*/ 
padding:5px;
text-indent:15px;
white-space:nowrap;
font-size:13px;
color:#FFFFFF; /* white*/ 
font-weight: bold;
text-decoration:none;
width:174px;
}
.vertnav1 a:visited {
display:block;
border-bottom:0px solid #D3BCD9;  /*purple-ish*/ 
padding:5px;
text-indent:15px;
white-space:nowrap;
font-size:13px;
color:#FFFFFF; /* white*/ 
font-weight: bold;
text-decoration:none;
width:174px;
}
.vertnav1 a:active {
display:block;
border-bottom:0px solid #D3BCD9;  /*purple-ish*/ 
padding:5px;
text-indent:15px;
white-space:nowrap;
font-size:15px;
color:#FFFFFF;
font-weight: bold;
text-decoration:none;
width:174px;
}
.vertnav1 a:hover {
display:block;
border-bottom:0px solid #D3BCD9;  /*purple-ish*/ 
padding:5px;
text-indent:15px;
white-space:nowrap;
font-size:13px;
color:#FFFFFF;
background: #415367;
font-weight: bold;
text-decoration:none;
width:174px;
}

.vertnav1-act a:link {
display:block;
border-bottom:0px solid #D3BCD9;  /*purple-ish*/ 
padding:5px;
text-indent:15px;
white-space:nowrap;
font-size:13px;
color:#FFFFFF;
background: #2C3C4C;
font-weight: bold;
text-decoration:none;
width:174px;
}
.vertnav1-act a:visited {
display:block;
border-bottom:0px solid #D3BCD9;  /*purple-ish*/ 
padding:5px;
text-indent:15px;
white-space:nowrap;
font-size:13px;
color:#FFFFFF;
background: #2C3C4C;
font-weight: bold;
text-decoration:none;
width:174px;
}
.vertnav1-act a:active {
display:block;
border-bottom:0px solid #D3BCD9;  /*purple-ish*/ 
padding:5px;
text-indent:15px;
white-space:nowrap;
font-size:13px;
color:#FFFFFF;
background: #2C3C4C;
font-weight: bold;
text-decoration:none;
width:174px;
}
.vertnav1-act a:hover {
display:block;
border-bottom:0px solid #D3BCD9;  /*purple-ish*/ 
padding:5px;
text-indent:15px;
white-space:nowrap;
font-size:13px;
color:#FFFFFF;
background: #2C3C4C;
font-weight: bold;
text-decoration:none;
width:174px;
}

.vertnav2 a:link {
display:block;
border-bottom:0px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#FFFFFF; /* white*/ 
text-decoration:none;
width:174px;
}
.vertnav2 a:visited {
display:block;
border-bottom:0px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:12px;
color:#FFFFFF; /* white*/ 
text-decoration:none;
width:174px;
}
.vertnav2 a:active {
display:block;
border-bottom:0px dotted #94B4DB;  /*flat blue*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FFFFFF; /* white*/ 
text-decoration:none;
width:174px;
}
.vertnav2 a:hover {
display:block;
border-bottom:0px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
}

.vertnav2-act a:link {
display:block;
border-bottom:0px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
}
.vertnav2-act a:visited {
display:block;
border-bottom:0px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
}
.vertnav2-act a:active {
display:block;
border-bottom:0px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
}
.vertnav2-act a:hover {
display:block;
border-bottom:0px dotted #FF6000; /* red orange*/ 
padding:2.5px 2.5px 2.5px 2.5px;
text-indent:30px;
white-space:nowrap;
font-size:11px;
color:#FF6000; /* red orange*/ 
text-decoration:none;
width:174px;
}

