@charset "utf-8";
/* CSS Document */

	
#menu-animated{
height:12px;
float:left;
margin-left:1px;
z-index:5000;}

 #menu-animated ul
{
	display:inline;
list-style: none;
padding: 0;
margin: 0;
margin-left:0px;
background-image:url(../images/healthandsafety_nav_bg.gif);
background-repeat:repeat-x;
height:12px;
}

 #menu-animated li
{
float: left;
display:inline;
position:relative;
background-image:url(../images/insurance_nav_sep.gif);
background-repeat:no-repeat;
background-position:100% -5px;
height:12px;}

a.navigationlinks:active, a.navigationlinks:link, a.navigationlinks:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
text-decoration:none;
height:12px;
display:inline;
float:left;
width:auto;}


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	margin-top:0;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; 
	
	z-index:3;
	}

.transMenu.top .items {
	border-top:none;
	
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; 
	top:0px;
	width: 100%;
	z-index:2;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; 
	width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; 
	height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}

/* each TR.item is one menu item */
.transMenu .item{
    font-size:11px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	display: block;
	margin: 0px;
	width: 200px !important;
	width: 200px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
	width: 100%;
}
.transMenu .item td{

}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color:black;
	background:#acd6ff;
	background-image:url(../images/insurance_active_navbg.gif);
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:0px;
	}


#wrap-nav {
   margin: 0px;
   padding: 0px;
   display:block;
   
   
}
#menu-nav {
   margin: 0px;
   padding: 0px;
   display:block;
   width:275px;

}
.transMenu .item#active {
	background:#01095d;
	color:black;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	zoom: 1;
	}
.transMenu .item#active.hover {
	background:#acd6ff;
	color:black;
	}
/* For first level menu.*/
a.mainlevel-trans:link, a.mainlevel-trans:visited, a.mainlevel-trans-selected:link, a.mainlevel-trans-selected:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	background-color:#d7d7d7;
	vertical-align: middle;
	color: #333333;
	font-weight:bold;
	text-align: left;
	padding-top: 74px;
	padding-left: 0px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
	width: 250px !important;
	width: 250px;
	margin-bottom:6px;
	border:1px solid #b1b0b0;
	text-indent:10px;
	
	
}
a.mainlevel-trans:hover, a.mainlevel-trans-selected:link, a.mainlevel-trans-selected:visited{
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-decoration: none;
	color: #ffffff;
}
a.mainlevel_active-trans {
    display: block;
    background: url(img/mm_bg.jpg) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	height: 94px !important;
    height: 94px;
	width: 100%;
	text-decoration: underline;
	width: 250px !important;
	width: 250px;
}
a.mainlevel_active-trans:hover {
  color:#3366CC;
}



/* End added */

