
/* this is the main UL element*/
.dropdown2{
	visibility:hidden; 
	margin:0;
	padding: 5px 15px 0px 15px;
	list-style:none;
}

/* these is the main menu across the top*/
.dropdown2 ul{
	background-color:white;/*#b1b2b4;*/
	list-style:none outside none;
	padding:0;
	margin:0;
/*	overflow:auto; */}

/* these are the top level LIs (tabs) in the menu */
.dropdown2 li{
	float:left;
	display:inline;
	color:white;
	background-color:#333b92;
	/*width:10%;*/
	background-image:url(/images/menu_corner_tr.gif); 
	background-repeat:no-repeat;
	background-position:right top;
	margin-right:2px;
	cursor:pointer;
	margin-bottom:0px; 
}

/* top tab hover only */
.dropdown2 li:hover{
	background-color:#D4EDFA; 
	color:#333b92; 
}

/* keep top tab inverted even when hovered over menu items below*/
.dropdown2 li:hover a{
	color:#333b92;
}


/* menu dd menu border colour */
.dropdown2 li ul{
	/*background-color:white; /* #333b92  #D4EDFA   */
}


/* these are anchors in the tabs across the top */
.dropdown2 a{
	/* font-size:0.8125em; 
	width:8.139em; 
	_width:8.182em;/*86/13 = 6.61538em*/
				    
	font-size:1em;
	width:6.58em; 	/* sets the width of the menu bar */
	
	height:2.4615em;/*32px; (32/13 = 2.4615em)*/
	background-image:url(/images/menu_corner_tl.gif);
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	padding:3px 10px 4px 10px;
	display:block;
	color:white;
	font-weight:bold;
}


/* change top tab anchor font colour on hover */
.dropdown2 a:hover{
	color:#333b92;
}


.dropdown2 li ul li{
	float:left;
	display:inline;
	color:#333b92; 
	background-color: #D4EDFA;
	width: 170px;
	height: 24px; 
/*	padding:0px 0px 0px 0px;
	margin:0px 1px 1px 1px; */

	padding:0px 0px 0px 0px;
	margin:1px 1px 1px 1px; 

	background-image: none; 
	cursor:pointer;
	text-indent: 0px !important;
	border: solid;
	border-width:1px;
	border-color:red;
	border-bottom-color:#AAAAAA;
	border-right-color:#AAAAAA;
	border-left-color:white;
	border-top:0px;

}



.dropdown2 li ul li a{
	
	/*font-size:0.8125em;/* (13px/16px =0.8125em) */
	font-size:0.85em;
	width:170px;

/*	background-color:#D4EDFA; /* #333b92; */
	background-image:none; 
	text-align:left;
	text-decoration:none;
	/*height:24px; */
	padding:0px 0px 0px 0px;
	display:block;
	color:#333b92;
	line-height: 24px; 
	text-indent: 0px; 
	padding-left: 0px;
}

.dropdown2 li ul li.submenu a{
/*	background-image:url('submenu_right.png');
	background-position:center right; */
}


.dropdown2 li ul li a:hover{
	color:#D4EDFA;
	background-color:#333b92;
	width: 170px;
	height: 24px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	/* text-indent: 8px;  */

}


/* these are the LIs that only belong to submenu*/
/*.dropdown2 ul li{
	background-image:url(/images/menu_corner_tr.gif);
}

.dropdown2 ul li:hover{
	background-color:#D4EDFA;
	color:#333b92; 
}*/


/* these are the LIs that contains a submenu*/
.dropdown2 li ul li.submenu{
	background-image:url('submenu_right.gif');
	background-position:center right;
}


.dropdown2 li ul li.submenu a:hover{
	background-image:url('submenu_right_inverted.gif');
	background-position:center right;
}


/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li ul li.submenu{
	background-image: none;
}

.dropdown2 ul li.submenu ul li a:hover{
	background-image: none;
}

