@charset "utf-8";

.header
{
	position:relative;
	border-top:10px #333 solid;
	overflow:hidden;
	width:100%;
}

.headerLeft li
{
	float:left;
	width:auto;
}

.headerRight
{
	position:relative;
	float:right;
	width:29em;
	height:65px;
}

.headerRight
{
	position:relative;
	padding:0;
	margin:0;
}

.headerRight div ul
{
	background-color:#333333;
	position:absolute;
	top:0;
	right:-0.2em;
	float:right;
	height:1.5em;
	padding-left:2em;
	padding:0 1em 0 2em;

	-moz-border-radius-bottomleft:0.5em;
	-webkit-border-bottom-left-radius:0.5em;
	border-bottom-left-radius:0.5em;
}

.headerRight li
{
	display:inline;
	color:#fff;
	text-align:right !important;
	font-size:75%;
	padding-right:1em;
}

.headerRight a:link,
.headerRight a:visited
{
	color:#fff;
	text-decoration:none;
}

.headerRight a:hover,
.headerRight a:active,
.headerRight a:focus
{
	color:#aaa;
	text-decoration:none;
}

/* --- u of u search styles --- */
#usearch label { color:#999;font-size:1px;}

#usearch
{
	width:275px;
	position:absolute;
	bottom:3px;
	right:0px;
}

#usearch input
{
	display:inline;
	float:right;
}

#usearch input[type="text"]
{
	background-color:#f0f0ee;
	color:#bebebe;
	height:31px;
	width:200px;
	font-size:11px;
	border:1px solid #827e72;
	margin:5px 0 0 0 !important;
	padding-left:15px;

	box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.3);
}

#usearch input[type="image"]
{
	margin:5px 10px 0 0  !important;
}

#usearch label
{
	display:none;
	width:0.1em;
	height:0.1em;
	font-size:1px;
}

.searchbox
{
	border:0px;
	background-color:transparent;
	position:absolute;
	top:0.3em;
	left:2em;
	width:18em;
	height:1.8em;
	color:#666;
}
/* --- end header styles --- */

