@charset "UTF-8";
/* Design and content copyright Ahmad Rahmati 2007*/
/* Used with prior permission*/
body {
font-family:Verdana, Arial, Helvetica, sans-serif; 
color:navy;
margin:10px 0 0 0;
padding:0 0 0 0;
background:#ffffff;
text-align:center;
}

.topnav {
position:relative;
clear:both;
width:100%;
height:21px;
margin:0 0 0 0;
padding:0 0 0 0;
color:navy;
background:#ffffff;
font-size:.75em;
border-bottom:1px solid #000080;
}

#nav ul{
padding:0 0 0 0;
margin:0 0 1 0;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
background:#ffffff;
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: .25em 2em .3em 2em;
background:#ffffff;
color:navy;
text-decoration:none;
float: left;
border-right:1px solid #000080;
}

#nav ul li a:hover{
background:#000080;
color: #ffffff;
text-decoration:none;
border-right:1px solid #8080ff;
}

