/*
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
*/
#menudiv { 
	background:#D9D9D9; /*#E0DCCD;*/
	display:table-cell;
	vertical-align:top;
	margin:0;
	padding:0;
	border:0;
}
.glossymenu{
	margin:0;
	border: 0px solid #9A9A9A;
	border-left-width:0;
	text-align:left;
	vertical-align:top;
	background:#E0DCCD;
}
.glossymenu div.menuheader {
	background:#FDD023; 
	color:#461D7C;
	display:block;
	position:relative;
	width:auto;
	margin-top: 0;
	padding: 4px 15px;
}
.glossymenu a.menuitem{
	background: #591cbc url(/Template2016/images/glossyback15g.gif) repeat-x bottom left; /* March 2015 */
	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;  /* Padding left and right for menu item */
	text-decoration: none;
}

.glossymenu div.submenu a.menuitem {
	border-bottom: 1px solid #DDDDDD; 
	/*background: #f0e7cf url(/template2016/images/gradientsubmenuitem.gif) repeat-x bottom left;*/ /* submenu gradient bars behind links */
	background: #F0E7CF url("/template2016/images/submenuarrow.png") no-repeat right;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #461D7C; /* LSU Health Purple */
	text-decoration: none;
}
.glossymenu div.submenu a.menuitem:hover
{
	background: #D5C9C8 url("/template2016/images/submenuarrow.png") no-repeat right;
}
.glossymenu div.submenu a.subsubmenuheaderexpand {
	background: #F0E7CF url("/template2016/images/submenuarrowopen.png") no-repeat right;
}
.glossymenu div.submenu a.subsubmenuheaderexpand:hover {
	background: #D5C9C8 url("/template2016/images/submenuarrowopen.png") no-repeat right;
}
.glossymenu a.submenuheader {
	background: #591cbc url(/template2016/images/glossyback15g.gif) repeat-x bottom left; /* March 2015 */
	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 */
	text-decoration: none;
}

.glossymenu a.submenuheaderopen {
	background: #615286; 
	color: white;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 15px;  /* Padding left and right for menu item with a submenu when open */
	text-decoration: none;
}
.glossymenu div.submenu a.submenuheaderopen {
	background-color: #D2C9B1;
	color: #461D7C;
	background: #D2C9B1 url("/template2016/images/submenuarrowopen.png") no-repeat right;
}
.glossymenu div.submenu a.submenuheaderopen:hover {
	background: #D5C9C8 url("/template2016/images/submenuarrowopen.png") no-repeat right;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active, .glossymenu a.submenuheader:visited, .glossymenu .submenuheader:active {
	color: white;
}

.glossymenu a.menuitem .statusicon, .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 */
	color: #461D7C; /* LSU Health Purple */
	padding: 0px 15px;  /* Item 2 is Padding left and right for opened submenus, changed from 2 / 15 to 0 / 15 */
}

.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(/template2016/images/gradientsubmenuitem.gif) repeat-x bottom left;*/ /* submenu gradient bars behind links */
}

.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;
	color: #461D7C; /* LSU Health Purple */
	text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
	/*background: #ffefd8;*/
	/*color: #FDD023;*/ /* LSU Health Gold */
	background: #D5C9C8;
}