/*********************************************************************************************************
       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-left: 1px #C1C1C1 solid; border-top: 1px #C1C1C1 solid; display: block; font-weight: normal;
						border-right: 1px solid #AFAFAF; border-bottom: 1px solid #9C9C9C;
	                    }
div.SUBmenu				{ width:99%; padding: 0px; }
	              
div.SUBmenu a         { color: #000; background: #fff; text-decoration:none; font-size:10px; line-height:14px; 
	                    font-family: verdana, sans-serif; padding: 2px 5px; font-weight: normal;
                        }

div.SUBmenu a:link,
div.SUBmenu a:visited { color: #293A79; background: #E2CFA8; background-image:url('../images/Nav.jpg'); text-decoration:none; font-weight: normal;
                        }

div.SUBmenu a:active,
div.SUBmenu a:hover   { font-weight: normal; color: #fff; 
                        background: #293A79; 
                        border-left: 5px solid #B94646; border-right: 5px solid #B94646;
                        text-decoration:none;
	                    }	                  
/*********************************************************************************************************
                                                End Stylesheet
*********************************************************************************************************/