/* Copyright 2010 by Curtice Enterprises. All rights reserved */
/* SideMenu Style settings */
/* background: #FFFFFF; */
table.MenuTable { width: 95%; }
td.MenuTitle, 
td.MenuSubTitle, 
td.MenuEntry, 
td.MenuError, 
.MenuItem, 
.MenuItemOver, 
.MenuLink, 
.MenuLinkOver { font-family: Times New Roman, serif; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-decoration: none; }
/* font-family: Verdana, Geneva, Arial, sans-serif; */

td.MenuTitle { text-align: left; font-size: 24px; font-weight: bold; color: #000000; }
td.MenuSubTitle { font-size: 22px; font-weight: bold; color: #000000; }
td.MenuEntry { font-size: 20px; font-weight: bold; color: #000000; cursor: pointer; }
td.MenuError { font-size: 20px; color: #FF0000; }

.MenuItem { font-size: 20px; font-weight: normal; color: #000000; cursor: pointer; }                        /* Menu Item entry */
.MenuItemOver { font-size: 20px; font-weight: normal; color: #888888; cursor: pointer; }                    /* Menu Item entry mouse over*/
.MenuLink { font-size: 20px; font-weight: normal; color: #0000FF; cursor: pointer; }                        /* Menu Link to outside site entry */
.MenuLinkOver { font-size: 20px; font-weight: normal; color: #5555FF; cursor: pointer; }                    /* Menu Link to outside site entry mouse over */

td.MenuItemIcon { width:15px; height:15px; background-image: url('/Images/Icons/Blank.gif');/*Dot.gif*/ background-position: center center; background-repeat: no-repeat; }
td.MenuIcon { width:15px; height:15px; }
td.MenuBlankIcon { width:15px; height:15px; background-image: url('/Images/Icons/Blank.gif'); background-position: center center; background-repeat: no-repeat; }
