

TABLE {
    font-family : Arial, 'sans-serif';
    font-size : 12px;
  }


.CTPF_dropdown_menu {
    background-color : #244b91;
    color : #ffffff;
    font-family : Arial, 'sans-serif';
    font-size : 12px;
    font-variant : small-caps;
    text-align: left;
	border-bottom-color : #e2007b;
    border-bottom-style : solid;
    border-bottom-width : 2px;
	display : block;
  }


.CTPF_dropdown_menu A {
    color: #ffffff;
    text-decoration: none;
  }


.CTPF_dropdown_submenu {
    font-family : Arial, 'sans-serif';
    font-size : 12px;
    
    border-bottom-color : #e2007b;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-color : #e2007b;
    border-left-style : solid;
    border-left-width : 2px;
    border-right-color : #e2007b;
    border-right-style : solid;
    border-right-width : 2px;
    border-top-color : #e2007b;
    border-top-style : solid;
    border-top-width : 2px;
    display : none;
    position : absolute;
	width: 250px;
	text-align: left;
	font-variant : small-caps;

  }


.CTPF_dropdown_submenu A {
    color: #ffffff;
    text-decoration: none;
  }

.menuitem_off {
	background-color : #727bb1;
	filter:alpha(opacity=90);
    moz-opacity:.90;
    opacity:.90;
    padding-left : 10px;
padding-right : 10px;
padding-top : 1px;
padding-bottom : 1px;
}
.mainmenuitem_off {
    border-top-color : #e2007b;
    border-top-style : solid;
    border-top-width : 1px;
    padding-left : 10px;
padding-right : 10px;
padding-top : 1px;
padding-bottom : 1px;
  }

.menuitem_on {
    padding-left : 10px;
padding-right : 10px;
padding-top : 1px;
padding-bottom : 1px;
background-color: #244b91;
}
.mainmenuitem_on {
background-color: #727bb1;
    border-top-color : #e2007b;
    border-top-style : solid;
    border-top-width : 1px;
    padding-left : 10px;
padding-right : 10px;
padding-top : 1px;
padding-bottom : 1px;
  }

