/* Left Menu The colour of anylinkscss2 defines the heading of the flyout column and colour of anylinkscss2A is colour underneath*/
.anylinkcss2 {
	Z-INDEX: 50;
	POSITION: absolute;
	TEXT-ALIGN: left;
	WIDTH: 220px;
	VISIBILITY: hidden;
	background-color: #C00;
	font-family: Arial;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 3px solid #555555;
	margin-top: -27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 192px;
}
.anylinkcss2 A {
	TEXT-ALIGN: left;
	TEXT-INDENT: 5px;
	WIDTH: 100%;
	DISPLAY: block;
	COLOR: #000000;
	background-color: #C0C7C2;
	font-weight: bold;
}
.anylinkcss2 A:hover {
	BACKGROUND-COLOR: #9EC54D;
	COLOR: #000000;
}

/* Top menu */
.bluetabs{
	position: absolute;
	left: 218px;
	width: 826px;
}

.bluetabs ul{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 1px;
	font-weight: bold;
	padding-top: 1px;
	background-repeat: no-repeat;
	padding-left: 8px;
	background-color: #090;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #090;
	left: 10px;
}
.bluetabs li{
	display: inline;
	margin-left: 15px;
}

.bluetabs li a{
	text-decoration: none;
	color: #FFFFFF; 
}

.bluetabs li a:visited{
	color: #FFFFFF;
}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #9EC54D;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	font:normal 11px Verdana;
	line-height:12px;
	width: 220px;
	visibility: hidden;
	margin-top: 3px;
	background-color: #C00;
	border-right: 1px solid #090;
	border-left: 1px solid #090;
	border-bottom: 1px solid #090;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color:#9EC54D;
}

