﻿.PrettyMenu {
    color: white;
	float: left;
	list-style: none;
	 margin-left: 80px;
}

.PrettyContainer {
    text-align: center;
    top: 25px;
    position: absolute;
    width: 80%;
    left: 200px;
}

.PrettyMenu li {
	font: 100% "Open Sans",sans-serif;
	margin: 0;
	padding: 0;
}

.PrettyMenu a {
        /*border-bottom: 1px solid #e7e7e7;
	color: #777777;*/
        display: block;
        margin: 0;
        padding: 15px 15px;
        text-decoration: none;
        color: #ba1028;
}

.PrettyMenu a:hover {
        color: #d32735;
        /*padding-bottom: 8px;
	border-bottom: 1px solid #e7e7e7;
	background-image: linear-gradient(to bottom, #EBEBEB 0px, #F3F3F3 100%);
	background-repeat: repeat-x;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.075) inset;
	background-colour: #e7e7e7;*/
}




ul.AspNet-Menu, ul.AspNet-Menu ul {
    margin: auto;
    padding: 0;
    display: block;
    min-width: 500px;
}
