/*******************************************************************************************************************************************************************************************
                          									 CSS Document Author: Michael Oleksak - StarsnSites.com for Hyannis Country Garden
                            								       copyright ©2007 all rights reserved. MAIN LEFT MENU STYLESHEET.  
*******************************************************************************************************************************************************************************************/
.left	{ width: 250px; }

.left h2 { background: #CDC599;  color: #3C4331; border-bottom: 1px solid #3C4331; border-top: 1px solid #566045; padding: 5px; 
           margin-top: 0px; margin-bottom: 0px; }

#menu {  }

#menu ul { border: 0; margin: 0; padding: 0; list-style-type: none; text-align: left; }
#menu ul li { display: block; float: none; text-align: left; padding: 0; margin: 0; }
#menu ul li a { background: #fff; background-image:url('../images/catNav.jpg'); height: 30px; border-top: 0px solid #85946B; 
                border-bottom: 0px solid #566045; padding: 0 0 0 5px; margin: 0; display: block; font-weight: bold;
				border-left: 0px solid #777777;
				color: #00868B;
				text-decoration: none;
				text-align: left;				
				line-height: 30px;
				text-indent: 5px;  	 
				font-size: 11px;
				width: 250px; 
				margin-top: 2 px; 
				}
html>#menu ul li a  {font-size: small}
#menu ul li a:hover {padding: 0 0 0 5px; color: #253614; background: #fff;  background-image:url('../images/catNavOver.jpg'); width: 250px; border-left: 0px solid #CDC599; 
                     text-indent: 10px; margin-top: 2 px; }

#menu ul li#sub a { background: #00868B; background-image:url('../images/SubcatNav.jpg'); height: 20px; border-bottom: 0px solid #bbbbbb; border-top: 0px solid #eeeeee;
                    border-left: 0px solid #CDC599;  padding: 0 0 0 5px; margin: 0; display: block; font-weight: bold;
					color: #fff;
					text-decoration: none;
					text-align: left;
					line-height: 20px;
					text-indent: 5px;	 
					font-size:    9px;
					width: 200px;
					margin-top: 2px; 
					float: right;
				}
html>#menu ul li#sub a  { font-size: 10px;}
#menu ul li#sub a:hover { padding: 0 0 0 5px; color: #fff; background: #00868B; background-image:url('../images/SubcatNavOver.jpg'); width: 200px; text-indent: 8px; }