@charset "UTF-8";
/* CISS.Menu Skin - same as NSU_Academics */

/* ----------------------------- CISS.Menu 

Needs: if current page or current child of a parent, needs to be li and sub ul gray bg.
Also look into change the arrow to always down (which indicates there is more, like with utils links)?
Need to remove css file in module, so we can have control editting the css on the fly if needed.
*/

/* level 0 - ul li */
ul.sidemenu, ul.sidemenu ul {
	margin: 0px;
	padding: 0px;
font-size: 11px; /* Make sidebar navigation 11 pixel, bold. */
font-weight: bold; /* Make sidebar navigation 11 pixel, bold. */
	text-transform: uppercase;
	width: 174px;
}
ul.sidemenu { /*when content isn't longer than the sidemenu the margin creates the space between footer and sidemenu */
margin-bottom: 40px;
}
#LeftPane .menu_left0 {
	background-color: #939BA1;
	background: url(/DesktopModules/CISS.SideMenu/Styles/VerticalExpand_collapsible_smokey/sidemenu_smokey.gif) no-repeat;
	padding-left: 0; /*override #LeftPane ul li*/
	margin-bottom: 4px;
	padding: 5px 0px 5px 0px;
}
.level0_a, .menu_left0_nc a {
	padding-left: 10px;
}
ul.sidemenu li.menu_left0 a, .menu_left0_nc a {
}
.menu_left0 a:link, .menu_left0 a:visited, .menu_left0 a:hover, .menu_left0_nc a:link, .menu_left0_nc a:visited, .menu_left0_nc a:hover {
	color: #ffffff;
	text-decoration: none;
}
.menu_left0 a:hover, .menu_left0_nc a:hover {
	text-decoration: underline;
}
/* Level 0 - No Children */
#LeftPane .menu_left0_nc {
	background-color: #939BA1;
	background: url(/DesktopModules/CISS.SideMenu/Styles/VerticalExpand_collapsible_smokey/sidemenu_smokey_nc.gif) no-repeat;
	padding-left: 0; /*override #LeftPane ul li*/
	margin-bottom: 4px;
	padding: 5px 5px 5px 1px;
}
/* level 1 ul li ul li */
#LeftPane .menucon1 {
	background-color: #E4E6E7;
	padding: 0px;
    background: none; /* overrides typography.css > #LeftPane ul li bullet image */
}
.menucon1 a:link, .menucon1 a:visited, .menucon1 a:hover {
	font-size: 11px;
	text-transform: none;
	color: #4c4954;
	text-decoration: none;
	display: block;
}
.menucon1 a:hover {
	text-decoration: underline;
	background-color: #ffffff;
}
ul.submenu li.menucon1 a {
	padding: 3px 0px 3px 10px;
	margin-top:5px;
}
ul.sidemenu  { /*like current parent bg and need to make text black*/
	background-color: #E4E6E7;
}
a.current_parent:link, a.current_parent:visited, a.current_parent:hover, a.current_parent:link, a.current_parent:visited, a.current_parent:hover {
	color: #000000;
}
a.current_child:link, a.current_child:visited, a.current_child:hover {
	background-color: #ffffff;
	color: #000000;
}

