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

.gsubMenu{
position:absolute;
top: 0px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
margin-top:40px;
line-height:24px;
z-index:1000;
visibility: hidden;
padding:0px;
}

* html .gsubMenu { /*IE only hack*/
	margin-top:-40px;
}

html>body .gsubMenu{
	margin-top/***/:0px\9;
}


.gsubMenu a{
width: auto;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
font-weight: bold;
background-color: #797979;
color: #ffffff;
font-size:90%;
}

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

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


