#nav{
    height:35px;
    border-bottom:1px solid #ddd;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background:#fff url(http://laprensadelazonaoeste.com/Edicion/images/nav.png) repeat-x center left;
}
#nav ul{
    height:25px;
    list-style:none;
    margin:6px auto 0px auto;
    width:600px;   
}
#nav ul li{
    display:inline;
    float:left;
    margin:0px 2px;
}
#nav a{
	font-size: medium;
	font-weight: bolder;
	float: left;
	padding: 2px 4px;
	color: #666666;
	text-decoration: none;
	border: 1px none #ccc;
	cursor: pointer;
	background: #FFFFFF none;
	height: 16px;
	line-height: 16px;
	font-style: oblique;
	font-family: "Times New Roman", Times, serif;
}
#nav a:hover{
    background:#940100 none;
    color: #fff;
}
#nav a.bottom span{
    float:left;
    width:16px;
    height:16px;
}
#nav a.top span{
    float:left;
    width:16px;
    height:16px;
}
#nav a.top span{
    background:transparent url(http://laprensadelazonaoeste.com/Edicion/images/top.png) no-repeat center center;
}
#nav a.bottom span{
    background:transparent url(http://laprensadelazonaoeste.com/Edicion/images/bottom.png) no-repeat center center;
}

#nav ul li.search{
    float:right;
}
#nav input[type="text"]{
    float:left;
    border:1px solid #ccc;
    margin:0px 1px 0px 50px;
    padding:2px 2px 2px 2px;
}
input.searchbutton{
    border:1px solid #ccc;
    padding:1px;
    cursor:pointer;
    width:30px;
	height:22px;
    background:#E8E9EA url(http://laprensadelazonaoeste.com/Edicion/images/search.png) no-repeat center center;
}
input.searchbutton:hover{
    background-color:#D9D9DA;
}