﻿#gsmmenu {
	width: 71px; /* set width of menu */;
	background: #eee;
	z-index: 1000;
}

#gsmmenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#gsmmenu a, #gsmmenu h2 {
	font: normal 8px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF #666666 #000000 #000000;
	margin: 0;
	padding: 2px 3px;
	font-weight: bold;
}
#gsmmenu h2 {
	color: #000000;
	background: #000;
	text-transform: uppercase;
	background-image: url('http://modesto.gymstars.com/images/Backgrounds/menubck2.jpg');
}
#gsmmenu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
	background-image: url('http://modesto.gymstars.com/images/Backgrounds/menubacksm.jpg');
}
#gsmmenu a:hover {
	color: #0000FF;
	background: #fff;
	background-image: url('http://modesto.gymstars.com/images/Backgrounds/menubck2.jpg');
	font-weight: bold;
}

#gsmmenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
	z-index: 100;
} 

#gsmmenu ul ul ul {
position: absolute;
top: 0;
right: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#gsmmenu ul ul ul,
div#gsmmenu ul ul li:hover ul ul
{display: none;}

div#gsmmenu ul ul li:hover ul,
div#gsmmenu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url("http://www.gymstars.com/Styles/csshover.htc"); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#gsmmenu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#gsmmenu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#gsmmenu a, #gsmmenu h2 {
	font: normal xx-small/1.4em arial, helvetica, sans-serif;
	font-weight: bold;
/* if required use em's for IE as it won't resize pixels */ ;
}
</style>
<![endif]-->

