﻿/*
New LSU Health Colors
LSU Purple:  #461D7C;
LSU Gold:  #FDD023;
Black:  #000000;
50% Gray:  #999999;

Old  LSUH Colors
Purple:  #2A0C5A;
Light Purple:  #615286;
Gold:  #B78B0E
Dark Gold:  #876309
*/
.glossymenu{
	margin:0;
	padding: 0;
	/*width: 170px;*/ /*width of menu*/
	width: 100%; /* must be in table and will be as wide as table */
	border: 1px solid #9A9A9A;
	/*border-bottom-width: 0;*/
	border-left-width:0;
}
.glossymenu div.menuheader {
	background:#FDD023; /*#465E8A;*/
	font: 1.2em "Arial";
	font-weight:bold;
	color:#461D7C; /* white;*/ /* March 2015 */
	display:block;
	position:relative;
	width:auto;
	padding: 4px 15px;/*4px 0;*/ /*Padding left and right for menu header section*/
	/*padding-left: 10px;	*/
	/*margin-top: 4px; */
	margin-top: 0;
}

.glossymenu a.menuitem{
	/*background: #591cbc url(/Template2011/images/glossyback3.gif) repeat-x bottom left; */ /*591cbc matches the top color of the image in case of 3 line menu items */
	background: #591cbc url(/Template2011/images/glossyback15g.gif) repeat-x bottom left; /* March 2015 */
	font: 1.2em "Arial";
	font-weight: bold;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	/* height: 20px; *//* Needed for IE to eliminate gap created with display: block ***when toggleclass is used*/
	padding: 4px 15px; /*4px 0;*/ /* Padding left and right for menu item */
	/*padding-left: 10px;*/
	text-decoration: none;
}

.glossymenu div.submenu a.menuitem {
	border-bottom: 1px solid #DDDDDD; //#EFEFEF; //blue;
	background: #f0e7cf url(/Template2011/images/gradientsubmenuitem.gif) repeat-x bottom left; /* submenu gradient bars behind links */
	margin: 0;
	padding: 0;
	font: "Arial";
	font-weight: bold;
	font-size: 1em;
	/*font-size: 110%;*/ //* Changed expandable menu to 100% per Randy on 3/30/2012 */
	font-size: 100%;
	color: #461D7C; /* LSU Health Purple */
	text-decoration: none;
}

.glossymenu a.submenuheader {
	/* background: #591cbc url(/Template2011/images/glossyback3.gif) repeat-x bottom left; */ /*591cbc matches the top color of the image in case of 3 line menu items */ 
	background: #591cbc url(/Template2011/images/glossyback15g.gif) repeat-x bottom left; /* March 2015 */
	font: 1.2em "Arial";
	font-weight: bold;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 15px; /*4px 0;*/ /* Padding left and right for menu item with a submenu */
	/*padding-left: 10px;*/
	text-decoration: none;
}

.glossymenu a.submenuheaderopen {
	background: #615286; /*#B78B0E url(/Template2011/images/glossybackopen-v2.gif) repeat-x bottom left;*/
	font: 1.2em "Arial";
	font-weight: bold;
	color: white;
	/*display: block;*/
	/*height: 20px;*/
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 15px; /*4px 0;*/ /* Padding left and right for menu item with a submenu when open */
	/*padding-left: 10px;*/
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.glossymenu a.submenuheader:visited, .glossymenu .submenuheader:active {
	color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.submenuheader .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background: #615286; /* March 2015 */ /* #2A0C5A; */ /* Using solid color since image was solid and multi-lines need to look good on hover also */
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background:#f0e7cf; /* This should match the top of the gradient uses in dev.submenu ul li */
	font: "Arial";
	font-weight: bold;
	color: #461D7C; /* LSU Health Purple */
	padding: 2px 15px; /*2px 0;*/ /* Item 2 is Padding left and right for opened submenus */
	/*padding-left: 10px;*/
}

.glossymenu div.submenuforleafhidden {display:none;}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #DDDDDD; //#EFEFEF; //blue;
	background: #f0e7cf url(/Template2011/images/gradientsubmenuitem.gif) repeat-x bottom left; /* submenu gradient bars behind links */
}
.glossymenu div.submenu ul li.subsubmenuheader, .glossymenu div.submenu ul li.subsubmenuheaderexpand {
	font-weight:bold;
	font-size:110%;
}
.glossymenu div.submenu ul li.sub2menu, .glossymenu div.submenu div.sub2menu, .glossymenu div.submenu ul li.sub2menuexpand, .glossymenu div.submenu div.sub2menuexpand {
	padding-left: 20px;
}
.glossymenu div.submenu ul li.sub3menu {
	padding-left: 30px;
}
.glossymenu div.submenu ul li a{
	display: block;
	font: "Arial";
	font-weight: bold;
	color: #461D7C; /* LSU Health Purple */
	text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
	background: #ffefd8;
	color: #B78B0E; /* LSU Health Gold */
}
