/* Navigation bar */

.navBarHeader {
	float: left;
	background-image: url(../img/flexcache.png);	
	background-repeat: no-repeat;
	background-position: left center;
	height: 16px;
	width: 18px;
	float: left;
}

a.navBar {
	background-image: url(../img/elements.png);		
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	
	font-family: Verdana;
	font-size: 8pt;
	vertical-align: middle;	
	text-decoration: none;
	color: #006633;
	border-width: medium;	
	text-align: left;	
	overflow: hidden;
	float: left;
}

a.navBar:hover {
	color: #ABCCAB;
}

.navText {
	font-family: Verdana;
	font-size: 8pt;	
	cursor: default;
	color: #006633;
	vertical-align: middle;	
}

/* Menu tree */

a.menu {
	font-family: Tahoma;
	font-size: 12px;
	vertical-align: middle;	
	text-decoration: none;
	color: #006633;
	border-width: medium;	
	text-align: left;	
	width: 100%;
	overflow: hidden;	
}

a.menu:hover {
	color: #ABCCAB;
}

a.menuSelected {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;	
	text-decoration: none;
	color: #006633;
	border-width: medium;	
	text-align: left;
}

a.menuSelected:hover {
	color: #ABCCAB;
}

a.otherMenu {
	font-family: Tahoma;
	font-size: 12px;
	vertical-align: middle;	
	text-decoration: none;
	color: #077050;
	border-width: medium;	
	text-align: left;	
}
 
a.otherMenu:hover {
	color: #7FAC7F;
}

a.otherMenuSelected {
	font-family: Tahoma;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color: #077050;
	border-width: medium;	
	text-align: left;	
}
 
a.otherMenuSelected:hover {
	color: #7FAC7F;
}

div.menuHeader {
	border: solid 1px #ABCCAB;
	
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	text-align: center;
}

div.bipMenuHeader {	
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #B22222;
	text-align: left;
}

div.backItem {
	border-top: solid 1px #ABCCAB;		
	background-image: url(../img/move_up.png);	
	margin-bottom: 5px;
}

div.menuItem {
	background-image: url(../img/rightarrow.png);			
}

div.menuOtherItem {
	background-image: url(../img/rightarrow1.png);			
}

div.item
{
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 5px;	
	padding: 4px 0px 4px 20px; 	
	border-bottom: solid 1px #ABCCAB;	
	text-align: left;
	overflow: hidden;			
}

div.subMenuItem {
	background-image: url(../img/bu_goto.gif);		
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 40px;
}

div.comboItem {
	margin: 0px 5px;	
}

div.comboItemIn {
	width: 100%;	
}

div.subItem {
	padding-top: 5px;
	padding-bottom: 10px;		
	overflow: hidden;		
}

/* Navigation Combo */

select.menuCombo {
	font-family: Verdana;
	font-size: 11px;
	color: #006633;	
	width: 100%;	
	text-align: left;
	border: solid 1px #ABCCAB;
}

/* Favourites Menu */

#favouritesMenu {
	border-style: solid;
	border-width: 1px;
	border-color: #ABCCAB;
	padding-top: 5px;
	padding-bottom: 5px;	
	background-color: #fff;
}

#favouritesMenu ul {
	list-style: square;
	margin: 0px 0px;
	padding-left: 15px;
	display: block;
	float: left;
}

#favouritesMenu img {
	border: none;
	margin: 5px 5px 5px 0px;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}

#favouritesMenu li {
	margin-left:0px;
}

#favouritesMenu a.menu {
	font-size: 8pt;
}

div.favouritesColumn {
	float: left;
	width : 49.0%;
}

div.favouritesMenuItem {
	padding: 5px 0px 5px 5px;
}
