#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
}
/* *html li.menuwidth{
width:0em;
}*/
li.menuwidth{
width:auto;
}

li.menusize{
width: 10em;
}
#menu li { /* all list items */
	float: left;
	position: relative;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 2.6em;
    left: 0;
	border-width: 1px;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
/* * html #menu ul li { float: left; height: 1em; }
 HTML #menu UL LI A {
	height:20px; 
	
}*/
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden;
width:14em;
top:2.4em;
left:auto;
 }		
/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}
/* Styles for Menu Items */
#menu ul a {
text-align:center;
	display: block;
	text-decoration: none;
	COLOR: #fff;
	 border-right:0px solid #333333;
	 vertical-align:bottom;
	 font-weight:bold;
	padding: .55em 0.35em ;
}
/* Hover Styles */
#menu ul a:hover { 
	 COLOR: #FFF;
} 
/* Sub Menu Styles */
#menu li ul a {
	width:16em;
	text-decoration: none;
	color: #073C72;
	font-weight:bold;
	BACKGROUND:    url("images/menu_bg1.gif") no-repeat left bottom; /* IE6 Bug */
    padding: .35em 7px .35em 6px;
	border-right:.1em solid #073C72;
	text-align:left;
} 
#menu li ul a.lastmen {
width:16em;
	text-decoration: none;
	color: #073C72;
	font-weight:bold;
	BACKGROUND:    url("images/menu_bg.gif") no-repeat left bottom; /* IE6 Bug */
    padding: .35em 7px .35em 6px;
	border-right:.1em solid #073C72;
	text-align:left;
	height:25px;
} 
#menu li ul a.special {
width:27.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #073C72;
	font-weight:bold;
	BACKGROUND:    url("images/menu_bgs1.gif") no-repeat left bottom; /* IE6 Bug */
    padding: .1em 2px .1em 6px;
	border-right:.1em solid #073C72;
	text-align:left;
} 
#menu li ul a.special1 {
	width:27.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #073C72;
	font-weight:bold;
	BACKGROUND:    url("images/menu_bgs.gif") no-repeat left bottom; /* IE6 Bug */
    padding: .1em 2px .1em 6px;
	border-right:.1em solid #073C72;
	text-align:left;
	height:25px;
} 

/* Sub Menu Styles */
 #menu ul ul ul{
	top:0em;
	left:17.3em;
	
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #073C72; text-decoration:underline;
	 BACKGROUND:    url("images/menu_bg1.gif") no-repeat left bottom;
} 
#menu li ul a.lastmen:hover { 
	color: #073C72; text-decoration:underline; BACKGROUND:    url("images/menu_bg.gif") no-repeat left bottom;
} 
#menu li ul a.special:hover { 
	color: #073C72; text-decoration:underline;
	 BACKGROUND:    url("images/menu_bgs1.gif") no-repeat left bottom;
} 
#menu li ul a.special1:hover { 
	color: #073C72; text-decoration:underline; BACKGROUND:    url("images/menu_bgs.gif") no-repeat left bottom;
} 

/* Icon Styles */
#menu li a.submenu {}
#menu li a.submenu:hover {}
#menu li ul a.submenu {BACKGROUND:    url("images/menu_bg1.gif") no-repeat left bottom;color: #073C72;}
#menu li ul a.submenu:hover {color: #073C72;BACKGROUND:    url("images/menu_bg1.gif") no-repeat left bottom;}

.style1 {font-weight: bold}

.testimonial{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
color:#0000CC;
font-weight:bold;
}
.content1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#0000CC;
font-size:11px;

