#topMenuContainer{
height:22px;
background:url(../images/bg_topmenuLocal.gif) no-repeat;
}
#menuDiv{
position:relative;	
z-index:200;	
height:16px;
line-height:16px;
}

.tmSelected
{
display:block;
float:left;
text-decoration:none;
text-transform:uppercase;
/*background:#fff;*/
padding-left:16px !important;
padding-right:10px;
width:158px;
color:#F89838;
voice-family: "\"}\"";
voice-family: inherit;
width:132px;
}
html>body .tmSelected{
width:132px;
}

#menuDiv span a
{
	color:#F89838;
}
/*========menu styles=============*/

div.menuHeading,div.menuHeadingHover
{
	float:left;
}

div.menuHeading a, div.menuHeading a:visited
{
	padding:0px 10px 0px 10px;
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	}

/*div.menuHeadingHover
{
	float:left;
}*/

div.menuHeadingHover a:hover
{
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	text-decoration:none;	
	padding:0px 10px 0px 10px;
	}
div.menuHeadingHover a.headingItemLink{
	color:#243e90;
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
	text-decoration:none;	
	padding:0px 10px 0px 10px;

}

div.menuHeadingSelected{
	float:left;
	background:#F4F2F1 url(../images/greenArrow.gif) no-repeat center left;
	height:18px;	
	line-height:13px;
	padding-right:14px;
	margin-left:0px;
	padding-left:5px;
	display:block;
}

div.menuHeadingSelected a.headingItemLink{
	font-weight:bold;
}

/* 
	These styles within the comments are extra styles to show the possibility 
	to add different styles for different headings/items
*/
/* End extra styles */
 
div.levelContainer{
 	position:absolute;
	background:url(../images/tmBg.gif) bottom;
/*	background:#F89838;*/
	margin-left:-4px;
	/*border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;*/
	width:200px;
	visibility:hidden;
	z-index:200;
}
 
div.levelItem{
	position:relative;
	background:#fef0e1;
	margin-bottom:1px;
	/*border-top:1px solid #F89838;*/
	width:202px;
	wid\th:200px;
	display:block;
	/*height:18px;*//* removed height for two-line top menu */
	line-height:18px;
	/*word-break:break-all;*/
}

div.levelItemHover{
	position:relative;
	background:#fef0e1;
	margin-bottom:1px;
	/*border-top:1px solid #F89838;	*/
	width:202px;
	wid\th:200px;	
	display:block;
	/*height:18px;*/ /* removed height for two-line top menu */
	line-height:18px;
	/*word-break:break-all;*/
}

div.levelItemHover img.levelItemArrow{
	background:url(../images/readMoreLinkWhite.gif);
}

div.levelItemHover a.levelItemLink, div.levelItemHover span.levelItemLink{
	color:#F89838;
}

a.headingItemLink, span.headingItemLink{
	font:normal 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	cursor:hand; 
	cursor:pointer;
}
a.headingItemLink:hover{
	color:#243e90;
	text-decoration:none;
}
a.levelItemLink, span.levelItemLink{
	color:#243e90;
	font-weight:normal;
	text-decoration:none;
	padding:0px 4px 0px 14px;
	display:block;
	cursor:hand; 
	cursor:pointer;
}



a.levelItemLink:hover{
	color:#F89838;
	text-decoration:none;
}

img.levelItemArrow{
	position:absolute;
	left:192px;
	top:6px;
}

img.levelItemAdaptedArrow{
	float:right;
	margin:4px 6px 1px 0px;
	/*position:absolute;
	left:140px;
	top:6px;*/
}

div.levelItemAdaptedArrow{
	float:right;
	margin:2px 6px 1px 0px;
	color:white;
	/*position:absolute;
	left:140px;
	top:3px;
	margin:0px;*/
}

/* Styles for all browsers, including IE 5 on Mac */
div.levelItemArrow{
	float:right;
	margin:0px 6px 1px 0px;
	color:white;
}

/* Styles for all other browsers than IE5 on Mac, which works because of a CSS bug/glitch \*/
div.levelItemArrow{
	position:absolute;
	left:140px;
	top:3px;
	margin:0px;
}
/* End styles for all other browsers */

