

/* menu::base */
#menu {
    width:1000px; height:34px; margin:auto; background:url(/dfiles/11448/phpcms/templates/swyxgcx/content/images/swyx_07.jpg) left top repeat-x;}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;}
#menu ul.menu {
    padding-left: 30px;}

#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 21px 0 0;  /*修改间距*/
    display: block;
    float: left;}
#menu li:hover>ul {
    left: -2px;}

#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font-size:14px;
	font-weight:bold;
	font-family:微软雅黑;
	color:#fff;}
#menu a:hover, div#menu a:hover  { color: #fff;}
#menu li.current a {}

#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;}
#menu ul ul a.parent  {
    background-position:95% 8px;
    background: url(/dfiles/11448/phpcms/templates/swyxgcx/content/images/item-pointer.jpg) no-repeat right 10px;}
#menu ul ul a.parent:hover  {
    background: url(/dfiles/11448/phpcms/templates/swyxgcx/content/images/item-pointer-mover.jpg) no-repeat right 10px;}

/* menu::level1 */
#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #fff;}
#menu span {
    margin-top: 5px;}/**@replace#1*/
#menu li { background: url(/dfiles/11448/phpcms/templates/swyxgcx/content/images/main-delimiter.jpg) 98% 4px no-repeat;}
#menu li.last { background: none;}

/* menu::level2 */
#menu ul ul li { background: none;}
#menu ul ul {
    position: absolute;
    top: 33px;   /*修改*/
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: #9d1c2f;
    margin-top:1px;}
#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 30px;
    color: rgb(169,169,169); /*二级颜色*/
	font-size:13px;}
#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);}
#menu ul ul a:hover {
    color: #fff;}
#menu ul ul li.last { background: none;}
#menu ul ul li {
    width: 100%; padding:0px;}

/* menu::level3 */
#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;}

/* colors */
#menu ul ul ul { background:#9d1c2f;}   /*修改*/
#menu ul ul ul ul { background: rgb(38,38,38);}
#menu ul ul ul ul { background: rgb(35,35,35);}

/* lava lamp */
#menu li.back {
    background: url(/dfiles/11448/phpcms/templates/swyxgcx/content/images/lava.jpg) no-repeat right -44px !important;
    background-image: url(/dfiles/11448/phpcms/templates/swyxgcx/content/images/lava.jpg);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;}
#menu li.back .left {
    background: url(/dfiles/11448/phpcms/templates/swyxgcx/content/images/lava.jpg) no-repeat top left !important;
    background-image: url(/dfiles/11448/phpcms/templates/swyxgcx/content/images/lava.jpg);
    height: 44px;
    margin-right: 8px;}
