﻿	
.parentdiv
{
	width:100%;
	text-align:center;
	padding:auto;
	margin:auto;
	}
	
#topmenudivmain
{
	background:url(../img/bg_2.jpg) left top repeat-x;
	}	
.topmenudiv
{
	height:38px; text-align:left;
	background:url(../img/bg_2.jpg) left top repeat-x;
	width:980px;
	}

	
#glowmenu{
height:30px;

}
	
.glowingtabs{
clear:both;
color:#ffffff;
font-style:normal;
float:none;
width:980px;
height:36px;
font-size: 11px;
line-height:normal;
font-family: Tahoma;

}

.glowingtabs ul{
color:#ffffff;
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
font-size:14px;
padding:0;
}

.glowingtabs li{
color:#ffffff;
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../img/bg_2.jpg) left top repeat-x;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 0px;
text-decoration:none;
}

.glowingtabs ul li a{
float: left;
color: white; /*text color*/
padding: 2px 2px;
text-decoration: none;
border-right: 1px solid #0F141A; /*dark purple divider between menu items*/
}

.glowingtabs a span{
float:left;
display:block;
background:url(../img//bg_2.jpg)left bottom repeat-x;
padding: 9px 10px 9px 10px;
font-weight:bold;
color:#ffffff;
border-color:#172CBF;
font-size:13px;
border-width:1px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;

}

.glowingtabs li.selected a{ /*Selected Tab style*/
background:url(../img/../bg_2_Hover.jpg)left top repeat-x;
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background:url(../img/bg_2_Hover.jpg)left top repeat-x;
color:#000000;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background:url(../img/bg_2_Hover.jpg)left top repeat-x;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background:url(../img/bg_2_Hover.jpg)left top repeat-x;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
text-align:left;
top: 0;
border: 1px solid #d5d7c9; /*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 #d5d7c9; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

.glowingtabs ul li a:hover, .indentmenu ul li .current{
color: #666666 !important; /*text color of selected and active item*/
padding-top: 0px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(../img/bg_2_Hover.jpg) center center repeat-x;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #f1f2e0;
}		