
.chromestyle{
	height:32px; 
	width:100%;
	background:#FFFFFF;
    padding-top:51px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	list-style:none; 
	float:right; 
	padding:0;
	margin:0px 5px 0px 0px;
}

.chromestyle ul li{
	float:left; 
	height:42px; 
	margin:0px 6px 0px 0px;
}

.chromestyle ul li a {
    display: inline-block;
	float:initial; 
	height:33px; 
	line-height:42px; 
	text-decoration:none;
    color: #ffffff; 
	font-size:14px;
    font-weight:bold;
	text-transform:uppercase;
	padding:0px 15px 15px 15px; 
	background: #ea3606;  
    text-shadow: 0 1px 1px #000;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.chromestyle ul li a span {
	width:5px;
	height:42px;
	float:right;
	padding: 0px 15px 15px 15px;
	/*margin:0px -15px 0px 0px;*/
	background:#ea3606;  
}

.chromestyle ul li:hover a {
	background:#ea3606 left no-repeat; 
    text-shadow: 0 2px 2px #ea3606;
	-webkit-border-radius: .6em; 
	-moz-border-radius: .6em;
	border-radius: .6em;
	-webkit-box-shadow: 0 2px 2px rgba(1,1,1,1);
	-moz-box-shadow: 0 2px 2px rgba(1,1,1,1);
	box-shadow: 0 2px 2px rgba(1,1,1,1);
}
.chromestyle ul li:hover a span {
	background:#ea3606 right no-repeat;  
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	width: 150px;
	position: absolute;
	top: 0;
	z-index: 1000;
	visibility: hidden;
    background: #ea3606;  
    text-shadow: 0 1px 1px #000;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.dropmenudiv a{
	font-family: Arial, Verdana, Calibri;
	font-size: 12px;
	line-height:30px;
	color: #ffffff !important;
	width: 200px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	background:#ea3606;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #ea3606;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 17px/100% Arial, Helvetica, sans-serif;
    color:#ffffff !important;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #ffffff !important;
	border: solid 1px rgba(0,0,0,.2);
	background: #2b9ad4;
	background: -webkit-gradient(linear, left top, left bottom, from(#2b9ad4), to(#2b9ad4));
	background: -moz-linear-gradient(top,  #2b9ad4,  #f2b9ad4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #2b9ad4;
	background: -webkit-gradient(linear, left top, left bottom, from(#2b9ad4), to(#2b9ad4));
	background: -moz-linear-gradient(top,  #2b9ad4,  #2b9ad4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #2b9ad4;
	background: -webkit-gradient(linear, left top, left bottom, from(#2b9ad4), to(#2b9ad4));
	background: -moz-linear-gradient(top,  #2b9ad4,  #2b9ad4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}