﻿        #menu{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
                #menu ul{
	list-style: none;
	height: 64px;
}
#menu li{
	list-style: none;
	display: block;
	float: left;
	margin: 0 2px 0 2px;
	height: 64px;
	white-space: nowrap;
}
#menu li a{
	display: block;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: none;
	cursor: pointer;
	height: 64px;
	line-height: 48px;
	background: url("images/menu_017_l.jpg") no-repeat left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#menu li a span{
	display: block;
	float: left;
	color: #fff;
	padding: 0 40px 0 20px;
	height: 64px;
	background: url("images/menu_017_r.jpg") no-repeat right;
	font-size: 0.95em;
	width: 80px;
}
                                        #menu li a:hover{
                                                display:block;
                                                float:left;
                                                background:url("images/menu_017_h_l.jpg") no-repeat left;
                                        }
                                        #menu li a:hover span{
                                                display:block;
                                                float:left;
                                                background:url("images/menu_017_h_r.jpg") no-repeat right;
                                                color:#fff;
                                        }
                                #menu li a.current{
                                        display:block;
                                        float:left;
                                        color:#fff;
                                        text-transform:uppercase;
                                        font-weight:bold;
                                        background:url("images/menu_017_a_l.jpg") no-repeat left;
                                        padding:0 0 0 30px;
                                        text-decoration:none;
                                        height:64px;
                                }
                                #menu li a.current span{
                                        display:block;
                                        float:left;
                                        background:url("images/menu_017_a_r.jpg") no-repeat right;
                                        color:#fff;
                                        padding:0 40px 0 20px;
                                        height:64px;
                                }



