body { 
padding : 0;
margin : 4px 0 0;
background-color : transparent;
background-attachment : fixed;
background-repeat : repeat;
background-position : center 0%;
} 
.glossymenu, .glossymenu li ul { 
list-style-type : none;
margin : 0;
padding : 0;
width : 158px;
border : 0 solid #d9f0ff;
} 
.glossymenu li { 
position : relative;
} 
.glossymenu li ul { 
position : absolute;
width : 155px;
height : 20px;
left : 0;
top : 0;
display : none;
} 
.glossymenu li a { 
background : #d9f0ff url(images/left-nav.jpg) repeat-x bottom left;
padding : 1px 0;
margin : 0;
font : bold 11px/12px Tahoma, sans-serif;
color : #dc143c;
display : block;
width : auto;
height : 22px;
padding : 5px 0;
padding-left : 10px;
text-decoration : none;
} 
.glossymenu .arrowdiv { 
margin : 0;
padding : 0;
position : absolute;
right : 0;
top : 0;
width : 23px;
background : transparent url(images/arrow-rt1.gif) no-repeat center right;
} 
.glossymenu li a:visited, .glossymenu li a:active { 
color : white;
} 
.glossymenu li a:hover { 
background-image : url(images/left-nav-hover.gif);
} 
* html .glossymenu li { 
float : left;
height : 1%;
} 
* html .glossymenu li a { 
height : 1%;
} 
