body{
	color:#2D77D0;
	font-size:14px;
	font-family:Arial;
}

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 1.4;
}
body {
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
}

h1{
	color:#2D77D0;
	font-size:14px;
	float:left;
	margin:5px 0 0 0;
	padding:0;
	font-family:Arial;
}

h2{
	color:#000000;
	font-size:12px;
	margin:10px 0 0 0;
	padding:0;
}

em{
	background: url(../images/hand.gif) no-repeat;
	display:block;
	width:24px;
	height:24px;
	float:left;
	margin:0px 2px 2px 2px;
}

a:link, a:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #0066FF;
	line-height: 1.5;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

a.style3:link, a.style3:visited, a.style3:active {color: #999999}

a.style3:hover {color: #FF9900;text-decoration:none;}

.style4 {color: #000000; font-weight:bold;}

.style5 {
	color: #333333;
	font-weight: bold;
}
.style7 {color: ##0066FF; font-weight:bold;}
.style8 {
	color: #0066CC;
	font-weight: bold;
}
#IndweCare{float:left;margin-top:282px}

.arrow{
	border:none;
	position:relative;
	right:-80px;
	padding:0;
	margin:0;
}

a.toplink-1:link, a.toplink-1:visited, a.toplink-1:active{
	background:url(../images/toplink-1.jpg) no-repeat;
	display:block;
	width:90px;
	height:33px;
	float:left;
	margin:0;
	padding:15px 0 0 20px;
	font-weight:bold;
	color:#999999;
}

a.toplink-2:link, a.toplink-2:visited, a.toplink-2:active{
	background:url(../images/toplink-2.jpg) no-repeat;
	display:block;
	width:112px;
	height:33px;
	float:left;
	margin:0;
	padding:15px 0 0 13px;
	font-weight:bold;
	color:#999999;
}

a.toplink-3:link, a.toplink-3:visited, a.toplink-3:active{
	background:url(../images/toplink-3.jpg) no-repeat;
	display:block;
	width:98px;
	height:33px;
	float:left;
	font-weight:bold;
	color:#999999;
	margin:0;
	padding:15px 0 0 10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.

DROPDOWN MENU
=================================================================== */

.menu {
	height:31px;
	margin:0 0 0 0; /* this page only */
	float:left
	display:block;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-image:none;
	width:215px;
}

.menu ul li {
	list-style-type:none;
	list-style-image:none;
}

/* style the list items */
.menu li {
	background:#FFFFFF;
	width:215pX;
	height:31px;
	/* for IE7 */
	float:left;
}
.menu li.sub {background:#FFFFFF no-repeat right center;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
a.menu:link, a.menu:visited, a.menu:active {
	background:url(../images/menu.gif) no-repeat;
	display:block; 
	text-decoration:none;
	height:31px;
	line-height:31px;
	width:215px;
	color:#999999;
	text-indent:20px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	/*border:1px solid #fff;*/
}

a.submenu:link, a.submenu:visited, a.submenu:active {
	display:block;
	height:23px;
	width:195px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	padding:5px 0 0 5px;
	margin:0;
	/*border:1px solid #fff;*/
}

a.submenu:hover {
	background-color:#0066cc;
	color:#ffffff;
	padding:5px 0 0 5px;
	margin:0;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:195px; w\idth:195px;}
* html  a.menu, * html a.menu:visited {width:215px; w\idth:215px;}
/* style the link hover */
* html  a.menu:hover {background:url(../images/menu.gif) no-repeat; position:relative; 	color:#999999;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
a.menu:active, a.menu:focus {background:url(../images/menu.gif) no-repeat;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
/*.menu li:hover > a {background:url(menu.gif) no-repeat;}*/
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:-30px;
	/* set up the overlap (minus the overrun) */
	left:212px;
	/* set up the overrun area */
	padding:30px 0 0 0;
	/* this is for IE to make it interpret the overrrun padding */
	background:transparent url(/images/transparent.gif);
}

.menu li ul li ul{
	top:-20px;
	left:195px;
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}

.menu li ul li{
	background-color:#4EBEE7;
	height:28px;
	width:200px;
	padding:0 0 0 0;
	color:#ffffff;
	border-bottom:1px solid #FFFFFF;
	font-weight:normal;
}

.menu li ul li:hover{
		background-color:#0066cc;
}

/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

.clear{
	clear:both;
}
