.navcontainer{
	width:100%;
	font-weight: bold;
	font-size:12px;
	height:30px;
	background: url(navGrad.gif) center center repeat-x;
	margin:0;
	padding:0;
	text-align: left;
	cursor:pointer;
}

.navcontainer a{
	display:block;
	font-family:verdana;
	font-size:10px;
	color: #fff;
	height:27px;
	width:69px;
	text-align:center;
	margin:0;
	text-decoration: none;
	cursor:pointer;
}

.navcontainer a:hover{
	color:#eee;
	text-decoration:underline;
	background-image:url('/images/blueGradover.gif');
	cursor:pointer;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	border:1px solid #2a6fbe;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color:#2a6fbe;
	opacity: .95;

}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	filter:alpha(opacity=95);
}

.dropmenudiv a:hover{
	background-image:url('/images/nav/navBgOver.gif');
	color:#000;
	width:200px;
	opacity: .95;
	filter:alpha(opacity=95);
}

.form{
	background-image:url(/images/blueGrad.gif);
	background-color:#fff;
	background-repeat:repeat-x;
	height:30px;
	margin:0;
	padding:0;

}

img {
	border:none;
}

.navcontainer #login a { 
	background-image:url('/images/login.jpg');
	background-position:top left;
}

.navcontainer #login a:hover {
	background-image:url('/images/loginOver.jpg');
	background-position:top left;
}