#bread {
	color: #666;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
}

#bread a {
	color: #666;
	font-weight: normal;
}

#bread a:hover {
	color: #666;
	text-decoration: none;
}

#bread ul {
	color: #ccc;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#bread ul li {
	color: #666;
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#navbar { /* all lists */
	width: 776px;
	position: relative;
	top: -3px;
	height: 27px;
	background-color: #C1DFEA;
	border: 2px solid #0f4E71;
	padding: 0;
	margin: 0;
}

#nav { /* all lists */
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
}

#nav, #nav ul { /* all lists */
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
}

#nav li, #nav li.tabon, #nav li.tabonnext { /* all list items */
	position: relative;
	float: left;
	clear: none;
	height: 27px;
	width: 160px;
	z-index: 100;
	margin : 0px;
	text-align: center;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 0px;
	padding-bottom : 0px;
	background-color: #94BADE;
	background-image: url(/dor/headers/tabs_unselected.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav li.tabon {
	background-color: #669ACC;
	background-image: url(/dor/headers/tabs_selected_start.gif);
}

#nav li.tabonnext {
	background-image: url(/dor/headers/tabs_selected_end.gif);
}

#nav li#tab_home, #nav li#tab_vendor {
	width: 10%;
	padding-left : 5px;
	padding-right : 5px;
	background-image: none;
}

#nav li#tab_vendor {
	width: 60%;
	vertical-align: text-bottom;
	font-weight: bold;
}

#nav li a, #nav li.tab a, #nav li.tabon a, #nav li.tabonnext a {
	border: 0;
	padding: 0;
	margin: 0;
	padding-top : 5px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	vertical-align: bottom;
}	

#nav li a:hover, #nav li.tabon a {
	color: #000000;
}	

#nav li:hover ul, #nav li li:hover ul, #nav li.iehover ul, #nav li li.iehover ul { 
	left: auto;
}


#nav li#tab_search {
	width: 186px;
	padding: 0px;
	float: right;
	list-style-type: none;
	text-align: center;
}

#search, #search label, #search input#Go, #search-container, #cse-search-box, #cse-search-box input#btnSearch {
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: text-bottom;
}

#search label {
	font-size: 14px;
	font-weight: bold;
}

#search input#Go, #cse-search-box input#btnSearch {
	height: 18px;
	width: 20px;
	border: 0px;
	vertical-align: bottom;
	padding-right: 4px;
}

#search-container {
	color: black;
	background-color: #dbe3eb;
	padding: 2px 0 2px 0;
}

#cse-search-box label {
	font-weight: bold;
}

#cse-search-box input#searchtext {
	background-color: #ffffff;
}

#cse-search-box input#btnSearch {
	height: 16px;
	width: 43px;
	text-align:center;
}


#search {
	background-color: #c1dfea;
	height: 100%;
}

#qt {
	background-color: white;
}

#qp {
	display: none;
	visibility: hidden;
}

#nav li li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #555;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -5000px;
}

/* Left navigation menu */
.button {
	width: 193px;
	padding: 0;
	margin-bottom: 10px;
	font: x-small Verdana, Arial, sans-serif;
	background-color: #41769f;
	color:#0c628e;
	font-weight : normal;
	margin-top: 0px;
}

.button h2 {
	font: bold 115% Verdana, Arial, sans-serif;
	background-color: #508fc4;
	border-bottom: 1px dashed #41769F;
	color: black;
	padding: 2px 5px 2px 5px;
	margin-top: 0;
	margin-bottom: 0;
}

.button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.button li {
	border-bottom: 1px solid #A9D2E5;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

.button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 1px solid #508fc4;
	border-right: 10px solid #36658B;
	color: #B7FDFF;
	text-decoration: none;
	background-color : #36658b;
}

html>body .button li a {
	width: auto;
}

.button li a:hover {
	border-left: 1px solid #0099cc;
	border-right: 10px solid #0099cc;
	background-color: #0099CC;
	color: #ffffff;
}

a.bypass-nav {
	color: #e3e3e3;
	background-color : transparent;
	height : 1px;
	width : 1px;
	border : 0;
	display: none;
}

/* end */


