/*---------------------------------------------------------------
 * Secondary Navigation
 *---------------------------------------------------------------*/	
.secondary_navigation form { 
    padding: 0px; 
    }
/*---------------------------------------------------------------*/

.js ul.newList {left:-9999px;}

/*======================================
<select> styles
========================================*/
.newListSelected {
	z-index: 1000;
	background:#FFF url(dropdown.gif) no-repeat scroll 130px 0px; 
/*	background:#FFF url(dropdown.gif) no-repeat scroll 188px 0px; */
	border:1px solid #6D6E71; 
	color:#6D6E71; 
	height:15px; 
	margin: 0 10px 0 0;
	float: left;
	padding:0; 
	width:145px;
/*	width:205px;*/
    }

.newListSelected div { z-index: 1000; display:block; font-size:0.85em; padding:2px 2px 2px 4px; text-align:left !important; /*width:195px;*/ width:135px;}

ul.newList {list-style:none; color:#6D6E71; width:172px; /*width:204px;*/ background:#fff; border:1px solid #6D6E71; top:2px; left:0; height:auto; overflow:auto; font-size: 0.85em; text-align:left!important; position:absolute; z-index:9999; padding:0;}

ul.newList li {
	padding: 4px 5px!important; 
	border-bottom: 1px solid #cccccc;
	display: block;
	line-height: 13px;
	}

.hiLite {background:#6D6E71!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#6D6E71!important; cursor:default;}
.newListSelHover {cursor:default;}
.newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
.selectedTxt { overflow:hidden; height:13px; }

.secondary_navigation input.text {
	border: 1px solid #6D6E71; 
	color: #6D6E71; 
	font-family: sans-serif; 
	font-size: 0.8em; 
	margin-right: 5px; /*	top: -2px;*/
	width: 100px;
	height: 11px;
	padding: 2px 0 2px 2px;
	}

input.go {
    background: url(images/bg-button-go.gif) no-repeat 0 -1px;
    height: 16px;
    padding: 0;
    position: relative;
    top: 1px;
    width: 31px;
	}

.form-container {
    left: 20px;
    position: relative;
    top: 8px;
    }

.hideMe { display: none; }

#SearchValue { display: none; }
.workSearchTitle { font-size: 0.9em; float:left; padding-top: 11px; margin:0 0 0 20px; }

