/* MENUS */

#contactbar, #contactbar ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color:#000000;
	width:100%;
	height: 30px;
	font-family: 'RockwellRegular', Arial !important;
	list-style:none !important;
	z-index: 998;
}
#contactbar {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	width: auto !important;
	float: left;
	margin: 0 !important;
	list-style: none !important;
	z-index: 998;
	height: 30px;
}
ul#contactbar li {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	float:left;
	text-align:center;
	padding: 8px 10px 0 10px;
	position:relative;
	z-index: 990;
	height: 29px !important;
	_height: 29px !important;
	width: 100px; !important;
	/*border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #7A7A7A;*/
}
ul#contactbar li:hover {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	background-color:#999999;
	z-index: 990;
}
ul#contactbar li.first {
	z-index: 990;
}
#contactbar li a {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	text-decoration: none;
	display:block;
	color:#000000;
	z-index: 990;
}
/* first level rollover */
#contactbar li a:hover {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	z-index: 990;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* second level */
#contactbar li ul {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	position:absolute;
	left:-999em;/* hide using a negative positioning so not hidden from screen readers*/
	top: 29px;
	z-index: 999;
	width:300px;/* ul width */
	list-style: none !important;
	padding: 0 !important;
}
#contactbar li ul li ul {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	position:absolute;
	left:-999em;/* hide using a negative positioning so not hidden from screen readers*/
	top: 29px;
	z-index: 999;
	width:300px;/* ul width */
	list-style: none !important;
	padding: 0 !important;
}
* html #contactbar li ul {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	top: 29px;
	z-index: 999;
}
#contactbar li ul li {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	border-top:1px solid #FFFFFF;
	background: #FFFFFF;
	height: auto !important;
	padding: 0 !important;
	/*filter:alpha(opacity=90); IE won't show a third level if this is active */
	opacity: 0.9;
	-moz-opacity:0.9;
	cursor: pointer;
	z-index: 999;
	margin-left: -10px;
	_margin-left: 0;
}
#contactbar li ul li a {
	font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
	font-size:10px;
	text-decoration: none;
	color:#333333;
	border:0;
	padding: 3px 5px 3px 5px;
	width:200px; /* li width */
	overflow: hidden;
	z-index: 999;
}
#contactbar li ul li.hover, #contactbar li ul li a:hover, #contactbar li ul li.sfhover, #contactbar li ul li a:sfhover {
 font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
 background:#FFFFFF;
 color:#155162;
 border-bottom:none;
 z-index: 999;
}
#contactbar li:hover ul, #contactbar li:sfhover ul {
 font-family: 'RockwellRegular', Arial, Helvetica, Verdana;
 color:#155162;
 left:0px;
 z-index: 990;
}
#contactbar li ul ul {
	margin: -45px 0 0 100px;
}
#contactbar li:hover ul ul, #contactbar li:hover ul ul ul, #contactbar li.sfhover ul ul, #contactbar li.sfhover ul ul ul {
	left: -999em;
}
#contactbar li:hover ul, #contactbar li li:hover ul, #contactbar li li li:hover ul, #contactbar li.sfhover ul, #contactbar li li.sfhover ul, #contactbar li li li.sfhover ul {
	left: auto;
}
.rockwell {
	color:#000;
	font-size: 16px;
	line-height:normal;
	font-family: 'RockwellRegular', sans-serif;
}
.rockwell a {
	color:#000;
	font-size: 16px;
	line-height:normal;
	font-family: 'RockwellRegular', sans-serif;
}
.vagrounded {
	font-size: 16px;
	line-height:normal;
	font-family: 'VAGRoundedBold', sans-serif;
}
.vagrounded a {
	font-size: 16px;
	line-height:normal;
	font-family: 'VAGRoundedBold', sans-serif;
}
