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

/*############# BACKGROUND PICTURE #############*/
.academic {
width            : 100%;
height: 30px;
font-size: 11px;
font-weight: bold;
color: #4F3D05;
font-family: verdana, Arial;
border: 0px solid red;
}

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

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

.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: 0px;
    right: 2px;
    border: 0;
}
.academic .lftImg {
/*Custom image to left of menu item*/
	position: relative;
	margin-top: 0px;
    border: 0;
}

.academic .menuCont {
	height:auto;
}

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

.academic .parentItem, 
.academic .parentItem:hover, 
.academic .parentItem-active,
.academic .parentItem-active:hover {
	background-image	: url(images/academic/back_menu2010.gif);
	background-repeat	: no-repeat;	
	background-position : left;
    text-decoration		: none;
	text-align			: center;
    display				: block;
    white-space			: normal;
    position			: relative;
/*	border				: 1px solid #bbbbbb;
*/	margin				: 0px 7px 0px 0px;
	padding				: 5px 0px 0px 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				: #FFFFFF; /*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	: #E9E9E9;
	*/color				: #C2171D !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				: #C2171D !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{
background-image	: url(.../images/menu_blue_bgr.png);
width: 100%;
}

.academic .subItem_2{
background-image	: url(.../images/menu_blue_bgr.png);
width: 100%;
}

.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;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
    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: #000000 !important;
}

.academic .subItem_1 {
	border				: 1px solid #DD111C;
}

.academic .subItem_2 {
	border				: 1px solid #DD111C;
}

.academic .subItem_1, .academic .subItem_2{
    color				: #000000;
}
.academic .subItem_1:hover, .academic .subItem_2:hover{
	color				: #000000 !important;
}


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


.academic .subItem_2:hover{
 /*   background-color	: #E9E9E9;	*/
    background-color	: #FFDBCF;	
}


.academic .section {
    border-style: none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background-color	: #FFDBCF;	/* elie 20/05/10 */
	margin-top: 5px;
}

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