/*********************************************************************************************************
       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 #CECBCE solid; 
						font-weight: bold; display: block; 
	                    }
	              
div.SUBmenu a         { color: #7F2726; background: #f1967e; 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: #000000; background: #c0deee; text-decoration:none; border: 1px #ffffff solid;
                        }

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