﻿
 

/*   The Sub-Menus options have the following style  */
.SubMenu
{
    text-decoration: none; 
    margin-left: 2px;     
}

.SubMenu .text
{
	font-family: Verdana, Geneva, ms sans serif;
    width: 150px;
    font-size: 95%;
    cursor: hand;
    height: 15px;
    padding:  3px 0px 3px 7px;    
    background-image: url(../Images/menuItemBg.gif);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid white;
    text-align: left;
    vertical-align: bottom;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #BABABA;
    color: #344980;
    z-index: 10000; 
}    

.SubMenu310 .text
{
	font-family: Verdana, Geneva, ms sans serif;
    width: 310px;
    font-size: 95%;
    cursor: hand;
    height: 15px;
    padding:  3px 0px 3px 7px;    
    background-image: url(../Images/menuItemBg.gif);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid white;
    text-align: left;
    vertical-align: bottom;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #BABABA;
    color: #344980;
    z-index: 10000; 
}    



.SubMenu240 .text
{
	font-family: Verdana, Geneva, ms sans serif;
    width: 240px;
    font-size: 95%;
    cursor: hand;
    height: 15px;
    padding:  3px 0px 3px 7px;    
    background-image: url(../Images/menuItemBg.gif);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid white;
    text-align: left;
    vertical-align: bottom;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #BABABA;
    color: #344980;
    z-index: 10000;
}    



.SubMenu:hover
{    	
	font-family: Verdana, Geneva, ms sans serif;
    text-decoration: none;    
    background-image: url(../Images/menuItemBgOver.gif);
    background-repeat: repeat-x;
    background-position: center;
    border-bottom: 0px solid #BDBDBD;
    border-top: 0px solid white;
    border-left: 2px solid #FE9D56;
    border-right: 0px solid #BABABA;
}
