/*############# BACKGROUND PICTURE #############*/
.academic {
	width:100%;
	height:100%;
}

/*############## ALL MENU ITEMS ###############*/
.academic a{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-weight			: bold;
    	text-decoration		: none;
    	display				: block;
    	white-space			: normal;
    	position			: relative;	
	margin				: 2px 0px 0px 0px;
	padding				: 5px 2px 5px 2px;
	color:#000000;
	
}

/*############# First content color background settings #############*/
.academic .menuCont_1{
/*Container for menu item (opacity is set here)*/
text-align:center;
width:100%;
height:100%;
padding:0px;
margin:0px;
}

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


.academic .menuCont {
	height:auto;
}


.academic .parentItem, 
.academic .parentItem:hover, 
.academic .parentItem-active,
.academic .parentItem-active:hover {
	text-align:center;
	width: 100%;
}

.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) */
	text-align:center;
	color				: #000000; /*font color on hover is set here - IT IS NOT AFFECTED BY MENU CONT OPACITY*/
	font-weight: bold;
	
}

.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 container333366*/
	text-align:center;

#	color				: #336699 !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) */
	text-align:center;
	color				: #000000 !important;/*font color on hover is set here - IT IS NOT AFFECTED BY MENU CONT OPACITY*/
	background-color	: #ffffff;
}
.academic .subItem_1 img, .academic .subItem_2 img,
.academic .subItem_1-active img, .academic .subItem_2-active img{
    position: absolute;/*before  position=absolute*/
    top: 0px;
    border: 0;
}

.academic .subItem_1{
width: 160px;
background-color:#89BACF;
color:#000000;
}

.academic .subItem_2{
width: 160px;
background-color:#89BACF;
color:#333366;
}

.academic .subItem_1, .academic .subItem_2,
.academic .subItem_1:hover, .academic .subItem_2:hover{	
	text-decoration		: none;
	margin				: 0px 0px -1px 0px;	
	color: #ffffff !important;
	width: 160px; /*This had to be added to stop menu from shrinking on hover - GT 22/08/2005*/
}
.academic .subItem_1-active, .academic .subItem_2-active,
.academic .subItem_1-active:hover, .academic .subItem_2-active:hover {
    text-decoration		: none;
	margin				: 0px 0px -1px 0px;	
#	color: #000000 !important;/*ffffff*/
	color: #ffffff !important;/*ffffff*/
	width: 160px;
	border				: 1px solid #000000 !important;
}

.academic .subItem_1, .academic .subItem_1:hover, .academic .subItem_1-active, .academic .subItem_1-active:hover {
	border				: 1px solid #ffffff;
	
}

.academic .subItem_2, .academic .subItem_2:hover, .academic .subItem_2-active, .academic .subItem_2-active:hover {
	border				: 1px solid #ffffff;
}

.academic .subItem_1, .academic .subItem_2{
    color				: #000000;/*ffffff*/
}
.academic .subItem_1:hover, .academic .subItem_2:hover{
	color				: #000000 !important;/*ffffff*/
	border-color:#ffffff;
}


.academic .subItem_1:hover, .academic .subItem_1-active:hover, .academic .subItem_1-active{
    background-color	: #89BACF;	/*this overrides the menu container on hover (ie can't cope with hover on anything but an anchor) 333366*/

}


.academic .subItem_2:hover, .academic .subItem_2-active:hover, .academic .subItem_2-active{
    background-color	: #669933;	
	/*colorgreen 309E2D*/
}


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

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