/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin:0px;
padding: 0;
width: 100%;
border-bottom-width: 0;
list-style:none;

}
.glossymenu li a{
background:#eeeeee url(../images/glossyback.gif) repeat-x top left;
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
list-style:none;

}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width:100%;
list-style:none;

}
.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}
.glossymenu li a:hover{
background: #eeeeee;
color: #FF0000;
}
#left_panel{
width:200px;
margin-left:10px;
}
#left_panel .top{
background:url(../images/top_bottom_01.gif) no-repeat bottom;
height: 15px;
}
#left_panel .bottom{
background: url(../images/top_bottom_02.gif) no-repeat;
height: 15px;
margin-bottom:10px;
}
#left_panel .nav{
border-left:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
}
#left_panel .content{
border-left:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
background:#eeeeee;
padding:0px 5px 0px 5px;
}