img {border:0px;}

.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	text-align: left;
	list-style: none;
	z-index: 2;
	position: relative; /* z-index fix for IE */
}

.chromestyle ul li{
	float: left;
}

.chromestyle ul li a {
	float: left;
	padding-right: 10px;
	line-height: 31px;
	text-decoration: none;
	color: #fff;
	font: bold 12px "Helvetica Neue",Arial,Helvetica,"Gill Sans",sans-serif;
	
	text-align: center;
	background: url("btn.gif") no-repeat top right;	
}
/* Cancel styles for Home button */
.chromestyle ul li a.home, .chromestyle ul li a.home:hover, .chromestyle ul li a.home:active {
	background-image: none;
	padding: 0;
	height: 31px;
}
.chromestyle ul li a.home img {
	float: left;
}

.chromestyle ul li a span, .chromestyle ul li a {
	display: inline-block;
	line-height: 120%;
	vertical-align: middle;
	cursor: pointer;

}
.chromestyle ul li a span.left {
	padding-right: 10px;
	height: 31px;
	background: url("btn.gif") no-repeat top left;
}
.chromestyle ul li a span.text {
	position: relative;
	top: -1px;
}
* html .chromestyle ul li a span.text {
	cursor: hand; /* Cursor fix for IE <= 6 */
}

.chromestyle ul li a:hover, .chromestyle ul li a:active,
.chromestyle ul li a.active, .chromestyle ul li a.active span.left,
.chromestyle ul li a.selected, .chromestyle ul li a.selected span.left,
.chromestyle ul li a:hover span.left, .chromestyle ul li a:active span.left {
	color: #36a;
	background-image: url("btn_hover.gif");
}


/* ######### Style for Content div ######### */

#page {
	z-index: 0;
	margin-top: -2px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ddd;
border-top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
margin-top: -2px;
-webkit-box-shadow: 4px 4px 5px #CACACA;
-moz-box-shadow: 4px 4px 4px #CACACA;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #ddd;
padding: 2px 0px 2px 5px;
text-decoration: none;
font-weight: normal;
font-size:13px;
color: black;
}

.dropmenudiv a:hover{ 
background-color: #f1f1f1;
}
