.applemenu {
	margin: 5px 0;
	padding: 0;
	width: 200px; /*width of menu*/
	border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a {
	background: url(/img/topnav_bkg.gif) repeat-x center;
	font: normal 12px Tahoma, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: #fff;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background: #e7b11f url(/img/silvergradientover.gif) repeat-x top;
	color: #fff;
}
.applemenu div.silverheader a:hover {
	font-weight: bold;
}

.applemenu div.submenu { /*DIV that contains each sub menu*/
	background: #fff;
	padding: 0px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu a, .applemenu div.submenu a:visited {
	font: normal 12px Tahoma, Helvetica, sans-serif;
	color: #E5B22A;
/*	color: #196EB1; */
	display: block;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #9A9A9A;
}
.applemenu div.submenu a:hover {
/*	background: #e6f5fd; */

 	color: #C49415;
/*	color: #6AAEEE; */
	text-decoration: none;
}

.company {
	background: url(/img/dotted.gif) repeat-x left bottom;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.company td, .filter td, .filter legend {
	font-size: 12px;
}
.company fieldset {
	padding: 5px;
	margin: 5px;
}
.company .brief_article div.more {
	background: none;
	margin: 0px;
	padding: 0px;
}
.company .logo {
	width: 150px;
	vertical-align: top;
	padding-right: 10px;
}

