/**************************************************************************************
* 
* © 2007 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: http://www.ecliptictech.com
* Email: sales@ecliptictech.com
*
* Name: Master CSS
* Description: CSS file for the menu items for the Johnson & Johnson Insurance website
*
***************************************************************************************/

#navbar ul
	{
	float:left;
	margin:0px 0px 0px 224px;
	padding:0px;
	list-style:none;
	}
	
/* star hack to correct discrepencies between IE7 and older versions */

* html #navbar ul
	{
	float:left;
	margin:0px 0px 0px 112px;
	padding:0px;
	list-style:none;
	}
	
#navbar li
	{
	float:left;
	}
	
#navbar li a:link, #navbar li a:visited
	{
	float:left;
	display:block;
	height:16px;
	margin:0px 5px 0px 0px;
	padding:3px 6px 0px 23px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
	background:#68aad1 url(../images/jandjins_corneroverlay_up.gif) top left no-repeat;
	}
	
/* star hack to correct discrepencies between IE7 and older versions */

* html #navbar li a:link, * html #navbar li a:visited
	{
	float:left;
	display:block;
	height:16px;
	margin:0px 3px 0px 0px;
	padding:3px 6px 0px 23px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
	background:#68aad1 url(../images/jandjins_corneroverlay_up.gif) top left no-repeat;
	}
	
#navbar li a:hover
	{
	background:#005990 url(../images/jandjins_corneroverlay_down.gif) top left no-repeat;
	}
	
/* star hack to correct discrepencies between IE7 and older versions */

* html #navbar li a:hover
	{
	background:#005990 url(../images/jandjins_corneroverlay_down.gif) top left no-repeat;
	}
	
#navbar li a:active
	{
	background:#005990 url(../images/jandjins_corneroverlay_down.gif) top left no-repeat;
	}
	
/* star hack to correct discrepencies between IE7 and older versions */

* html #navbar li a:active
	{
	background:#005990 url(../images/jandjins_corneroverlay_down.gif) top left no-repeat;
	}
	
#navbar li#highlighted_li
	{
	float:left;
	display:block;
	height:20px;
	margin:0px 5px 0px 0px;
	padding:0px;
	background:url(../images/jandjins_highlightedbg_r.gif) top right no-repeat;
	}
	
#navbar li a#highlighted_a
	{
	float:left;
	display:block;
	height:16px;
	margin:0px;
	padding:4px 6px 0px 23px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	background:url(../images/jandjins_highlightedbg_l.gif) top left no-repeat;
	cursor:default;
	}
	
/* star hack to correct discrepencies between IE7 and older versions */
	
* html #navbar li a#highlighted
	{
	float:left;
	display:block;
	height:16px;
	margin:0px;
	padding:4px 6px 0px 24px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	background:url(../images/jandjins_highlightedbg_l.gif) top left no-repeat;
	cursor:default;
	}