/*
===============================================
Copyright 2009.
===============================================
*/

/*
===========================================
*************************   MENU STYLES   *************************
===========================================
*/
#topnavtable{
	width: 776px;
	height: 28px;
	padding: 0px;
	margin: 0px auto 12px auto;
	border: none 0px;
}
#topnav_td{
	border: none 0px;
	text-align: center;
	vertical-align: top;
	background-image: url(../images/topnav_fil.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#topnav_td2{
	border: none 0px;
	text-align: center;
	vertical-align: top;
	background-color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-top: 7px;
}

.topnav_div{
	border: none 0px;
	margin: 0 20px;
}
.topnav_div2{
	border: none 0px;
	margin: 0 13px 0 14px;
}


.glowingtabs{
	margin: 0px;
	padding: 0px;
}
.glowingtabs ul{
	padding:0px;
	margin: 0px;
}
.glowingtabs li{
	display:inline;
	margin:0px;
	padding:0px;
}
.glowingtabs a{
	text-decoration:none;
}
.glowingtabs a span{
	margin: 0px;
	padding: 0px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #E6CCCD;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
	color: #E6CCCD;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d {
	position: absolute;
	top: 0;
	border: 1px solid #000;
	border-width: 0 1px;
	line-height: 15px;
	z-index: 100;
	width: 260px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	text-decoration: none;
	background-color: #606060;
}


.dropmenudiv_d a, .dropmenudiv_d a:link, .dropmenudiv_d a:visited {
	width: auto;
	display: block;
	text-indent: 10px;
	border: 0 solid #000;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 1px 0;
	margin: 0;
	color: #fff;
}

* html .dropmenudiv_d a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv_d a:hover {
	background-color: #898989;
	color: #fff;
}


