@charset "utf-8";
/* CSS Document */



/* sets the think backgroun to left and right of the menu box */
#navlist
{
padding: 0 1px 1px;
margin-left: 0;
float: left;
font: bold 12px Verdana, sans-serif;
background: #F3D5F6;
width: 15em;
}

/* Important overrides. */
.home{ background: #F782DD !important;}

#navlist h5{
	margin:0;
	padding:0;
	font-size: 1.1em;
	font-weight:bold;

}
#navlist li
{
list-style: none;
margin: 0;
text-align: left;
border-bottom: 1px solid red;

}

/* SETS BACKGROUND COLOR OF LINKS */
#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #F782DD; /* navbar left color box */
background: #FFAEE8; /* navbar right color  */
text-decoration: none;
}


#navlist li a:link { color: #ac27a9;; } 
#navlist li a:visited { color: #ac27a9;; } 
#navlist li a:hover
{ color: #ac27a9;
/*border-color: #FE3;*/
background: #ffffff;
}
#navlist li a:active { color: #ac27a9;; } 


#navlist #active { border-left: 1px solid #ac27a9; }
