/* CSS Document */
.chromestyle {
	margin:10px auto 0 auto;
	border-collapse:separate;
}
.chromestyle td
{
	width:114px;
	height:36px;
	background:url(../images/cat_bg.gif) center no-repeat;
	text-align:center;
}
.chromestyle td:hover, #ch-selected
{
	background:url(../images/cat_bg_on.gif) center no-repeat;
}
.chromestyle td:hover a, #ch-selected a
{
	color:#b72100;
}
.chromestyle a
{
	display:block;
	color:#000;
	text-decoration:none;
	padding:3px;
}
/* Add margin between menu and rest of content in Firefox
.chromestyle:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	margin-top:12px;
	width:166px;
	position:absolute;
	top:0;
	border-bottom:none;
	line-height:18px;
	z-index:100;
	visibility:hidden;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}
.dropmenutop, .dropmenubot
{
	width:166px;
	height:8px;
}
.dropmenutop
{
	background:url(../images/sub_menu_top.gif) center no-repeat;
}
.dropmenubot
{
	background:url(../images/sub_menu_bot.gif) center no-repeat;
}
.dropmenudiv a {
	width:auto;
	display:block;
	padding:5px 20px 5px 10px;
	text-decoration:none;
	color:#000;
	background:#c6eafa url(../images/bullet.gif) 152px center no-repeat;
	border-left:1px solid #59b0c9;
	border-right:1px solid #59b0c9;
}
* html .dropmenudiv a { /*IE only hack*/
	
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color:#b72100;
}

