/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(https://vmsasquash.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(https://vmsasquash.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(https://vmsasquash.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* global style */
body {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	background: #0d0e26 url('../../images/bg_body01.png') 0 100% repeat-x;
	color: #555;
}
em {
	font-style: italic;
}
a, img, input, textarea {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#holder {
	background: #FFF url('../../images/bg_body02.png') 50% 0 no-repeat;
	width: 100%;
}
#header {
	margin: 0 auto;
	border-bottom: 5px solid #009;
	background: #FFF;
	width: 980px;
	height: 180px;
	position: relative;
	z-index: 15;
}
#logo {
	background: url('../../images/logo01.png') no-repeat;
	width: 453px;
	height: 147px;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	left: 25px;
}
#logo a {
	width: 453px;
	height: 147px;
	display: block;
}
#mainNav {
	position: absolute;
	bottom: 5px;
	right: 0;
}
#headerBtS {
	padding-left: 25px;
	background: url('../../images/ico_cart01.png') no-repeat;
	position: absolute;
	top: 65px;
	right: 130px;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #666;
	z-index: 10;
}
#headerBtS a:link, #headerBtS a:active, #headerBtS a:visited {
	color: #666;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 2px #FFF;
}
#headerBtS a:hover {
	color: #009;
	text-shadow: 0px 0px 5px #DDD;
}
#headerBtU {
	width: 240px;
	height: 110px;
	position: absolute;
	top: 7px;
	right: 20px;
	text-align: right;
	z-index: 0;
}
#headerBtU ul {
	padding-left: 15px;
	border-left: 1px dotted #999;
	list-style: none;
	font: 12px/24px "Times New Roman", Times, serif;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
#headerBtU p {
	padding: 3px 0;
	border-bottom: 1px dotted #999;
	color: #009;
	display: block;
}
#headerBtU li + li {
	margin-top: 7px;
}
#headerBtU a:link, #headerBtU a:active, #headerBtU a:visited {
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #FFF;
	width: 80px;
	display: block;
	text-decoration: none;
}
#headerBtU a {
	background: #06F url('../../images/bt01.png') 0 100% repeat-x;
}
#headerBtU li + li a {
	background: #009 url('../../images/bt01.png') 0 0 repeat-x;
}
#headerBtU a:hover {
	margin: 0;
	-webkit-box-shadow: 0 0 5px 0 #999;
	box-shadow: 0 0 5px 0 #999;
	text-shadow: 0 0 3px #000;
}
#headerBtU li a:hover {
	background: #009 url('../../images/bt01.png') 0 0 repeat-x;
}
#headerBtU li + li a:hover {
	background: #06F url('../../images/bt01.png') 0 100% repeat-x;
}
#search {
	width: 210px;
	height: 20px;
	position: absolute;
	top: 95px;
	right: 130px;
}
#search form, #search form div, #search fieldset {
	margin: 0;
	padding: 0;
	width: auto;
}
#search label {
	display: none;
}
#search input.search-input, #fbrp__34 {
	margin: 0;
	padding: 0 10px;
	border: 1px solid #EEE;
	width: 78px;
	height: 18px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #777;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 10;
	text-indent: 0;
}
#search input.search-input:focus, #fbrp__34:focus {
	border: 1px solid #009;
	color: #009;
	-webkit-box-shadow: 0px 0px 7px -2px #CCC;
	box-shadow: 0px 0px 7px -2px #CCC;
}
#search input.search-button, #mc2981fbrp_submit {
	padding: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0 none;
	background: #009 url('../../images/bt02.png') 0 0 repeat-x;
	width: 25px;
	height: 18px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 20;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0;
}
#search input.search-button:hover, #mc2981fbrp_submit:hover {
	background: #06F url('../../images/bt02.png') 0 100% repeat-x;
	text-shadow: 0px 0px 3px #009;
}
#banner {
	margin: 0 auto;
	background: url('../../images/bg_banner01.png') 0 bottom no-repeat;
	width: 980px;
	max-height: 370px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#banner img, #banner iframe, #slider {
	margin-bottom: 23px !important;
}
#content {
	margin: 0 auto;
	background: #FFF;
	width: 980px;
	display: table;
}
#content h1, #content h2, #content h3, #content h4, #sponsors h3 {
	font-family: 'Junge', 'Times New Roman', Times, serif;
	font-weight: 400;
	line-height: normal;
	color: #009;
}
#content h1 {
	margin-bottom: 10px;
	padding: 0 0 5px;
	background: url('../../images/bg_hs01.png') 0 100% no-repeat;
	font-size: 30px;
	text-shadow: 1px 1px 1px #FFF;
}
#content h2 {
	padding: 10px 0;
	font-size: 22px;
	color: #000;
}
#content h3, #sponsors h3 {
	margin: 10px 0;
	padding-bottom: 13px;
	background: url('../../images/bg_hs02.png') 0 100% no-repeat;
	font-size: 18px;
	line-height: 24px;
}
#content h4 {
	margin: 5px 0;
	padding: 5px 0 5px 15px;
	border-left: 2px solid #009;
	font-size: 14px;
	color: #004;
}
#content p {
	padding: 10px 0;
}
#content a:link, #content a:active, #content a:visited {
	color: #00A;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}
#content ul, #content ol {
	padding: 10px 0;
}
#content li {
	margin: 0 0 3px 40px;
}
#content table td {
	padding: 10px 25px 10px 0;
	vertical-align: top;
}
table.globalTable {
	margin: 20px auto;
	border: 1px solid #AAA;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 5px #EEE; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 5px #EEE; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 5px #EEE; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	behavior: url(/js/PIE.php);
}
table.globalTable tr.even {
	background: #F6F6F6;
}
table.globalTable tr:hover {
	background: #EEE;
}
table.globalTable th {
	padding: 5px;
	border-bottom: 1px solid #D45;
	background: #009 url('../../images/bg_box01.png') 0 70% no-repeat;
	font: 14px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
table.globalTable th + th {
	border-left: 1px solid #D45;
}
table.globalTable td {
	padding: 7px 10px !important;
	border-bottom: 1px solid #EEE;
	width: 30% !important;
	color: #666;
	vertical-align: middle !important;
}
table.globalTable td + td {
	text-align: center;
}
table.globalTable tr:hover td {
	color: #000;
}
#homeLinks {
	margin: 15px auto;
	width: 980px;
	clear: both;
	display: table;
}
#homeLinks > div {
	background: #FFF;
	float: left;
	width: 305px;
	display: table;
}
#homeLinks > div:hover {
	-webkit-box-shadow: 0px 0px 40px -10px rgba(120, 120, 120, 0.4);
	box-shadow: 0px 0px 40px -10px rgba(120, 120, 120, 0.4);
}
#homeLinks div + div {
	margin-left: 32px;
}
div.hlTxtBox {
	margin: 0 !important;
	padding: 0 0 25px;
	border-top: 3px solid #009;
	border-bottom: 3px solid #009;
	position: relative;
	background: #f8f8f8 url('../../images/bg_hl01.png') 0 bottom repeat-x;
}
#homeLinks div + div + div div {
	background: none;
}
#homeLinks h2 {
	margin: 0;
	padding: 0 0 2px;
	background: #FFF url('../../images/bg_box01.png') 5% 50% no-repeat;
	font: 18px/54px "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
}
#homeLinks p {
	padding: 15px 30px 0;
}
#homeLinks h2 a:link, #homeLinks h2 a:active, #homeLinks h2 a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	text-indent: 55px;
	text-shadow: 1px 1px 2px #EEE;
}
#homeLinks h2 a:hover {
	text-indent: 60px;
	color: #009;
}
div#col-1 {
	margin: 0 auto;
	padding: 25px 20px;
	clear: both;
	min-height: 500px;
}
div#col-1 blockquote {
	padding: 10px 0 5px 0;
	clear: both;
	color: #888;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
div#col-2, div#col-3 {
	display: block;
	position: relative;
}
div#col-2 {
	width: 550px;
	float: left;
}
div#col-3 {
	margin-left: 25px;
	padding-left: 25px;
	width: 300px;
	float: right;
}
#footerHolder {
	margin: 0 auto 20px;
	border-bottom: 1px dotted #777;
	width: 980px;
	min-height: 160px;
	clear: both;
	position: relative;
}
#footer {
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	color: #777;
	clear: both;
	display: table;
}
#social {
	list-style: none outside none;
	position: absolute;
	top: 15px;
	right: 300px;
	font-weight: bold;
	color: #FFF;
	line-height: 12px;
}
#social ul {
	padding: 0;
}
#social li {
	margin: 15px 5px 0 0;
	width: 25px;
	height: 25px;
	display: block;
	float: left;
}
#social li a {
	background: url("../../images/social01.png") repeat scroll left top transparent;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
li.s01 a:hover {
	background-position: 0 100% !important;
}
li.s02 a {
	background-position: -25px 0 !important;
}
li.s02 a:hover {
	background-position: -25px 100% !important;
}
li.s03 a {
	background-position: -50px 0 !important;
}
li.s03 a:hover {
	background-position: -50px 100% !important;
}
#socialLike {
	padding: 65px 0 15px;
	background: url("../../images/bg_hs01.png") 0 50px no-repeat;
	clear: both;
}
#socialLike a {
	border: 0 none !important;
}
#footerTxt {
	width: 270px;
	position: absolute;
	top: 0;
	right: 0;
}
#footerTxt a:link, #footerTxt a:active, #footerTxt a:visited {
	color: #777;
	text-decoration: none;
}
#footerTxt a:hover {
	color: #FFF;
}
/* global forms */

.cms_form {
	margin: 15px 0;
	width: 300px;
}
#tournament-registration .cms_form {
	width: 700px;
}
.cms_form span {
	padding: 0 0 5px;
	font-size: 11px;
	font-style: italic;
	color: #999;
	display: block;
}
#formLeft, #formRight {
	width: 300px;
	float: left;
	min-height: 648px;
}
#formLeft {
	margin-right: 45px;
}
.cms_form fieldset > div label, .cms_form fieldset > label {
	padding: 3px 0;
	font-weight: bold;
	color: #009;
}
.cms_form fieldset div div label {
	font-size: 11px;
	font-weight: normal;
}
.cms_form input[type=text], .cms_form input[type=password], .cms_form textarea, .cms_form select {
	margin: 5px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #AEAEAE;
	background: #FFF;
	width: 300px;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	display: block;
}
.cms_form input[type=text]:focus, .cms_form input[type=password]:focus, .cms_form textarea:focus, .cms_form select:focus {
	border: 1px solid #009;
	color: #009;
	-webkit-box-shadow: 0px 0px 7px -2px #9CF;
	box-shadow: 0px 0px 7px -2px #9CF;
}
.cms_form input[type=text], .cms_form input[type=password] {
	height: 22px;
	line-height: 22px;
}
.cms_form textarea {
	padding: 10px 0 0;
	height: 100px;
}
.cms_form select {
	width: 302px;
	height: 22px;
	line-height: 22px;
	text-indent: 0;
}
.cms_form input[type=checkbox] {
	margin: 0 0 5px;
}
.cms_form label + div + div {
	margin: 0 0 10px;
}
.cms_form input[type=file] {
	margin: 5px 0;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	clear: both;
}
.cms_submit, #fbrp__117 {
	margin: 5px 0 0;
	padding: 0 10px;
	border: 1px solid #009;
	background: #0AF;
	/*width: 79px;*/
	height: 24px;
	font-size: 12px;
		color: #FFF;
	display: block;
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*text-transform: uppercase;*/
}
.cms_submit:hover {
	border: 1px solid #009;
	background: #009;
	color: #FFF !important;
	text-decoration: none !important;
	-webkit-box-shadow: 0px 0px 7px -2px #9CF;
	box-shadow: 0px 0px 7px -2px #9CF;
	text-shadow: 0 0 3px #000;
}
#LoggedUsr {
	float: right;
	text-align: right;
}
/* newsletter signup */
#nms form {
	margin: 0 auto;
	padding: 0;
	width: 250px !important;
	position: relative;
}
#nms p {
	padding: 30px 0;
	font-size: 12px;
	text-align: center;
}
#nms p + p, .nms_error {
	padding: 0;
	color: #FFF;
	font-style: italic;
	text-align: center;
}
#md4e46email {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 5px;
}
#md4e46submit {
	margin: 0;
	padding: 0 5px;
	float: none;
	width: auto;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
/* News Module */
.NewsSummary {
	padding: 10px 0 !important;
}
.NewsSummary + .NewsSummary {
	margin: 0 !important;
}
#homeLinks .NewsSummaryLink {
/*width:285px !important;*/
}
#homeLinks .NewsSummaryPostdate {
	padding: 0 30px;
	line-height: 11px;
	font-size: 11px;
}
#homeLinks .NewsSummaryLink h3 {
	margin: 0;
	padding: 0 30px !important;
	background: none;
	font: 12px/normal Arial, Helvetica, sans-serif;
}
#homeLinks .NewsSummaryLink h3 a {
	text-decoration: none;
}
.NewsSummaryPostdate, #NewsPostDetailDate {
	color: #888;
	font-size: 11px;
	font-style: italic;
}
/* ecwid */
#buyProdBrowse, #buyBag {
	display: block;
	float: left;
	position: relative;
}
#buyProdBrowse {
	margin-right: 25px;
	padding-right: 25px;
	width: 710px;
}
#buyBag {
	width: 165px;
}
/* video gallery */
.videosList {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: table;
	clear: both;
}
.videosList li {
	width: 160px;
	float: left;
	margin: 10px !important;
	text-align: center;
	display: block;
}
.videosList a img {
	border: 2px solid #ddd;
}
.videosList a:hover img {
	border-color: #009;
}
/* login form */
#usrLoginBox {
	margin: 0 auto;
	background: url('../images/bg_box01.png') no-repeat;
	width: 930px;
	height: 50px;
	position: relative;
	overflow: hidden;
	color: #FFF;
}
#usrLoginBox form {
	margin: 0 15px 0 0;
	padding: 0;
	width: 100%;
	height: 50px;
}
#usrLoginBox fieldset {
	padding-top: 12px;
	width: 400px;
	float: right;
}
#usrLoginBox label {
	display: none;
}
#usrLoginBox input[type=text], #usrLoginBox input[type=password] {
	margin: 0 10px 0 0;
	border: 1px solid #444;
	background: #333;
	color: #6B1;
	width: 100px;
	float: left;
	clear: none;
}
#usrLoginBox input[type=text]:focus, #usrLoginBox input[type=password]:focus {
	border: 1px solid #666;
	background: #555;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 7px -2px #444;
	box-shadow: 0px 0px 7px -2px #444;
}
#usrLoginBox input[type=submit] {
	margin: 0;
	float: left;
	clear: none;
}
#usrRegister {
	padding-left: 10px;
	float: left;
}
#usrRegister a:link, #usrRegister a:active, #usrRegister a:visited {
	font: normal 12px/12px "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#usrRegister a:hover {
	color: #6B1;
}
#usrError {
	margin-right: 20px;
	font-size: 12px;
	font-style: italic;
	color: #900;
	line-height: 50px;
}
#usrLogged {
	line-height: 50px;
	text-align: right;
}
#usrLogged a:link, #usrLogged a:active, #usrLogged a:visited {
	font: normal 12px/12px "Century Gothic", "Avant Garde", "AppleGothic", "Heiti TC", sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#usrLogged a:hover:hover {
	color: #6B1;
}
/* end login */

#sponsors {width: 980px;margin:0 auto;}
.renew_button{ background:none !important; display:inline !important; width:auto !important; color:#000099;}
.renew_button{ background:none !important; display:inline !important; width:auto !important; color:#000099 !important;}
.renew_button:hover{ background:none !important; display:inline !important; width:auto !important; color:#000099 !important; box-shadow:none !important; text-shadow:none !important; text-decoration:underline !important;}
/* Stylesheet: theme Modified On 2014-06-24 10:54:11 */
.clearb {
	clear: both;
}
#primary-nav li li {
	min-width: 150px;
}
#primary-nav, #primary-nav ul {
	list-style: none;
	padding: 0 !important;
}
#primary-nav ul {
	margin-left: 0;
	padding: 0 !important;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	-webkit-box-shadow: 0 3px 3px 0px rgba(170, 170, 170, 0.2);
	box-shadow: 0 3px 3px 0px rgba(170, 170, 170, 0.2);
	background: url("../../images/bg_nav01.png");
	position: absolute;
	top: auto;
	display: none;
	z-index: 1000;
}
#primary-nav ul ul {
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
#primary-nav > li {
	margin: 0;
	text-align: center;
	float: left;
	line-height: 40px;
}
#primary-nav > li + li {
	background: url("../../images/bg_nav02.png") 0 50% no-repeat;
}
#primary-nav li li {
	padding: 0 20px;
	float: none;
	position: relative;
	text-align: left;
	font-weight: normal !important;
	line-height: normal;
}
#primary-nav li li:hover {
	background: #F8F8F8;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(248,248,248,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(248,248,248,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f8f8f8', GradientType=0 );
}
#primary-nav a:link, #primary-nav a:active, #primary-nav a:visited {
	padding: 0 20px;
	display: block;
	font: 14px/34px "Times New Roman", Times, serif;
	color: #777;
	text-decoration: none;
}
#primary-nav li li a:link, #primary-nav li li a:visited {
	padding: 0;
	background: none;
	line-height: 34px;
}
#primary-nav ul li + li a {
	border-top: 1px solid #EEE;
}
#primary-nav li a:hover {
	text-shadow: 0px 0px 10px #FFF;
	color: #009;
}
#primary-nav a.menuactive {
	color: #009;
}
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/********************
Footer Links
*********************/

/* hack for Internet Explorer */
* html div#footerNav {
	/* hide ie/mac \*/
	height: 1%;/* end hide */
}
/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#footerNav {
	float: left;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#footerNav ul {
	margin: 5px 0 0;
	padding: 0;
}
/* menu list items */
div#footerNav li {
	margin-right: 10px;
	padding: 0 25px;
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 12px;
}
div#footerNav li li {
	margin: 3px 0;
	padding: 0;
	border: none;
	display: block;
	clear: left;
	font-weight: normal;
}
/* the links, that is each list item */
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	color: #FFF;
	text-decoration: none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
}
div#footerNav li li a:link, div#footerNav li li a:active, div#footerNav li li a:visited {
	font-size: 11px;
	color: #777;
}
/* hover state for links */
div#footerNav li a:hover {
	color: #777;
}
div#footerNav li li a:hover {
	color: #FFF;
}
div#footerNav a.activeparent:hover {
	color: #777;
}
/* active parent, that is the first-level parent of a child page that is the current page */
div#footerNav li.activeparent a, div#footerNav li a.menuactive span {
	color: #777;
}

/* Footer */

/* Stylesheet: menu Modified On 2013-07-10 15:31:07 */
