/* ----------------------------------------
	Menu Area
---------------------------------------- */
.menu
{
	border: 0px;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
}
.menu .height
{
	height: 30px;
}
.menu div select, .menu div input
{
	font-size:10px;
}
.menu div.left
{
	background: #b8d4df;
	float: left;
	width: 8px;
	overflow: hidden;
	font-size: 1px;
}
.menu div.right
{
	background: #b8d4df;
	float: right;
	width: 8px;
	overflow: hidden;
	font-size: 1px;
}
.menu div.center
{
	background: #b8d4df;
	float: left;
	width: 764px;
	padding-top: 0px;
}
.menu div.center select
{
	border: 1px dotted #b8d4df;
}
.menu div.center .label
{
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
}
.menu div.center .shortcut
{
	border-right: 1px dotted #b8d4df;
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}
.menu div.center .shortcut select
{
	/*width: 130px;*/
	width: auto;
}
.menu div.center .search
{
	float: right;
	padding-right: 5px;
	padding-top: 2px;
}
.menu div.center .search select
{
	width: 100px;
}
.menu div.center .search .field input
{
	width: 120px;
	border: 1px dotted #b8d4df;
	margin-left: 3px;
}
.menu div.center .search .action input
{
	width: 30px;
	border: 1px solid #291670;
	margin-left: 3px;
	background: #b8d4df;
	color: #291670;
}
.menu div.center ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
}
.menu div.center ul li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

