
@charset "utf-8";
.mgshah-nav {
    background: #696969 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    float: right;
    height: 32px;
    width: auto;
}

.mgshah-nav ul {
    margin: 0;
    padding: 0;
}
.mgshah-nav ul li {
    float: left;
    list-style: outside none none;
}
.mgshah-nav ul li a {
    color: #fff;
    display: block;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 30px;
    text-decoration: none;
}
.mgshah-nav ul li a:hover {
    background: #696969 none repeat scroll 0 0;
    color: #fff;
    transition: background-color 0.6s ease-in-out 0s;
}
.mgshah-nav ul li:hover > ul {
    display: block;
    position: absolute;
}
.mgshah-nav ul li ul {
    display: none;
}
.mgshah-nav ul li ul li {
    background-color: #696969;
    border-bottom: 1px solid #fff;
    color: #fff;
    float: none;
    font-family: arial;
    font-size: 13px;
    width: auto;
}
.mgshah-nav ul li ul li a {
    color: #fff;
    display: block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
}
.mgshah-nav ul li ul li a:hover {
    background: #3d96c8 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    transition: background-color 0.4s ease-in-out 0s;
}
.mgshah-nav ul li ul li:hover > ul {
    display: block;
    margin: -31px 0 0 222px;
    position: absolute;
}
.mgshah-nav ul li ul li ul {
    display: none;
}
.mgshah-nav ul li ul li ul li {
    background-color: #696969;
    border-bottom: 1px solid #fff;
    color: #000;
    float: none;
    font-family: arial;
    font-size: 13px;
    width: 222px;
}
.mgshah-nav ul li ul li ul li a {
    color: #fff;
    display: block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
}
.mgshah-nav ul li ul li ul li a:hover {
    background: #3d96c8 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    transition: background-color 0.4s ease-in-out 0s;
}
.mgshah-flash_main {
    background: #000 none repeat scroll 0 0;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.mgshah-flash_main_bg {
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
.mgshah-flash {
    box-shadow: 0 5px 3px #cccccc;
    float: left;
    height: 260px;
    text-align: center;
    width: 1000px;
}
.shheader{font-size:18px; line-height:32px; font-family:arial; font-weight:bold; border-bottom:1px dashed #000; text-transform:uppercase;}
.shcontact{font-family:arial; font-size:14px; text-align:justify; line-height:25px;}
