/*
body{
	background: #000;
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
}
li{
	list-style :none;
	text-align: left;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#main{
	width: 100%;
	height: 620px;	
	background: url(../img/font.jpg);
	margin: 0;
}
*/


ul.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
	float: left;
}

li.menu {
    width: 100%;
    background: #eaebed;
}

li.button a {
    width: 83%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    font-family: "SegoeUISemiBold";
    font-size: 11px;
    color: #333536;
    padding: 5px 5% 5px 12%;
    border-top: 1px solid #fff;
    text-decoration: none;
	text-transform: none;
}

li.button a:hover {
    text-decoration: none;
}

li.menu li.active {
    background: url(../img/vm-act.png) top repeat-x #ba0003;
}

li.menu li.active a {
	color: #fff;
    background: url(../img/vm-str.png) 94% center no-repeat;
}

li.menu li.button a:hover {
	background: #d4d4d4;
}

li.menu li.active a:hover {
    color: #fff;
    background: url(../img/vm-str.png) 94% center no-repeat #ba0003;
}


.dropdown {
    width: 100%;
    display: none;
    list-style-type: none;
	padding: 1px 0;
    background: #eaebed;
	float: left;
}

.dropdown li {
    width: 100%;
    list-style-type: none;
    margin: 1px 0 0 0;
}

.dropdown li a {
	float: left;
    width: 80%;
    padding: 6px 5% 6px 15%;
    color: #333536;
    font-family: "SegoeUIItalic";
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}

.dropdown li a:hover {
    background: #dedede;
}





