/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}


#boxMenu .header
{
	height: 17px;
	background: url(images/box_menu_top.png) transparent no-repeat;
	overflow: hidden;
}
#boxMenu .footer
{
	background: url(images/box_menu_bottom.png) transparent no-repeat;
	height: 25px;
	overflow: hidden;

}
#boxMenu .content
{
	 background: url(images/box_menu_content.png) transparent;
}
#boxMenu .content ul
{
    list-style-type: none;
    padding: 0 0 4px 0;
    margin: 0;
}
#boxMenu .content ul li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline;
    position: relative;
}
#boxMenu .content ul li a
{
    display: block;
    margin: 0 12px 0 7px;
    padding: 4px 6px 3px 25px;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}
#boxMenu .content ul li a:hover
{
    background: url(images/menu_link_hover.gif) no-repeat center;
    color: #0c5799;
}