/*********************************************************************************************************
       CSS Document Author: Michael Oleksak - StarsnSites.com copyright ©2007 all rights reserved. 
*********************************************************************************************************/

/**********************************************************************
 Begin SUBmenu Style (table.SUBmenu a - must have width specified 100%)
**********************************************************************/
table.SUBmenu a       { padding: 1px; text-decoration:none; width:100%;
	                    border: 1px #ffffff solid; 
						font-weight: bold; display: block; 
	                    }
	              
div.SUBmenu a         { color: #ffffff; background: #3399cc; 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: #002161; background: #92cdba; text-decoration:none; 
                        }

div.SUBmenu a:active,
div.SUBmenu a:hover   { font-weight: normal; color: #ffffff; 
                        background: #002161; border: 1px #002161 solid; 
                        text-decoration:none; font-weight: bold;
	                    }	                  
/*********************************************************************************************************
                                                End Stylesheet
*********************************************************************************************************/
