@charset "utf-8";
/* CSS Document */

.glowingtabs{
	font-size: 14px;
	height: 40px;
}


.glowingtabs a{
float:left;
margin:0;
margin-right: 0px;
padding:0 0 0 0px;
text-decoration:none;
color:#000000;
}

.glowingtabs a:visited {
float:left;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 0px;
text-decoration:none;
color:#000000;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color:#E84B86;
text-decoration: underline;}
}


.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_d{
	position:absolute;
	top: 0;
	border: 1px solid #c4df9b; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #c4df9b; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #dcecc4;
}

/* ######### Style for Drop Down Menu dropmenudiv_solution ######### */

.dropmenudiv_solution{
position:absolute;
top: 0;
border: 1px solid #eea4a1; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_solution a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #eea4a1; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_solution a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_solution a:hover{ /*THEME CHANGE HERE*/
background-color: #ecc3b7;
}


/* ######### Style for Drop Down Menu dropmenudiv_support ######### */

.dropmenudiv_support{
position:absolute;
top: 0;
border: 1px solid #f09fcd; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_support a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #f09fcd; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_support a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_support a:hover{ /*THEME CHANGE HERE*/
background-color: #f5b5d9;
}


/* ######### Style for Drop Down Menu dropmenudiv_support ######### */

.dropmenudiv_support_contents{
position:absolute;
top: 0;
border: 1px solid #a1b7ff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_support_contents a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #a1b7ff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_support_contents a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_support_contents a:hover{ /*THEME CHANGE HERE*/
background-color: #bcdff5;
}

/* ######### Style for Drop Down Menu dropmenudiv_support ######### */

.dropmenudiv_from{
position:absolute;
top: 0;
border: 1px solid #b9c3bf; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 220px;
visibility: hidden;
}


.dropmenudiv_from a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #b9c3bf; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_from a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_from a:hover{ /*THEME CHANGE HERE*/
background-color: #c1d5cd;
}

