/***********************************
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: 2px solid; display: block; 
				  border-top-color : #E3E3E3;
				  border-right-color : #939393; 
				  border-bottom-color : #6C6C6C; 
				  border-left-color : #DBDBDB;} 
	              }
	              
div.SUBmenu a { color: #000; background-image:url('../images/subNav2.jpg'); text-decoration:none;
	            font-size:10px; line-height:14px; 
	            font-family: verdana, sans-serif;
	            padding: 2px 5px;
                }

div.SUBmenu a:link,
div.SUBmenu a:visited { color: #000; background: #D3D3D3; background-image:url('../images/subNav.jpg'); text-decoration:none;
                        }
div.SUBmenu a:active,
div.SUBmenu a:hover { font-weight: bold; color: #000; 
                      border: 2px solid; display: block;
					  text-indent: 2px; 
				      border-top-color : #6C6C6C;
				      border-right-color : #DBDBDB; 
				      border-bottom-color : #E3E3E3; 
				      border-left-color : #939393;
                      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
***********************************/
