
/*
Hello Bradut,
 
I still haven't had the time to work on the banner, but here are the colours that I am using:

Michelle:
------------- 
beige:  ecebd4
light blue:  6f92bf
orange:  ffac4f


Bradut:
--[Colors]--------
blue: #104E8B;
light blue:  6f92bf
orange-building: #D2691E;
coffee: AA5303
new red-brown from Michelle:#C94B00 [2007-12-05]


Note from Nina Zoric - changing orange to UBC blue: 192c57
*/


/*Main menu*/
.LevelOne 
{
	font-family:Verdana;
	border-right: 4px solid #FFFFFF; 
	background: #192c57; /* #AA5303; #ffac4f; #104E8B; #ff9933;*/ 
	color:#FFFFFF; 
	font-weight:bold; 
	cursor: hand;
}

.LevelOneOver
{
	font-family:Verdana;
	border-right: 4px solid #FFFFFF; 
	background: #ecebd4; 
	color: black; /*#FFFFFF; */
	font-weight:bold; 
	cursor: hand;	
}


/*Child menu*/
td.LevelOne, table.LevelOne td table td, td.LevelOneOver, table.LevelOneOver td table td 
{
	font-family:Verdana;
	padding: 10px 20px; 
	font-size:12px;
	border-bottom:2px solid #ffffff; /*1px dotted #ffffff  Bradut*/
	
}


/*Child menu stuff*/
.ipf-SectionMenuItem
{
	font-family:Verdana;
	background: #192c57; /*#104E8B; #ff9933;*/ 
	margin-left:12px; 
	
	/*Bradut, added this stuff */
	border-bottom:2px solid #ffffff; /*1px dotted #ffffff  Bradut*/
		
	color: #FFFFFF; /*text color of the child menu*/
	font-weight:bold; 
	cursor: hand;

}

.ipf-SectionMenuItemOver
{
	font-family:Verdana;
	background: #ecebd4; 
	color: Black; 
	font-weight:bold; 
	cursor: hand;
	font-size:12px;
}

td.ipf-SectionMenuItem, table.ipf-SectionMenuItem td, td.ipf-SectionMenuItemOver, table.ipf-SectionMenuItemOver td 
{
	font-family:Verdana;
	padding: 10px 20px  11px;   /*Bradut, added 10px */
	font-size:12px;
}
