/* CSS for our top navigation bar */

div.ia-top-nav {
	margin: 0px 7px 5px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	border:solid 1px #dedede;
	background:#fff;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 14px;
}

div.ia-top-nav a{
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 14px;
	color: #21739c;
}

div.ia-top-nav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	*padding: 5px 0px 0px 0px;
	height: 21px;
	display: block;
	}
	
div.ia-top-nav ul li {
	color: #313131;
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	font-weight: bold;
	line-height: 21px;
	margin: 0px 0px 0px 0;
	padding: 0px 10px 0px 7px;
	background: url(../images/ia-chevron.gif) no-repeat 100% 0;
	}
div.ia-top-nav ul li.last {
	font-weight: normal;
	}

div.ia-top-nav ul li span {
	display: block;
	overflow: hidden;
	}

div.ia-top-nav ul li a {
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	text-decoration: none;
	color: #21739c;
	float: left;
	}

div.ia-top-nav button {
     *margin-left: 6px;
    }
    
span.ia-top-nav-right {
    margin-top: 1px;
    *margin-top: 1px;
    margin-right: 5px;
    float: right;
    }
    
div.ia-top-nav-input {
 	margin-top: 0px;
 	float: left;
 	}
	
div.ia-top-nav-chevron {
	display: none;
	background: url(../images/ia-chevron-overlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
 	}