 body {
	background-color: #0D3F88;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px; color:#0D3F88;
}
.imgblock{display:block;}
td,tr{ font-size:12px}
div{display:block;}
.menu {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:600px;
height:32px;
background: #025E9C;
position:relative;
font-size: 12px;
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
overflow: visible;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none;
width:88px; 
height:32px;
font-weight:bold;
color:#CBE1EF; 

background:#025E9C; 
padding-left:10px; 
line-height:32px;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:98px;
w\idth:88px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:12px;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff; 

}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:20px;
margin-top:11px;
left:0; 
width:96px;

border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
color:#fff; 
border:0;
margin:0;
color:#CBE1EF;
font-weight:normal; 
font-size:12px;
 
height:22px;
line-height:30px;
border-top:1px solid #65A6CE;
padding:5px; 
width:86px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#65A6CE;
height:22px;
line-height:22px;
border-top:1px solid #65A6CE;
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity:1;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#025E9C;
height:22px;
line-height:22px;
border-top:1px solid #65A6CE;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}

p.strike {text-decoration:line-through;}
.white{ color:#FFFFFF}
a:link {
	color: #0B83CA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#0B83CA;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

/*gavinzhang */
#subNav{width:100px;position:absolute;left:0;top:32px;padding:0;margin:0;}
#subNav li{border-top:1px solid #65a6ce;width:100px;padding:0;margin:0;color:#FFF;font-weight:normal;}
#subNav li a{padding:0;margin:0;width:100px;color:#FFF;font-weight:normal;}
#subNav li a:hover{padding:0;margin:0;width:100px;background:#65a6ce;color:#FFF;font-weight:normal;}
#clear{clear:both;line-height:0;height:0;font-size:0;}
