/* NOTE Copy this to Userfiles/templates/your template/css */


.chromestyle{
	color: #FFFFFF;
	width: 99%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 32px;
	font-size: 10px;
	
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	color: #999999;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul{
	color: #FFFFFF;
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited, .chromestyle ul li a:active {
	color: #000000;
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	white-space: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 1px;
	padding: 4px 10px;
}
.chromestyle ul li a:hover{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	background-image: url(/user_files/templates/shooters_world/images/menu-dropdwn-bg1.jpg); /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:500;
	background-color: #e9bb1e;
	visibility: hidden;
	/*filter: 
; 	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 3px;
	letter-spacing: normal;
	border-bottom-width: 0px;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
	overflow: visible;
	display: inline;
	position: absolute;
	width: 220px;
}


.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited {
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/** html .dropmenudiv a{ IE only hack
	width: 100%;
}*/

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #002f7d;
	background-image: url(/user_files/templates/shooters_world/images/menu-dropdwn-bg.jpg);
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}
