﻿@charset "utf-8";
/* Configuration of menu width */

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
*/

html body ul#nav ul
,html body ul#nav ul li {
width:380px;
height:200px;
}
html body ul#nav ul ul {
margin:0 0 0 200px;
}

/* Theming the menu */

ul#nav {
float:left;
}

ul#nav ul {
border:1px solid #ccc;
background:#979a9f;
}

ul#nav li a {
font-family:"微软雅黑";
text-decoration:none;
color:#f1f2f2;
font-size:12px;
padding:0 10px;
}

ul#nav ul li a {
padding:10px 15px;
}
ul#nav ul li a:hover{
}

ul#nav li a:hover
,ul#nav li a:focus {

}

ul#nav span.sf-arrow {
top:28px;
right:6px;
background-image:url(../images/arrows-white.png);
}

ul#nav ul span.sf-arrow {
right:12px;
top:16px;
}