.solarflare{
	/* root CSS class. If you set a font type, size, color here then it will be the default for all subclasses unless they override it */
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Hevlvetica, sans-serif;
}

.solarflare .menuCont_1, .solarflare .menuCont_2{
/* Menu containers (in this file we have 2 menu containers - the module parameter "CSS # Menu Classes:" would need to correspond to this with a setting of 2. This class affects a DIV tag which encapsulates the menu anchor. (Necessary to allow alpha filter) */
width: 160px;
background-color	: transparent;
}

.solarflare .subItem_1 img, .solarflare .subItem_2 img,
.solarflare .subItem_1-active img, .solarflare .subItem_2-active img,
.solarflare .parentItem img,
.solarflare .parentItem-active img{
    position: absolute;
    top: 0px;
    border: 0;
}

.solarflare .rgtImg {
/* Positioning of image to right of menu*/
    margin-top: 5px;
    right: 4px;
    border: 0;
}
.solarflare .lftImg {
/* Positioning of image to left of menu*/
	margin-top: 2px;
    border: 0;
}


.solarflare .parentItem,
.solarflare .parentItem:hover,
.solarflare .parentItem-active,
.solarflare .parentItem-active:hover {
	width: 160px;
	background-repeat	: no-repeat;
    text-decoration		: none;
    display				: block;
    white-space			: nowrap;
    position			: relative;
	display				: block;
	border-style		: none;
	margin				: 0px 0px -1px 0px;
	padding				: 5px 0px 5px 20px;
}

.solarflare .parentItem,
.solarflare .parentItem-active,
.solarflare .subItem_1,
.solarflare .subItem_2 {
background-color: #29547E;
}

.solarflare .parentItem:hover,
.solarflare .parentItem-active:hover,
.solarflare .subItem_1:hover,
.solarflare .subItem_2:hover {
background-color: #EB8B02;
}

.solarflare .parentItem:link,
.solarflare .parentItem:visited {
	/*background-color	: #ff9b37;*/
	color				: #ffffff;
	font-weight: bold;
}

.solarflare .parentItem:hover,
.solarflare .parentItem-active {
	background-color: #EB8B02;
	color				: #000000 !important;
}
.solarflare .parentItem:active {
	/*background-color	: #ee5500;*/
	color				: #ffffff !important;
}


.solarflare .subItem_1, .solarflare .subItem_2,
.solarflare .subItem_1:hover, .solarflare .subItem_2:hover,
.solarflare .subItem_1-active, .solarflare .subItem_2-active,
.solarflare .subItem_1-active:hover, .solarflare .subItem_2-active:hover {
	width: 160px;
	background-repeat	: no-repeat;
    text-decoration: none;
    display: block;
    white-space:nowrap;
    position: relative;
    z-index: 500;
	display				: block;
	margin				: 0px 0px -1px 0px;
	padding				: 5px 0px 5px 20px;
	color: #ffffff !important;
}

.solarflare .subItem_1, .solarflare .subItem_2{
    color				: #ffffff;
}
.solarflare .subItem_1:hover, .solarflare .subItem_2:hover{
	color				: #000000 !important;
}




.solarflare .section {
    border-style: none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .solarflare td { position: relative; } /* ie 5.0 fix */

