/* CSS Document */
/*-------------------------------------------- */
/* -- menu.css */


/***************************************************/
table.navbar
{
    margin: 0px;
    padding: 0px; 
    border: 0px; 
	color: #1F8C9C; 
	font-size: 14px; 
	font-family: ""; 
	font-weight: bold;
}

table.menu
{
    margin: 0px;
    padding: 0px; 
    border: 0px; 
	color: #1F8C9C; 
	font-size: 14px; 
	font-family: ""; 
	font-weight: bold;
}

/***************************************************/
td.menuNormal
{
    padding: 0px;
    color: black;
    font-weight: bold;
    vertical-align: top;
    background-color: white;
}

td.menuHover
{
    padding: 0px;
    color: black;
    font-weight: bold;
    vertical-align: top;
    /*remove the following line for drop-down menu with images*/
    background-color: lightblue;
}

td.standard 
 {font-size: 12px}
/***************************************************/
div.menuNormal
{
    display: none;
    position: static;
}

div.menuHover
{
    border: 1px solid lightblue;
    background-color: white;
    display: inline;
    position: absolute;
}

/***************************************************/
a.menuitem:link
{
    text-decoration: none;
    color: black;
    background-color: white;
    display: block;
}

a.menuitem:visited
{
    text-decoration: none;
    color: black;
    background-color: white;
    display: block;
}

a.menuitem:hover
{
    text-decoration: none;
    color: black;
    background-color: lightblue;
    display: block;
}

a.menuitem:active
{
    text-decoration: none;
    color: black;
    background-color: lightblue;
    display: block;
}

a:link {
	color: #1F8C9C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1F8C9C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.qqbox a:link {
	color: #000;
	text-decoration: none;
}
.qqbox a:visited {
	color: #000;
	text-decoration: none;
}
.qqbox a:hover {
	color: #f80000;
	text-decoration: underline;
}
.qqbox a:active {
	color: #f80000;
	text-decoration: underline;
}

.qqbox{
	width:132px;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:4px;
	top:90px;
	color:#000000;
	font-size:12px;
	letter-spacing:0px;
}
.qqlv{
	width:71px;
	height:256px;
	overflow:hidden;
	position:relative;
	float:right;
	z-index:50px;
}
.qqkf{
	width:120px;
	height:auto;
	overflow:hidden;
	right:0;
	top:0;
	z-index:99px;
	border:6px solid #138907;
	background:#fff;
}
.qqkfbt{
	width:118px;
	height:20px;
	overflow:hidden;
	background:#138907;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	position:relative;
	border:1px solid #9CD052;
	cursor:pointer;
	text-align:center;
}
.qqkfhm{
	width:112px;
	height:22px;
	overflow:hidden;
	line-height:22px;
	padding-right:8px;
	position:relative;
	margin:3px 0;
}
.bgdh{
	width:102px;
	padding-left:10px;
}
