/***********************************
CSS Document
Author: Michael Oleksak - StarsnSites.com
copyright ©2006 all rights reserved. 
BEGIN WITH GLOBAL DECLARATIONS.
old background color #dadada
***********************************/

/**********************************************************************
 Begin SUBmenu Style (table.SUBmenu a - must have width specified 100%)
**********************************************************************/

table.SUBmenu a       { padding: 1px; text-decoration:none; width:100%;
	                    border: 1px #B4645E solid; border-left: 7px #B4645E solid; display: block; 
	                    }
	              
div.SUBmenu a         { color: #000; background: #fff; text-decoration:none;
	                    font-size:10px; line-height:14px; 
	                    font-family: verdana, sans-serif;
	                    padding: 2px 5px;
                        }

div.SUBmenu a:link,
div.SUBmenu a:active,
div.SUBmenu a:visited { color: #333333; background: #f5f5f5; text-decoration:none;
                        }

div.SUBmenu a:hover   { font-weight: normal; color: #B4645E; 
                        background: #f5f5f5; border: 1px #396396 solid; 
                        border-left: 7px #396396 solid;
                        text-decoration:none;
	                    }

/**********************************************************************
 Begin CARTmenu Style (table.CARTmenu a - must have width specified 100%)
**********************************************************************/

table.CARTmenu a       { padding: 1px; text-decoration:none; width:100%;
	                    border: 1px #444444 solid; border-left: 7px #396396 solid; display: block; 
	                    }
	              
div.CARTmenu a         { color: #000; background: #fff; text-decoration:none;
	                    font-size:10px; line-height:14px; 
	                    font-family: verdana, sans-serif;
	                    padding: 2px 5px;
                        }

div.CARTmenu a:link,
div.CARTmenu a:active,
div.CARTmenu a:visited { color: #DDD7BA; background: #333333; text-decoration:none;
                        }

div.CARTmenu a:hover   { font-weight: normal; color: #dd6900; 
                         background: #333333; border: 1px #396396 solid; 
                         border-left: 7px #396396 solid;
                         text-decoration:none;
	                    }	                  
/***********************************
 End Stylesheet
***********************************/