/**
* NEWBOLD ACADEMICS MENU CSS
* Developed by Matthew Aimonetti
*/

/*############# BACKGROUND PICTURE #############*/
.academic {
	width            : 160px;
}

/*############# First content color background settings #############*/
.academic .menuCont_1 {
/*Container for menu item (opacity is set here)*/
	background-color	: #edf5f6;
	Filter: Alpha(Opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	width: 100%;
	color: #439100;
	font-family: Helvetica, Arial, sans-serif;
}

/*############# Second content color background settings #############*/
.academic .menuCont_2 {
/*Container for menu item (opacity is set here)*/
	background-color: #edf5f6;
	width: 100%;
	Filter: Alpha(Opacity=85);
	-moz-opacity:.85;
	opacity: .85;
	color: #439100;
}

.academic .menuCont {
	height:auto;
}

.academic .parentItem{
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 11px;
    font-weight			: bold;
	z-index:200;
	color: #439100;
}

.academic .parentItem, 
.academic .parentItem:hover, 
.academic .parentItem-active,
.academic .parentItem-active:hover {
	background-image	: url(rating_star_blank.png);
	background-repeat	: no-repeat;	
	background-position : left;
    text-decoration		: none;
    display				: block;
    white-space			: normal;
    position			: relative;
	display				: block;
	/*border				: 1px solid #bbbbbb;*/
	margin				: 0px 0px -1px 0px;
	padding				: 5px 0px 5px 15px;	
}

.academic .parentItem:link,
.academic .parentItem:visited {
	/*background-color	: #ff9b37;*//*this overrides the menu container on hover (ie can't cope with hover on anything but an anchor) */
	color				: #439100; /*font color on hover is set here - IT IS NOT AFFECTED BY MENU CONT OPACITY*/
	font-weight: bold;
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 11px;
}

.academic .parentItem:hover,
.academic .parentItem-active {
	/*background-color	: #ff9b37; -- if you set a background color here it will override what you have set in the menu container*/
	background-color	: #d1dff2;
	color				: #0906f2 !important; /*font color is set here - IT IS NOT AFFECTED BY MENU CONT OPACITY*/
}
.academic .parentItem:active {
	/*background-color	: #ee5500;*/ /*this overrides the menu container on hover (ie can't cope with hover on anything but an anchor) */
	color				: #0906f2 !important;/*font color on hover is set here - IT IS NOT AFFECTED BY MENU CONT OPACITY*/
}

.academic .subItem_1 {
	width: 100%;
}

.academic .subItem_2 {
	width: 100%;
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 11px;
    font-weight			: bold;
        text-decoration: none;
    display: block;
    white-space: normal;
    position: relative;
    z-index: 500;
	display				: block;
	margin				: 0px 0px -1px 0px;
	padding				: 5px 0px 5px 5px;
	background-color	: #edf5f6;
    color				: #439100;
}


.academic .subItem_1:hover, .academic .subItem_2:hover {
	background-repeat	: repeat-y;
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 11px;
    font-weight			: bold;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: normal;
    position: relative;
    z-index: 500;
	display				: block;
	margin				: 0px 0px -1px 0px;
	padding				: 5px 0px 5px 5px;
	color: #0906f2 !important;
	background-color	: #d1dff2;
}

.academic .section {
   /* border-style: none;*/
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .academic td { position: relative; } /* ie 5.0 fix */