﻿
/* Left Menu */
#logoholder { display: block; height: 150px; width: 150px; background: url('../images/npp_logo.jpg') no-repeat center top; }
#leftmenuholder { display: block; background-color: #9887B2; margin-top: 15px; width: 151px; }
#sidemenu { padding-top: 0px; display: block; width: 137px; text-align: right;	overflow: auto;	margin: 0 auto; color: #fff; }
#sidemenu ul a { text-decoration: none;	color: #ffffff; } 
#sidemenu ul a:link, #sidemenu ul a:visited { color: #FFFFFF; }
#sidemenu li { list-style: none; font-size: 1.4em; border-bottom: 1px dotted #ffffff; padding-bottom: 0.4em; padding-top: 0.4em; }
#sidemenu li a:hover, #sidemenu li a:active { color: #666; }

/* Left Menu Corners */
#leftmenuholder .header ul { background: url('../images/corners.gif') no-repeat -15px 100%; height: 15px; list-style: none; margin: 0; }
#leftmenuholder .header ul li { float: right; background: url('../images/corners.gif') no-repeat 0px -15px; width: 15px; line-height: 15px; height: 15px; }
#leftmenuholder .footer ul { background: url('../images/corners.gif') no-repeat -15px 0px; height: 15px; list-style: none; margin: 0; }
#leftmenuholder .footer ul li { float: right; background: url('../images/corners.gif') no-repeat 0px 0px; width: 15px; line-height: 15px; height: 15px; }

#sidetitle { text-align: center; font-size: 1.4em; color: #ffffff; font-weight: bold; }
#sidetext { text-align: center; font-size: 1.3em; color: #ffffff; font-weight: normal; }

#leftimagespacer { width: 151px; height: 40px; background-color: #ffffff; } 
#leftimage { width: 151px; height: 250px; background-color: #ffffff; }

