/***********************************************************************
general styles for this page
***********************************************************************/

a.right_arrow  {
	background: url('/export/fa/fa5932ppzMCJRMk5I.gif'); background-repeat:no-repeat;background-position:190px 7px;
}

a.down_arrow  {

}

#menu ul li {
	display:inline;  /* Needed to display ok in IE */
}

#menu ul li a{
	margin:0 2px 0 0;
}

#menu ul li ul li a{
	margin:0 0 0 0;
}

#caretMenuA_menu {
	display: inline;
	margin: 0 0 0 25px;
	float: left;
	width:490px;
	height:39px;
	z-index: 1004;
}


/***********************************************************************
General configuration CSS
***********************************************************************/

#caretMenuA_menu img{
	border:0px;
}

#caretMenuA_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}

#caretMenuA_menu{
	visibility:hidden;	
}

#caretMenuA_menu ul{
	margin:0px;	
	padding:0px;
}

#caretMenuA_menu li{
	list-style-type:none;	/* No bullets */
}
	
#caretMenuA_menu a{
	/* width: 107px; Width of top level menu link items*/
	overflow:hidden;
	text-decoration: none;
	color: #843533;
	text-align:left;
	border-bottom:none;
}

/***********************************************************************
CSS - MENU BLOCKS
General rules for all menu blocks (group of sub items) 
***********************************************************************/
#caretMenuA_menu ul{
	display: inline; 
}

#caretMenuA_menu ul.menuBlock1{
	overflow:visible;
}

#caretMenuA_menu ul.menuBlock2{



	margin:0 0 0 -1px;



}

#caretMenuA_menu ul.menuBlock3{
	
}


/***********************************************************************
CSS - MENU ITEMS
Assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#caretMenuA_menu a{



	display:block;



	height:39px;
	width: 75px;
	line-height:39px;
	text-decoration: none;
	font-weight: normal;
	color: #843533;
	overflow: hidden;
}


/* Main menu items  */
#caretMenuA_menu .currentDepth1 a{
	color: #843533;
	border-bottom:none;
	text-align:left;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

#caretMenuA_menu .currentDepth1over a{
	color:#843533;	
	border-bottom:none;
	text-align:left;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

/* Sub menu depth 1 */
#caretMenuA_menu .currentDepth2 a{
	width:200px;	
	color:#ffffff;
	text-align:left;
	text-indent: 4px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-bottom:dotted 1px #ffffff;
	background-color:#843533; 
}

#caretMenuA_menu .currentDepth2over a{
	width:200px;
	color:#ffffff;
	text-align:left;
	text-indent: 4px;
	text-decoration: none;
	height:22px;
	line-height:22px;
	overflow:hidden;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-bottom:dotted 1px #ffffff;
	background-color:#00539f;
}	
	

/* Sub menu depth 2 */
#caretMenuA_menu .currentDepth3 a{
	width:200px;	
	color:#ffffff;
	text-align:left;
	text-indent: 4px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-bottom:dotted 1px #ffffff;
	background-color:#843533; 
}

#caretMenuA_menu .currentDepth3over a{
	width:200px;
	color:#ffffff;
	text-align:left;
	text-indent: 4px;
	text-decoration: none;
	height:22px;
	line-height:22px;
	overflow:hidden;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-bottom:dotted 1px #ffffff;
	background-color:#00539f;
}

/* Sub menu depth 3 */
#caretMenuA_menu .currentDepth4 a{
	width:200px;	
	color:#ffffff;
	text-align:left;
	text-indent: 4px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-bottom:dotted 1px #ffffff;
	background-color:#843533; 
}

#caretMenuA_menu .currentDepth4over a{
	width:200px;
	color:#ffffff;
	text-align:left;
	text-indent: 4px;
	text-decoration: none;
	height:22px;
	line-height:22px;
	overflow:hidden;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-bottom:dotted 1px #ffffff;
	background-color:#00539f;
}