/*----- Lilly.com Navagation CSS -----*/

/*--- global styles ---*/
/* these styles control appearance of elements included in the javascript files for menus */
.anchorimg {
    padding: 0;
    margin: 0;
    height: 1px;
    width: 1px;
    border-width: 0;
}
/*--- globalNav styles ---*/
/* these styles control appearance of items in the header of the page */
.globalNav {
	text-align: right;
}
.globalNav a {
	font-size: 70%;
	color: #000;
	text-decoration: none;
	margin: 2px 5px 5px 0;
}
.globalNav a:hover {
	border-top: 1px solid #C00;
}
.globalNav a.on {
	border-top: 1px solid #C00;
}

/*--- subNav styles ---*/
/* these styles control appearance of the items in the left column that contain subNav elements */
#content .leftCol {
	background-color: #DDD;
	padding: 0 0 20px 0;
	margin: 0;
	border-right: 1px solid #CCC;
	vertical-align: top;
}
#content .subNav h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 75%;
	padding: 3px 0 3px 0;
	margin: 0;
	background-color: #66F;
	border-bottom: 2px solid #EEE;
	text-indent: 3px;
	width: 150px;
}
/* MODIFIED */
#content .subNav ul {
	list-style-position: inside;
	list-style-image:  url(../../images/Lilly/navigation/subNav_arrow.gif);
}
#content .subNav ul a {
	color: #000;
	font-size: 85%;
	margin: 0;
}
#content .subNav ul li {
	padding: 0px 0px 2px 13px;
	text-indent: -15px;
}
#content .subNav ul a:hover {
	color: #C00;
	text-decoration: underline;
}

#content .subNav ul a.on {
    color: #C00;
	text-decoration: underline;
}


/*--- subNav Spill-out Styles ---*/
.noScript {
    color: #666;
	font-size: 70%;
	width: 140px;
	background-color: #EEE;
	border: 1px solid #C00;
    padding: 2px;
    margin: 6px 0 0 4px;
    text-align: center;
}

.menuLayers {
    position:absolute;
    left: -400px;
    top: -400px;
    z-index: 1;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    visibility: hidden;
    cursor: hand;
}

.menuLayers div img {
    float: right;
    margin: 3px 1px 0px 0px;
}

.menuItemsOffTop, .menuItemsOff, .menuItemsOffBot, .menuItemsOffOne {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    padding: 2px 0px 2px 5px;
    background-color: #ddd;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.menuItemsOffTop {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #FFF;
}

.menuItemsOff {
    border-bottom: 1px solid #FFF;
}

.menuItemsOffBot {
    border-bottom: 1px solid #EEE;
}

.menuItemsOffOne {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.menuItemsOn, .menuItemsOnTop, .menuItemsOnBot, .menuItemsOnOne {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    padding: 2px 0px 2px 5px;
    background-color: #000;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}

.menuItemsOnTop {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #FFF;
}

.menuItemsOn {
    border-bottom: 1px solid #FFF;
}

.menuItemsOnBot {
    border-bottom: 1px solid #EEE;
}

.menuItemsOnBotOne {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}