

 /***** General formatting only ****/
/**************** menu coding *****************/
#menu {
width: 100%;
background: #636C7B;
float: left;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
text-align: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 7em;

float: left;
}

#menu a, #menu h2 {
font: 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;

}

#menu h2 {
color: #fff;
background: #FFCC00;
text-transform: ;

}

#menu a {
color: #fff;
background: #636C7B;
text-decoration: none;
}

#menu a:hover {
color: #FFCC00;
background: #636C7B;
}

#menu li {position: relative;


}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.qbullet li { list-style-image: url(/img/qutech_bullet.gif); }

a {
color: #13418E;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #13418E;
text-decoration: none;
font-weight: bold;
}

.text {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.text a {
	color: #13418E;
	text-decoration: none;
}

.text a:hover {
	color: #2155AB;
	text-decoration: underline;
}

.headertext {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

body
{
}
.controltext
{
	font-family:Arial;
	font-size:8pt;
}
.buttontext
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Navy;
	border-style: outset;
	border-width: 2px;
	background-color:Silver;	
}
.labeltext
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Navy;
}
.linktext
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:Blue;
}
.titletext
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: Navy;
}
