@charset "utf-8";
/* CSS Document */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 185px; /* Width of Menu Items */
	font-family:tahoma;
	font-size:11px;
	}

#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: 0px;
	top: 16px;
	display: none;
	}

/* Styles for Menu Items */
#menu ul .item a {
	display: block;
	text-decoration: none;
	color: #FFCC99;
	background: #990033; /* IE6 Bug */
	padding:2px 0px 0px 5px;
	border-bottom: 0;
	font-size:11px;
	text-transform:uppercase;
	font-weight:lighter;
	height:15px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#menu ul .item a:link {
	background-color:#990033;
	height:15px;
	padding:2px 0px 0px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#FFCC99;
	font-weight:lighter;
}

#menu ul .item a:hover { color: #FFFFFF ; background: #990033; } /* Hover Styles */
		
#menu li ul .item a { padding: 2px 0px 0px 5px; height:15px; elevation:level; } /* Sub Menu Styles */
		
#menu li:hover ul, li.over ul { display: block; } /* The magic */

/*Home Button Style*/

#menu2 { 
	float:right;
	color:#FFCC99;
	background-position:center;
	height:15px;
	padding:0px 2px 0px 0px;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
		width:130px; /* Width of Menu Items */
	font-family:tahoma;
	font-size:11px;
}

#menu2 ul .item a {
	display: block;
	text-decoration: none;
	color: #FFCC99;
	background: #990033; /* IE6 Bug */
	border-bottom: 0;
	font-size:11px;
	text-transform:uppercase;
	font-weight:lighter;
	height:15px;

	}
	
html>body #menu2 a{
background-color:#990033; height:15px; font-family:tahoma; font-size:11px; color:#FFCC99; font-weight:lighter; text-transform:uppercase;text-align:right;
}

html>body #menu2 a:hover{
background-color:#990033; height:14px; font-family:tahoma; font-size:11px; color:#FFFFFF; font-weight:lighter; text-decoration:none; text-transform:uppercase;text-align:right;
}

/* Image Rollover Links - Works with drop down*/
a.reclaimroll { display: block; width: 408px; height: 100px; text-decoration: none; background: url("../images/links/reclaim.gif") 0 0 no-repeat; }
a:hover.reclaimroll { background-position: 0 -100px; }

a.ppiroll { display: block; width: 408px; height: 100px; text-decoration: none; background: url("../images/links/ppi.gif") 0 0 no-repeat; }
a:hover.ppiroll { background-position: 0 -100px; }

a.mortgageroll { display: block; width: 408px; height: 100px; text-decoration: none; background: url("../images/links/mortgages.gif") 0 0 no-repeat; }
a:hover.mortgageroll { background-position: 0 -100px; }

a.assetroll { display: block; width: 408px; height: 100px; text-decoration: none; background: url("../images/links/asset.gif") 0 0 no-repeat; }
a:hover.assetroll { background-position: 0 -100px; }
	
a.giclaim { display: block; width: 408px; height: 100px; text-decoration: none; background: url("../images/links/general-insurance-claims.gif") 0 0 no-repeat; }
a:hover.giclaim { background-position: 0 -100px; }

a.hproll { display: block; width: 408px; height: 100px; text-decoration: none; background: url("../images/links/hire-purchase-charges.gif") 0 0 no-repeat; }
a:hover.hproll { background-position: 0 -100px; }