<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a:link {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: small;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: small;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: small;
	text-decoration: underline;
}

a:active {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: small;
	text-decoration: underline;
}

.link1 body, td {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: x-small;
text-decoration: none;
}

.link1 a:link{
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: small;
text-decoration: underline:
}

.link1 a:hover{
	color: #c0c0c0;
	font-family: Trebuchet MS;
	font-size: small;
text-decoration: underline;
}

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #fff0f5; /* thick left border of menu */}

#slidedoormenu li{
border-bottom: 2px solid #ffc0cb; /* Gray border beneath each menu item */
list-style-type: none;
}

#slidedoormenu li a{
background: white url(images/vstrip1.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #ff1493;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 13px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 4px;
text-decoration: none;
}

#slidedoormenu li a:visited, .slidedoormenu li a:active{
color: #ff1493;
}

#slidedoormenu li a:hover{
background-position: -90px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

#slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

#slidedoormenu li.lastitem a{
padding: 13px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

</style>

<!--[if IE]>
<style type="text/css">
#slidedoormenu li a{ /* Menu link width value for IE */
width: 10%;
}
</style>
<![endif]-->
