/*
for ie7
*/

#info {position:relative;}
p.bold {padding-left:15px; color:#FD8C02;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:50px 0 10px 0;}
.gright {float:right; margin:50px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*position/size/etc of the menu bar*/

.menu {
	width:960px; /**/
	text-align: center;
	height:35px;
	font-size:12px;
	position:relative;
	z-index:100;
	/*border-right:1px solid #fff; */
	/*border-top-color: #FFFFFF; */
}
/* hack to correct IE5.5 faulty box model */
* html .menu {}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {text-align: left; padding:0px;margin:0;list-style-type:none; width:960px;}
.menu ul ul {text-align: left; width:135px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {text-align: left;float:left;position:relative;}
/* style the links for the top level */
.menu a:link{color:#FFFFFF;}
.menu a, .menu a:visited {
	display:block; 
	font-size:11px;
	text-decoration:none; 
	color:#ffffff; 
	height:35px;
	border-right:1px solid #333333;
	border-left:1px solid #666666;
	border-bottom:1px solid #000000;
	/*border:1px solid #ccc; */ /*border:0px;*/
	/*border-width:1px; */
	background:none; /**/
	width:135px;
	text-align:center;
	line-height:28px;
	/*border-top-color: #FFFFFF; */
	/*border-right-color:none; */
	/*border-right:1px solid #2453AD;*/
	/*border-left:1px solid #2453AD;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:85px; w\idth:85px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#4C4C4C url(images/arrows.gif) center right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#FD8C02 url(images/arrows.gif) center right no-repeat;} /**/
.menu ul ul :hover > a.drop {background:#FD8C02 url(images/arrows.gif) center right no-repeat;} /**/
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#4C4C4C;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#FD8C02;} /**/

.menu ul a.jobs, .menu ul a.jobs:visited { background: url(images/new.gif) center right no-repeat;}
/* style the second level hover */
.menu ul a.jobs:hover{background:#FD8C02 url(images/new.gif) center right no-repeat;} /**/
.menu ul :hover > a.jobs {background:#FD8C02 url(images/new.gif) center right no-repeat;} /**/

.menu ul ul a.jobsd, .menu ul ul a.jobsd:visited {background:#4C4C4C url(images/new.gif) center right no-repeat;}
/* style the second level hover */
.menu ul ul a.jobsd:hover{background:#FD8C02 url(images/new.gif) center right no-repeat;} /**/
.menu ul ul :hover > a.jobsd {background:#FD8C02 url(images/new.gif) center right no-repeat;} /**/

/* 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:35px;left:0; width:135px;border:0px solid #ccc;}
/* another hack for IE5.5 */
* html .menu ul ul {top:34px;t\op:35px;}

/* position the third level flyout menu, default direction ia right flyout */
.menu ul ul ul{left:138px; top:0px; width:135px;}

/* position the third level flyout menu for a left flyout */
/*.menu ul ul ul.left {left:-150px;}*/
.menu ul ul ul.left {left:136px;}

/* 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:#4C4C4C; color:#ffffff; height:auto; line-height:1em; padding:10px 10px; width:115px;border:0px solid #fff;	 	border-right:1px solid #333333;
	border-left:1px solid #666666;
	border-bottom:1px solid #000000;
	border-top:1px solid #666666;
	text-align:left}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:136px;w\idth:136px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; /*background:#00cc00;*/}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#FD8C02;} /**/

/* 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;}