* html #footer p {
width: 600px;
}

h1.headline {
color:#EEAF18;
font-size:17px;
margin-bottom:10px;
font-weight:normal;  
font-variant:small-caps;	    	  
}

#menustyle {
position:relative;
float:left;
padding:0;
margin:0;
top:-2px;
left:5px;
z-index:1000;
text-align:left;
}

.gsmenu {
font-family:Arial,Helvetica,sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.gsmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
}

/* hack for IE5.5 */
* html .gsmenu ul {
}

/* position relative so that you can position the sub levels */
.gsmenu li {
position:relative;
height:100%;
width:50px;
}

.gsmenu li ul {
border:1px solid #75787F;
background-color:#ffffff;
}

/* get rid of the table */
.gsmenu table {
position:absolute; 
border-collapse:collapse; 
bottom:0; 
left:0; 
z-index:100; 
font-size: 1em;
}

/* style the links */
.gsmenu a, .gsmenu a:visited {
display:block; 
height:160%;
line-height:160%;
width:152px;
color:#000000;
padding: 0 4px;
margin: 0;
}

/* hack for IE5.5 */
* html .gsmenu a, * html .gsmenu a:visited {
}

/* style the link hover */
* html .gsmenu a:hover {
background-color:#efeff1;
}

.gsmenu :hover > a {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.gsmenu ul ul {
visibility:hidden;
position:absolute;
bottom:16px;
left:0px; 
}

* html .gsmenu ul ul {
}

/* make the second level visible when hover on first level list OR link */
.gsmenu ul :hover ul{
visibility:visible;
}

* html .gsmenu ul ul a:hover {
background-color:#ffffff;
}

/* keep the third level hidden when you hover on first level list OR link */
.gsmenu ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:160px; 
}

/* keep the fourth level hidden when you hover on second level list OR link */
.gsmenu ul :hover ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:160px; 
}

* html .gsmenu ul :hover ul ul, .gsmenu ul :hover ul :hover ul ul{
}

/* make the third level visible when you hover over second level list OR link */
.gsmenu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.gsmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}