/*Left-navigation*/
div.diabetes_nav {
	border-bottom:solid 2px #ffffff; 
	margin-bottom:5px;
	height:100%;
}
div.diabetes_subnav {
	position:relative;
	left:10px;
	display:none;
	margin-bottom:5px;
}
ul.diabetes_nav {
	list-style:none;
	list-style-position:outside;
}
a.diabetes_nav:link {
	color: #000066;
	text-decoration: none;
}
a.diabetes_nav:visited {
	color: #000066;
	text-decoration: none;
}
a.diabetes_nav:hover {
	color: #000066;
	text-decoration: none;
	background-color: #c5c3bd;
}
a.diabetes_nav:active {
	color: #000066;
	text-decoration: none;
}

/*Chrysler tool wheel*/
div.tool_popup {
	position:relative;
	width:95%;
	padding:5px;
	display:none;
	background-color: #ebeae7;
	border: 1px solid #9e9a8f;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* New nav*/
#newnavcontainer /* This is for most subnav links (except the very first one)*/
{
	width: 160px;
}

#subnavcontainer /* This is for most subnav links (except the very first one)*/
{
	width: 160px;
}

#newnavcontainer a
{
	display: block;
	padding: 4px;
	background-color: #ebeae7;
	border-top: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#subnavcontainer a
{
	display: block;
	padding: 2px;
      padding-left: 10px;
	background-color: #ebeae7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; /* displayed at 8px */
      font-weight: normal;
	color: #000066;
	text-decoration: none;
}

#newnavcontainer a:link, #newnavlist a:visited
{
	color: #000066;
	text-decoration: none;
}

#newnavcontainer a:hover
{
	background-color: #c5c3bd;
	color: #fff;
}

#subnavcontainer a:link, #subnavlist a:visited
{
	color: #000066;
	text-decoration: none;
}

#subnavcontainer a:hover
{
	background-color: #c5c3bd;
	color: #fff;
}

#newnavcontainertop /* The only difference with this one is that it adds a line above and below- for single links in the left nav */
{
	width: 160px;
	margin: 0px;
	padding: 0px;
}

#newnavcontainertop a 
{
	display: block;
	padding: 4px;
	background-color: #ebeae7;
	border-top: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#newnavcontainertop a:link, #newnavlist a:visited
{
	color: #000066;
	text-decoration: none;
}

#newnavcontainertop a:hover, #newnavcontaineryouarehere a:hover, #newnavcontaineryouareheretop a:hover, #subnavcontaineryouarehere a:hover, #subnavcontaineryouareheretop a:hover
{
	background-color: #c5c3bd;
	color: #fff;
}
#newnavcontaineryouarehere a
{
	display: block;
	padding: 4px;
	background-color: #c5c3bd;
	border-top: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#newnavcontaineryouareheretop a
{
	display: block;
	padding: 4px;
	background-color: #c5c3bd;
	border-top: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; /* displayed at 8px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#subnavcontaineryouarehere a
{
	display: block;
	padding: 2px;
      padding-left: 10px;
	background-color: #c5c3bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; /* displayed at 8px */
      font-weight: normal;
	color: #000066;
	text-decoration: none;
}

#subnavcontaineryouareheretop a
{
	display: block;
	padding: 2px;
      left: 10px;
	background-color: #c5c3bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; /* displayed at 8px */
      font-weight: normal;
	color: #000066;
	text-decoration: none;
}

#newnavcontainerlogo  
{
	display: block;
	text-align: left;
	padding: 6px 0px 6px 0px;
	background-color: #ebeae7;
	
}

#newnavcontainerlogogrey 
{
	display: block;
	text-align: center;
	padding: 6px 0px 6px 0px;
	background-color: #ebeae7;
}

#newnavcontainerbackto a /* for back to hospital, etc. links after left navigation */
{
	display: block;
	padding: 8px 4px 4px 4px;  
	background-color: #ebeae7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em; /* displayed at 6px */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-image:     url(/img4/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em .5em;
}

#newleftnav  {
	width: 160px;
	background-color: #ebeae7;
}
