/* CSS Document */


/*#tb {position:relative; visibility:hidden;}
#tb a {color:#006699; text-decoration:none; font-size:16px; font-weight:bold;} 
#tb a:hover {color:blue; text-decoration:underline; font-size:16px; font-weight:bold;}
#content{position:relative; width:100%; height:24px; background-color:#006699;}
#menu1 {position:absolute; left:20px; top:0px;}
#menu2 {position:absolute; left:90px; top:0px;}
#menu3 {position:absolute; left:200px; top:0px;}
#menu4 {position:absolute; left:320px; top:0px;}*/
#menu5 {
	/*position:absolute;
	left:420px;
	top:0px;*/
}
/*.menu {
	position:relative;
	cursor:pointer;
	font-weight:bold;
	color:#000000;
	padding:2px;
	z-index:999;
	display: block;
}*/

.menu {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
	line-height: 15px;
	cursor:pointer;
}

.sub {
	position:absolute;
	width:120px;
	background-color:#999999;
	cursor:pointer;
	padding:7px;
	z-index:999;
	visibility: hidden;
	border-bottom-color: #CCCCCC;
	top: 109px;
	left: 658px;
}
.sub a {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #000088;
	text-decoration: none;
	line-height: 15px;
}
.sub a:hover{	
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 15px;
}



/*.sub {
	position:absolute;
	width:120px;
	background-color:#ffffff;
	cursor:pointer;
	padding:7px;
	z-index:999;
	visibility: hidden;
}*/
/*.sub a {color:#ffffff; text-decoration:none; font-family:tahoma,arial,helvetica,sans-serif; font-size:12px;}
.sub a:hover{color:#ff0000; text-decoration:none; font-family:tahoma,arial,helvetica,sans-serif; font-size:12px;}*/
