.menu_vs2010 ul
{
    list-style: none;
}
.menu_vs2010>ul
{
       display: table;
       width: 100%;
}
/*.menu_vs2010 a
{
    color: #ddd;
    text-decoration: none !important;
}*/

.menu_vs2010 a
{
    color: white;
    text-decoration: none !important;
}

.menu_vs2010 a:hover
{
    color: #ddd;
}
.menu_vs2010 ul>li:first-child
{

	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	
}

.menu_vs2010 ul>li:last-child
{
	
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;	
	
}	

/*.menu_vs2010 ul>li
{
	padding: 10px 15px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3366FF), color-stop(1, #003399) );
	background:-moz-linear-gradient( center top, #3366FF 5%, #003399 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3366FF', endColorstr='#003399');
	background-color:#3366FF;
	color: #ddd;
}*/

.menu_vs2010 ul>li
{
	padding: 10px 15px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b6b4b4), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #b6b4b4 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6b4b4', endColorstr='#000000');
	background-color:white;
	color: #ddd;
}

.menu_vs2010 ul>li:hover
{

	background:black;	
}


.menu_vs2010 ul>li:hover>ul>li
{

	background:#000000;
	width: 200px;
	border-radius: 0;	
}


.menu_vs2010 ul>li:hover>ul>li:hover
{
	background:#3366FF;	
	
}