/*topmenu ------------------------------------------------------*/
#topmenu ul
{
	margin:0px;
	padding:0px;
	padding-top:7px;
	list-style-type:none;
}

#topmenu li
{
	display:inline;
	margin-left:23px;
}
#topmenu a
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#666;
}
#topmenu a:hover
{
	color:#fff;
}
#topmenu a.selected
{
	color:#fff;
}
#backToFrontpage
{
	margin-left:165px;
	margin-top:20px;
	width:174px;
	height:56px;
}
#eMember
{
	position:absolute;
	left:715px;
	width:79px;
	height:79px;
	top:36px;
}
/*leftmenu ------------------------------------------------------*/

div.leftmenu_main, div.leftmenu_main_selected,div.leftmenu_main_selected_nosub 
{
	width:187px;
	border: 1px solid #FEBE11;
	background-image:url(img/leftmenu_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFBC4A;
	margin-bottom:1px;
}

div.leftmenu_main_selected
{
	background:url(img/leftmenu_subarrow.gif) no-repeat 174px bottom;
	background-color:#FFEFCD;
}

.leftmenu_main a, .leftmenu_main_selected a ,.leftmenu_main_selected_nosub a
{
	margin-top:1px;
	padding-left:12px;
	color:#666;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:block;
}

.leftmenu_main_selected a ,.leftmenu_main_selected_nosub a
{
	color:#FF9900;
}

.leftmenu_main_selected a ,.leftmenu_main_selected_nosub a
{
	background:url(img/leftmenu_arrow.gif) no-repeat 4px 5px;
}

.leftmenu_main a:hover
{
	background:url(img/leftmenu_arrow.gif) no-repeat 4px 5px;
}

div.leftmenu_sub, div.leftmenu_sub_selected, div.leftmenu_sub_selected_nosub
{
	width:189px;
	margin-bottom:1px;
	background:url(img/menu_dots.gif) no-repeat left bottom;
	padding-bottom:2px;
}
div.leftmenu_sub_selected
{
	background:url(img/leftmenu_subsubarrow.gif) no-repeat left bottom;
	background-color:#FFEFCC;
}
div.leftmenu_sub_selected_nosub
{
	background-color:#FFEFCC;
}
.leftmenu_sub a, .leftmenu_sub_selected a, .leftmenu_sub_selected_nosub a
{
	color:#666;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-left:12px;
	display:block;
	width:177px;
}

.leftmenu_sub a:hover
{
	
	background-color:#FFEFCC;
}

div.leftmenu_subsub, div.leftmenu_subsub_selected
{
	width:189px;
	margin-bottom:2px;
}

.leftmenu_subsub a,.leftmenu_subsub_selected a
{
	color:#666;
	font-size:11px;
	text-decoration:none;
	padding-left:24px;
	display:block;
}
.leftmenu_subsub_selected a
{
	text-decoration:underline;
}
.leftmenu_subsub a:hover
{
	text-decoration:underline;
}

div.leftGreyHeader
{
	width:189px;
	background-image:url(img/ticker_header.gif);
	margin-bottom:1px;
}

.leftGreyHeader a
{
	color:#666;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	margin-left:13px;
	line-height:19px;
}
/*Left ticker box---------------------------------------------------*/
div.leftTickerBox
{
	width:187px;
	border: 1px solid #E6E6E5;
	margin-top:5px;
	float:left;
}

div.leftTickerBoxContent
{
	margin:7px 13px 7px 13px;
	line-height:13px;
}

.leftTickerBox h1
{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	background-image:url(img/ticker_header.gif);
	margin:0px;
	line-height:19px;
	padding-left:13px;
}

/*Gallup------------------------------------------------------------*/
#gallupBox
{
	float:left;
	width:173px;
	padding:7px;
	border:solid 1px #FEBE11;
	margin-top:5px;
}
	#gallupBox h1
	{
		margin:0px;
		font-size:12px;
	}


/*Vetoomus------------------------------------------------------------*/
#vetoomusBox
{
	float:left;
	width:173px;
	padding:7px;
	border:solid 1px #FEBE11;
	margin-top:5px;
}
	#vetoomusBox h1
	{
		margin:0px;
		font-size:12px;
	}
	#vetoomusBox input
	{
		font-family:Trebuchet MS;
		width:170px;
		border:solid 1px #ccc;
		margin-top:2px;
	}
	
	#vetoomusBox a
	{
		color:#000;
	}