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

/*############# BACKGROUND PICTURE #############*/
.academic {
/*width: 160px;*/
/*background-image:url(images/academic/academics.jpg);*/
/*background-color: #ffffff;
background-position:right;
background-repeat:no-repeat;*/
float: right;

font-size: 11px;
font-weight: bold;
color: #000000;
font-family: Arial, Hevlvetica, sans-serif;
}

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

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

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

.academic .parentItem img,
.academic .parentItem-active img{
    position: absolute;
    top: 0px;
	border: 0;
}

.academic .rgtImg {
/*Arrow image for menu items with child items*/
	position: relative;
    margin-top: 5px;
    right: 2px;
    border: 0;
}
.academic .lftImg {
/*Custom image to left of menu item*/
	position: relative;
	margin-top: 2px;
    border: 0;
}

.academic .menuCont {
	height:auto;
}


.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;
	border-right: 1px solid #A1AA8B;
	/*border: 1px solid red;*/
	width: 100%;
	width: auto   !important;
	/*width: 200px;*/
	padding-left: 10px;
	padding-right: 10px;
}


.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: #231F20; /*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 container*/
	background-color: #ECEEE8;
	color: #231F20 !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: #231F20 !important;/*font color on hover is set here - IT IS NOT AFFECTED BY MENU CONT OPACITY*/
}

/***************parentItem_last************/
.academic .parentItem_last, 
.academic .parentItem_last:hover, 
.academic .parentItem_last-active,
.academic .parentItem_last-active:hover {
	/*background-image: url(rating_star_blank.png);*/
	background-repeat: no-repeat;
	background-position : left;
	/*border-right: 1px solid #A1AA8B;*/
	/*border: 1px solid red;*/
	width: 100%;
	width: auto   !important;
	/*width: 200px;*/
	padding-left: 10px;
	padding-right: 10px;
}

.academic .parentItem_last:link,
.academic .parentItem_last:visited {
	/*background-color	: #ff9b37;*//*this overrides the menu container on hover (ie can't cope with hover on anything but an anchor) */
	color: #231F20; /*font color on hover is set here - IT IS NOT AFFECTED BY MENU CONT OPACITY*/
	font-weight: bold;
}

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

.academic .subItem_1 img, .academic .subItem_2 img,
.academic .subItem_1-active img, .academic .subItem_2-active img{
    position: absolute;
    top: 0px;
    border: 0;
}

.academic .subItem_1{
width: 160px;
}

.academic .subItem_2{
width: 160px;
}

.academic .subItem_1, .academic .subItem_2,
.academic .subItem_1:hover, .academic .subItem_2:hover,
.academic .subItem_1-active, .academic .subItem_2-active,
.academic .subItem_1-active:hover, .academic .subItem_2-active:hover {	
	/*background-repeat: repeat-y;*/
    text-decoration: none;
	margin: 0px 0px -1px 0px;	
	padding: 3px 0px 7px 10px;
	color: #231F20 !important;
	/*width: 160px;*/ /*This had to be added to stop menu from shrinking on hover - GT 22/08/2005*/
	height: 10px;
}

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

.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: #231F20;
}
.academic .subItem_1:hover, .academic .subItem_2:hover{
	color: #231F20 !important;
}


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


.academic .subItem_2:hover, .academic .subItem_2-active:hover, .academic .subItem_2-active{
    background-color: #CECDBF;	
}


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

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