.cot-hdr-banner-container 
{
	width: 100%; 
	height: 83px; 
	z-index: 0; 
	overflow: hidden;
}
.cot-hdr-banner-leftside
{
	width: 800px; 
	height: 83px; 
	z-index: 1;
}
.cot-hdr-banner-dept 
{
	position: relative; 
	width: 225px; 
	height: 83px; 
	left: 165px;
}
.cot-hdr-banner-rightside-inner 
{
	height: 83px; 
	z-index: 2; 
	width: 300px; 
	vertical-align: middle; 
	text-align: right; 
	float: right; 
	display: block;
}
.cot-hdr-banner-rightside-outer
{
	position: absolute; 
	height: 83px; 
	z-index: 2; 
	right: 10px; 
	left: 390px;
}
.cot-hdr-banner-dept-outer
{
	position:absolute; 
	width: 225px; 
	vertical-align: middle;
}
.cot-hdr-banner-dept-inner
{
	position:relative;
	vertical-align: middle; 
	text-align: center
}


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	z-index:100;
	width:100%;
}
#menu dl {
	float: right;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;	
}
#menu dt {
	cursor: pointer;
	text-align: center;
	border: 0px;
	margin: 0px;
	color:Blue;
}
#menu dt.MyName 
{
	color:White;
}
#menu dd 
{
	position:absolute;
	display: none;
	border: 1px solid black;
}


#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus 
{
	text-decoration:underline;
}

