/*MAIN COLORS FOR GSG WEBSITE
BLUE #6CABE7, GREEN #9AC839
*/

#navbg
{
	background: #9AC839 url(../Images/Menu/gTab.gif);
	float:left;
	width: 900px;
	#width: 897px;/*# width added for Explorer 6*/
	background-repeat: repeat-x;
	text-align: left;
}

#ftptab
{
float:left;
}
	
#colortab
{
float:left;
width:800px;
clear:right;
}
				

/*START FTP Button*/
.ftptabs {
background: transparent;
margin:0;
padding:0;
}

.ftptabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ftptabs li{
display:inline;
/*ADD VERTICAL LINE, between tabs.*/
margin:0 0 0 0;
padding:0;
text-transform:uppercase;
}

.ftptabs a
{
	border-right: #ffffff 1px solid;
	padding-right: 8px;
	padding-left: 8px;
	background: #AA0000 url(../Images/Menu/rTab.gif) repeat-x left top;
	float: left;
	padding-bottom: 8px;
	margin: 0px 0px 0px 0px;
	color: white;
	padding-top: 8px;
	letter-spacing: 1px;
	text-decoration: none;
}

.ftptabs a span{
float:left;
display:block;
background: transparent /*url(media/color_tabs_right.gif)*/ repeat-x right top;
padding: 4px 0px 2px 0px;
}

.ftptabs a span{
float:none;
}

.ftptabs a:hover{
background: #6CABE7 url(../Images/Menu/bTab.gif) repeat-x
}

.ftptabs a:hover span{
background: #6CABE7  url(../Images/Menu/bTab.gif) repeat-x
}

.ftptabs .selected a, #ftptabs .selected a span{ /*currently selected tab*/
background-color: #6CABE7  url(../Images/Menu/gyTab.gif) repeat-x
}

.ftptabsline{
/*clear: both;*/
padding: 0;
/*width: 100%;*/
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
/*END FTP Button*/
	
.ddcolortabs{
width: 100%;
background: transparent;
margin:0;
padding:0;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
/*ADD VERTICAL LINE, between tabs.*/
margin:0 0 0 0;
padding:0;
text-transform:uppercase;
}

.ddcolortabs a{
float:left;
clear:right;
color: white;
background: #9AC839 url(../Images/Menu/gTab.gif) repeat-x left top;
margin:0 1px 0 0;
border-right:solid 1px #ffffff;
/*Place menu padding here.*/
padding:8px 9px 8px 8px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent /*url(media/color_tabs_right.gif)*/ repeat-x right top;
padding: 4px 0px 2px 0px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background: #6CABE7 url(../Images/Menu/bTab.gif) repeat-x right top;
}

.ddcolortabs a:hover span{
background: #6CABE7 url(../Images/Menu/bTab.gif) repeat-x right top;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #6CABE7 url(../Images/Menu/bTab.gif) repeat-x right top;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a
{
	border-right: black 1px solid;
	border-top: black 8px solid;
	z-index: 100;
	left: 20px;
	visibility: hidden;
	font: 12px/18px Arial;
	border-left: black 1px solid;
	width: 150px;
	border-bottom: black 0px solid;
	position: absolute;
	background-color: #e1eec3;
	text-align: left;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover
{
	color: white;
	background-color: #307ED9;
}

A.TopMenu
{
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.TopMenu:link
{
font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.TopMenu:visited
{
font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-decoration: none;   
}
A.TopMenu:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

