/*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:2;
	height:10px;                                  /* the menu's overall height */
	width:100%;         /* we always want our menu to fill the available space */
	background:#dd0312;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	font-style:normal;
	color:white;
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.0em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
	padding:6;
	color:White;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px;                               /* this is our box border width */
	height:1px;
	border-collapse:collapse;
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:1px;
	padding:0;
	color:White;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	/* border-top:1px solid #000;    /* these 2 lines create the push-in illusion */
	height:10px;
	color:yellow;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:23px;              /* place us just up underneath the top-level */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:10;      /* the drop-down height will be determiend by line count */
	width:11.5em;
	color:white;                        /* this sets the unselected-text color */
	background:#414040;         /* this sets our menu's effective "border" color */
	padding:1;
	z-index:0;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:7.8em;   /* with a 12px default font, this is 97px width (97/12) */
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:10;
	color:yellow;               /* this sets the unselected drop-down text color */
	background:#414040;       /* this sets the drop-down menu background color */
	width:11.5em;
	text-decoration:none;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:orange;
	background:#414040;
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:9.5em;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:9.3em;
	width:14em;
	background:#414040;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:14em;
	background:#414040;
	color:orange; /*pink*/
	padding:1;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:14em;
	background:#414040;
	color:red;
}

/*======================== ComQuip Content Style ========================*/
Body 
{
	margin-top:0px! important;
	border-top:solid 5px #555556
}

.bottombar {
	background-color: #B6B6B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.mainbodybkg {
	background-image: url(../images461/vertical_photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.padding_left {
	paddding-left: 5px;
	margin-left: 5px;
}

.mainline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #15077F;
}
.verd11black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.verd11black:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.verd11black:visited {
	color: #990000;
	text-decoration: none;
}
a.verd11black:hover {
	color: #999999;
	text-decoration: none;
}
.rightbkg {
	background-color: #EEEDED;
}
.times16black {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.times16orange {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #15077F;
	text-decoration: none;
}
.times20orange {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #15077F;
	text-decoration: none;
}
.verd10grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.tableborder {
	border: 1px solid #B6B6B6;
}

/* new Named Styles by Sue Wang */
.text_PageTitle {color: #150780; font-family: Georgia, Verdana, sans-serif; font-size: 28px; font-weight: bold;}  /* was style9+bold */
.text_Regular {color:Black; font-family: Serif,sans-serif; font-size:16px; font-weight:normal;}
.text_Title_Black {font-family: "Times New Roman", Times, serif; font-size: 18px; color: #000000; text-decoration: none; font-weight: normal} /*was time16black*/
.text_Title_white {font-family: "Times New Roman", Times, serif; font-size: 18px; color: #ffffff; text-decoration: none; font-weight: normal}
.text_Title_Red {font-family: "Times New Roman", Times, serif; font-size: 18px; color: #A30001; text-decoration: none; font-weight: normal}
.text_Title_blue {font-family: "Times New Roman", Times, serif; font-size: 18px; color: #150780; text-decoration: none; font-weight: normal}
.text_subTitle_Black {font-size: 12px; color: #000000; font-weight: bold; font-family: Georgia; }
.text_subTitle_Red {font-size: 12px; color: #A30001; font-weight: bold; font-family: Georgia; } /* was style 52 */
.text_subTitle_blue {font-size: 12px; color: #150780; font-weight: bold; font-family: Georgia; }
.text_Quote {font-size: 12px; color: #000000; font-style: italic; font-family: Georgia; } /* was style 53 */


.style7 { font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 30px; color: #A10005; }
.style8 {color: #828B90}
.style9 { color: #150780; font-family: Georgia; font-size: large;}
.style11 {color: #A10103}
.style12 { color: #150780; font-weight: bold; }
.style13 { color: #A30001; font-weight: bold; }
.style14 {color: #A10103; font-family: Georgia; }
.style48 { font-size: 12px; font-family: Georgia; }
.style49 { font-size: 12px; color: #000000; font-family: Georgia; }
.style50 { color: #000000; font-family: Georgia; }
.style52 { font-size: 12px; color: #A30001; font-weight: bold; font-family: Georgia; }
.style53 { font-size: 12px; color: #000000; font-style: italic; font-family: Georgia; }
.style54 { font-size: 12px; color: #000000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style55 { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style58 {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}
.style59 { color: #FFFFFF; font-size: 9px; }
.style60 {font-size: 9}
.style37 { color: #A30001; font-weight: bold; font-family: Georgia; }
.style45 { color: #A00002; font-weight: bold; font-family: Georgia; }
.style61 {color: #A30001}
.style67 {color: #000000; font-style: italic; font-size: 12px;}
.style69 {font-size: 12px; color: #000000; font-style: italic; font-family: Georgia; font-weight: bold; }
.style70 {font-size: 14px; color: #ffffff; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }


/*======================== ComQuip Footer ========================*/
.footer 
{
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:5;
	border:2;
	height:10px;                                  /* the menu's overall height */
	width:100%;         /* we always want our menu to fill the available space */
	background:silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	color:White;
	link:White;
}

.footer a,
.footer a:visited
{
	color:White;
	text-decoration:none;
}
