h2 .pos {
	font-family:Verdana, Geneva, sans-serif;
}
.backcolor {
	background-color: #FFFFFF;
}
.menutbl {
	background:none;
	border:none;
}
.positions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
}
.positionsBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}
.usr {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
.chromestyle {
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
* html .dropmenudiv a { /*IE only hack*/
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
}
