/***********************************
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: 1x #E3E3E3 solid; display: block;
 
	              }
	              
div.SUBmenu a { color: #555555; background-color: #f1f1f1;
	            font-size:9px; line-height:14px; 
	            font-family: verdana, sans-serif;
	            padding: 2px 5px;
                }

div.SUBmenu a:link,
div.SUBmenu a:visited { color: #f1f1f1; background-color: #555555; text-decoration:none;
                        }
div.SUBmenu a:active,
div.SUBmenu a:hover { background-color: #f1f1f1; color: #555555;
                      border: 1px #E3E3E3 solid; display: block;
					  text-indent: 0px; 
                      text-decoration:none;
	                  }
/**********************************************************************
 Begin SUBmenuJ Style (table.SUBmenuJ a - must have width specified 100%)
**********************************************************************/
table.SUBmenuJ a       { padding: 1px; text-decoration:none; width:100%;
	                    border: 1px #444444 solid; border-left: 7px #C15256 solid; display: block; 
	                    }
	              
div.SUBmenuJ a         { color: #000; background: #fff; text-decoration:none;
	                    font-size:10px; line-height:14px; 
	                    font-family: verdana, sans-serif;
	                    padding: 2px 5px;
                        }

div.SUBmenuJ a:link,
div.SUBmenuJ a:active,
div.SUBmenuJ a:visited { color: #efefef; background: #5E5C5B; text-decoration:none;
                        }

div.SUBmenuJ a:hover   { font-weight: normal; color: #dd6900; 
                        background: #333333; border: 1px #C15256 solid; 
                        border-left: 7px #C15256 solid;
                        text-decoration:none;
	                    }	                  
/***********************************
 End Stylesheet
***********************************/