.chromestyle{
	width: 100%;
	height:25px;
	font-weight: normal;
	background-color: #ccc;
	font-size: 10px;
}

.chromestyle:after{
	height: 20px;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0 5px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	height: 16px;
	background-color: #CCC;
	background-image: url(chromebg.gif);
	padding-top: 5px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #666666;
	padding: 4px 5px;
	margin: 0;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:14px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-color: #CCC;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	background-color: #CCC;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	background-color: #FFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFF;
}
/* ===== sideBar 2 =====*/

#content div#sidebar2 {
	float: right;
	width: 265px;
	padding: 0 10px;
	margin: 0;
	border-left: solid #aaa 1px;
}