.menu {width: 719px; height:25px; position:relative; z-index:100; font-family: Tahoma; letter-spacing:1px; float:left;}
/* hack to correct IE5.5 faulty box model */
.menu ul {padding:0;margin:0;list-style-type:none; float:left;}
.menu ul ul {width: auto; padding:0px; margin:0px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { padding:0px; margin:0px;position:relative; float:left}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; padding:0px 8px 0px 8px; margin:0px; height:29px;  border-width:0px 0px 0px 0px;   line-height:28px; float:left;  }
.careers { background-color: #CCCCCC; color:#ffffff;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited { margin:0px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ebebeb  url(../images/arrow-right.gif) no-repeat 175px center; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(../images/arrow-right.gif) no-repeat 175px center;}
.menu ul ul :hover > a.drop {background: #CCCCCC url(../images/arrow-right.gif) no-repeat 175px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#fff; width:200px; border-bottom: 1px solid  #CCCCCC}
.menu ul ul a, .menu ul ul a:visited { border-bottom: 1px solid  #CCCCCC}
/* style the third level hover */
.menu ul ul ul a:hover {background:#fcd6a7;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:28px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:190px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ebebeb ; color:#000; height:auto; margin:auto; line-height:1em; padding:5px 10px; width:170px;border-width:0 1px 1px 1px;}
.menu ul li ul li a:hover{
background: #CCCCCC;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#fcd6a7;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background: #CCCCCC;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/*----------  Get a Quote Button Starts ----------*/

.floatingbox-getaquote a {
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #e04226;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

.floatingbox-getaquote a:hover {
	background: #e04226;
	text-decoration: none;
	color: #ffffff;	
}

.floatingbox-getaquote {
	position: fixed;
	right: 1px;
	top: 35%;
	height: 70px;
	z-index: 9999;
}

/*----------  Get a Quote Button Ends ----------*/