@charset "utf-8";
/* CSS Document */

.chromestyle{
	width: 940px;
	font-family: arial;
	font-size: 12px;
	height: 41px;
	display: block;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 244px;
	text-indent: 0;
	left: 50%;
	text-align: center;
	margin-left: -460px;
	clear: left;

	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul{
	display: block;
	margin: 0px;
	padding-top: 0px;
	height: 41px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	height: 29px;
	display: block;
	margin-top: -12px;
	background-color: #3a3a3a;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
	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*/
	color: #FFF;
	height: 29px;
	display: block;
	margin-top: -12px;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	z-index:100;
	width: 230px;
	visibility: hidden;
	margin-top: -1px;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	height: 100%;
	background-color: #000000;
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;

	border-top-width:1px;
    border-top-style:solid;
    border-top-color:#444444;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3a3a3a;
	color: #FFF;


}
#item-menu {
	height: auto;
	width: 160px;
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 13px;
}
#item-menu-small {
	height: auto;
	width: 110px;
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 13px;
}
#item-menu-medium {
	height: auto;
	width: 150px;
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 13px;
}
#item-menu-large {
	height: auto;
	width: 220px;
	float: left;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 13px;
}
