
.menudiv{
	width:100%;
	max-width:1100px;
	min-width:1050px;
	color:#ffffff;
	height:50px;
	background-image:url(../images/navbar.jpg);
	background-repeat:no-repeat;
}
 
.menu {
    width:100%;
	z-index:10000;
	float:left;
	margin:0px;
	margin-left:-30px;
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: inline;
	height:45px;
	width:12%;
	max-width:100px;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
	margin-left:2px;
	margin-right:2px;
	
	/*background: #111111;
    background: -webkit-linear-gradient(top, #111111 0%,#cc0000 100%);
    background: -moz-linear-gradient(top, #111111 0%,#cc0000 100%);
    background: -o-linear-gradient(top, #111111 0%,#cc0000 100%);
    background: -ms-linear-gradient(top, #111111 0%,#cc0000 100%);
    background: linear-gradient(top, #111111 0%,#cc0000 100%);*/
}

.menu li a {
    display: block;
	text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
	padding-top:15px;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}
 
.menu li:hover {
	color: #f3f3f3; /*#bf202d;*/
	background:#660000;
	background: -webkit-linear-gradient(top, #990000 0%,#660000 100%);
    background: -moz-linear-gradient(top, #990000 0%,#660000 100%);
    background: -o-linear-gradient(top, #990000 0%,#660000 100%);
    background: -ms-linear-gradient(top, #990000 0%,#660000 100%);
    background: linear-gradient(top, #990000 0%,#660000 100%);
	/*background-size:5px 100%;
	background-image:url(../images/menu-bg_ov.png);
	background-repeat:repeat-x;*/
}



/* Media Queries */

/*@media screen and (min-width: 202px) and (max-width:512px) {

.menudiv {
	height:230px;
	background-size:100% 100%;
	width:50%;
	margin:auto;
}

.menu {
	margin-left:-40px;
}

.menu li {
	display:block;
	width:90%;
	max-width:90%;
	margin:auto;
	float:none;
}

}*/
