#top-bar {
        background: #1b5790; 
	background-image: url('/img/tightbanner.gif');
	width:expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1201? "1200px" : "auto");
	height: 85px;
        padding: 0 10px;
        font-size: 1.3em;
        font-weight: bold;
        }
        #right-side {
                float: right;
                padding-top: 15px;
                }
                #right-side img {
                        border: 1px solid white;
                        vertical-align: middle;
                }
                #right-side a {
                        color: white;
                        border-left: 1px solid white;
                        height: 10px;
                        padding-left: 10px;
                        }
                        #right-side a.first {
                                border: none;
                                padding: 0;
                        }

			form#main-search {
				display: inline;
				position: relative;
				padding-right: 10px;
			font: 62.5% Arial, Helvetica, sans-serif;
				}
				form#main-search input {
					display:inline;
					font: 0.5em;
				}
				input#search-field {
					display:inline;
float:right;
					font: 5.5em;
				}

				form#main-search label {
					display: none;
				}
				#search-button {
					position: absolute;
					right: 0px;
					top: -6px;
				}
	

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

#dmz-bar {
	background: #615a5a;
	min-height:2px;
	padding: 2px 5px 0 10px;
}
#zone-bar {
	background: #b0a3a4;
	min-height: 30px;
	padding: 5px 10px 0 10px;
	}
	#zone-bar ul {
		display: block;
			list-style-type: none;
		}
		#zone-bar ul li {
			height: 18px;
			padding: 5px 5px 0 5px;
			position: relative;
			float: left;
			margin-right: 10px;
			list-style-image: none;
			}
			#zone-bar ul li:hover {
				/*background: url(images/zonebar-navleft.png) center left no-repeat; */
			}
			#zone-bar ul li a {
				display: block;
				float: left;
				height: 23px;
				position: relative;
				top: -5px;
				right: -5px;
				padding-right: 3px;
				color: #383838;
				font-weight: bold;
				font-size: 1.1em;
				text-decoration: none;
				}
				#zone-bar ul li a:hover {
					/* background: url(images/zonebar-navright.png) center right no-repeat; */
				}
				#zone-bar ul li a span {
					position: relative;
					top: 6px;
				}
			#zone-bar ul li ul {
				display: none;
				position: absolute;
				top: 29px;
				left: 0px;
				width: 150px;
				border: 1px solid #ccc;
				background: white;
				padding: 10px 0 0 0;
				}
				#zone-bar ul li ul li {
					float: none;
					padding: 0; margin: 0;
					height: 100%;
				}
				#zone-bar ul li ul li:hover {
					background: none;
					}
					#zone-bar ul li ul li a {
						display: block;
						float: none;
						margin-left: -5px;
						padding: 5px 0 0 10px;
						width: 140px;
					}
					#zone-bar ul li ul li a:hover {
						background: #d9f0b7;
					}


/*****************************************/

ul#sections {
	list-style-type: none;
}

ul#sections li {
	/* top right bottom left */
	margin: 2px 3px 0 0;
	list-style-type: none;
}
ul#sections li a{
	font: 100% arial,helvetica,sans-serif;
        font-weight: bold;
}

ul#sections li.rounded{
       background-color: #a66060;
	padding: 7px 11px 2px 5px;
}
ul#sections li.selected{
       background-color: #dc5151;
}

ul#sections li.highlight {
	background-color: #efe3e3;
}

