body {
        font: 11px Arial;
		font-weight: bold;
        background: #ffffff;
        margin: 0;
        padding: 0px;
    }    
	
.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: url(menu3left.bmp);
    font: 11px arial;
    color: #ffffff;
    font-weight: bold; 
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 4px 8px 4px 8px;
    font: 11px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2 {
    background: #0b106d;
	border-bottom: thin solid #2d92fd;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #2d92fd;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 4px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
}

.ddmx .bottom,
.ddmx .bottom:hover {
}

* html .ddmx td { position: relative;} /* ie 5.0 fix */

.style1
{
	font: 14px Arial;
	color:#000000;
	padding-left: 20px;
	background-color:#FFFFFF;
}

.style2
{
	font: 16px Arial;
	color:#000000;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: underline;
}

.style3{	padding-left: 12px}

.style4
{
	font: 12px Arial;
	color:#ffffff;
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
}

.style5
{
	font: 11px Arial;
	color:#ffffff;
	font-weight: bold;
	font-style:italic;
}

.style6
{
	font: 16px Arial;
	color:#0b106d;
	padding-left: 20px;
	font-weight: bold;
	font-style:italic;
}

.style7
{	padding-left:20px;}

.style8
{
	font: 16px Arial;
	color:#0b106d;
	padding-left: 20px;
	font-weight: bold;
}

.style9
{
	font: 14px Arial;
	color:#000000;
	padding-left: 20px;
	padding-right: 20px;
}

.style11
{
	margin-top: 100px;
	font: 16px Arial;
}

.style12
{
	font: 14px Arial;
	margin-right: 10px;
}

.style13
{
	font: 18px Arial;
	color:#0b106d;
	margin-right: 10px;
	font-weight: bold;
}

.style14
{
	font: 16px Arial;
	font-weight: bold;
	font-style:italic;
}

.style15
{
	font: 14px Arial;
	font-style:italic;
}

.style16
{
	color:#FF0000
}

.style17
{
	font: 18px Arial;
	color:#0b106d;
	padding-left: 150px;
	font-weight: bold;
}

.style18
{
	font: 14px Arial;
	color:#000000;
}

.style19
{
	font: 14px Arial;
	font-style: italic;
	color:#000000;
	margin-left: 30px;
	margin-right: 30px;
}

.style20
{
	font: 14px Arial;
	color:#000000;
	padding-left:20px;
	text-decoration:underline;
}

.style21
{
	padding: 3px 10px 3px 10px;
    border-top: 0px;
    
	background-image: url(menu3left.bmp);
    
	font: 11px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	border-width:thin;
	border:#004bfc;
}

.style22
{
	font: 14px Arial;
	color:#000000;
	padding-left:20px;
}

.style23
{
	font: 14px Arial bold;
	font-weight:bold;
	color:#000000;
	padding-left: 20px;
	padding-right: 20px;
}

.style24
{
	font: 14px Arial;
	padding-left: 40px;
}

.style25
{
	font: 16px Arial;
	color:#000000;
	padding-left: 20px;
	background-color:#FFFFFF;
	font-weight:bold;
}

.style26
{
	font: 16px Arial;
	font-weight:bold;
}

.style27 
{
	font: 11px Arial;
	color:#ffffff;
	font-weight: bold;
	padding-right:20px;
	padding-bottom:2px;
}
	
A:link 
{
   text-decoration:none;
   font-family: arial;
   color:#3976f0;
}

A:active 
{
   text-decoration: none;
   font-family: arial;
   color:#3976f0;
}

A:visited 
{
   font-style:arial;
   text-decoration:none;
}

A:hover 
{
   text-decoration: none;
   font-weight:normal;
}

/*N E W  M E N U  C S S  1 */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%; /* Width of Menu Items */
font: bold 11px arial;
border: none;
}

.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
font: bold 11px arial;
position: absolute;
width: 168px; /*sub menu width*/
top: 0;
visibility: hidden;
left: 2px;
border: 1px solid #FFFFFF;
}

.suckerdiv ul li ul a{border-bottom: thin solid #2d92fd;}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
font: bold 11px arial;
color: white;
text-decoration: none;
background: #0b106d;
padding: 3px 10px 3px 10px;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
font: bold 11px arial;
}

.suckerdiv ul li ul a:hover{background-color: #2d92fd;}

.suckerdiv .subfolderstyle{
background: #0b106d;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */