fieldset { border-style: none; }


/*<group=Menus>*/
.menuSeperator a
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menuActuator
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0px;
	text-shadow: 2px 2px 2px black;
}

.menuActuator a
{
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0px;
	text-shadow: 2px 2px 2px black;
}

.menu
{
	color: transparent;
	font-size: 11px;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menu .options
{
	margin-right: 1px;
	margin-bottom: 1px;
	border-width: 1px 1px 1px 0px;
	border-color: #fff;
	border-style: solid;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	vertical-align: middle;
	background-color: #003159;
}

.menu1 .options1 { background-color: #006600 !important; }

.menu2 .options1 { background-color: #49499a !important; }


.menu a:link, .menu a:visited
{
	color: #ffffff;
	display: block !important;
	padding: 2px 2px;
	text-decoration: none;
	background-color: transparent;
	border: transparent;
	border-top: 1px solid #fff;
	clear: left !important;
}

.menu a:hover, .menu a:active { color: #ffffff; }

.menu1 a:hover, .menu1 a:active { background-color: #333366 !important; }


.menu2 a:hover, .menu2 a:active { background-color: #82000a !important; }


.doorstop:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.extendedsearch
{
	color: #cc0000;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.doorstop {display: inline-table;}

/* Hides from IE-mac \*/
* html .doorstop {height: 1%;}
.doorstop {display: block;}
/* End hide from IE-mac */

/*</group>*/


