/* WAAZ Menus */
#navigation {
	padding: 27px 0 0 290px;
	*padding: 24px 0 0 290px; /*ie hack */
}

/**************************** START MEDIA QUERIES **********************************************/
/************************* TO DO LIST: *********************************************************
*** Check padding issues with ipad portrait on the horizontal navigation menu ***
*** perform necessary menu style that will force the menu to shrink when moving to iphone***
*** we do not need to worry about how long the page is as we are more concered with how wide the page is***


*************************END TO DO LIST *********************************************************/

/** media css for iphone 3 4 5 portrait ****/
/*** we should be be able to get all 3 portraits in one go since they are all the same width ***/
@media all and (min-width:300px) and (max-width:409px) {
	/*** change this later for the special top bar navigation */
	#navigation {
		display: none;
	}
}

/*** end media for ipohne 3 4 5 portrait ****/

/**** media for iphone 3 4 landscape ***/
@media all and (min-width:410px) and (max-width:489px) {
	#navigation {
		display: none;
	}
}

/**** end media for iphone 3 4 landscape ****/

/*** media for iphone 5 landscape ****/
@media all and (min-width: 490px) and (max-width: 749px) {
	#navigation {
		display: none;
	}
}

/*** end media for iphone 5 landscape **** /
/***** begin media for nexus 7 portrait ****/
@media screen and (min-width:568px) and (max-width:700px) {
	#navigation {
		display: none;
	}
	
}

/*** end media for nexus 7 portrait ****/
/* begin media for ipad portrait navigation */
@media screen and (min-width:700px) and (max-width:850px) {
	#navigation {
		padding: 27px 0 0 0;
		*padding: 24px 0 0 0;
	}
}
/* end media for ipad portrait navigation */
#block-menu-primary-links {
	width: 750px;
}

#block-menu-primary-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#block-menu-primary-links li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	float: left;
	height: 27px;
}

#block-menu-primary-links li a {
	color: #fff;
	font-weight: bold;
	display: block;
	margin-right: 30px;
	font-size: 14px;
	text-decoration: none;
	height: 27px;
	padding: 9px 3px 0 3px;
}

#block-menu-primary-links li a:hover {
	background: #669933 url(../images/topNavBkgrnd.gif) repeat-x top left;
}

/*****************/
/* SIDENAV */
/****************/
#block-menu-secondary-links {
	width: 234px;
}

#block-menu-secondary-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#block-menu-secondary-links li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	height: 58px;
	width: 234px;
}

#block-menu-secondary-links li a {
	background: url(../images/navButton.gif) no-repeat top center;
	color: #fff;
	height: 43px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	display: block;
	width: 234px;
	text-decoration: none;
	padding-top: 15px;
}

#block-menu-secondary-links li a:hover {
	background: url(../images/navButton.gif) no-repeat bottom center;
}






/*****************/
/* SIDENAV */
/****************/
#entermilebutton {
	width: 234px;
	margin: 0 auto;
	padding:0px;
}

#entermilebutton ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#entermilebutton li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	margin-top:30px;
	margin-bottom: 30px;
	height: 58px;
	width: 234px;
}

#entermilebutton li a {
	background: url(../images/navButton.gif) no-repeat top center;
	color: #fff;
	height: 43px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	display: block;
	width: 234px;
	text-decoration: none;
	padding-top: 15px;
}

#entermilebutton li a:hover {
	background: url(../images/navButton.gif) no-repeat bottom center;
}

/**************/

/*#leftcolumn ul.nice-menu-right {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;	
}

#leftcolumn ul.nice-menu-right li {
	padding:0;	
}
#leftcolumn ul.nice-menu-right li {
	margin: 0 auto;
	list-style-type: none;
	list-style-image: none; 
}

#leftcolumn ul.nice-menu-right li a {
	color:#fff;
	display: block; 
  	text-decoration: none; 
	font-weight: normal;
	font-size:12px;
	height: 20px;
	padding: 7px 4px 7px 15px;
}

#leftcolumn ul.nice-menu-right li a:hover {
	color:#fff;
	background-color:#f47925;
	display: block; 
}

#leftcolumn ul.nice-menu-right li a.active {
	color:#fff;
	background-color:#f47925;
	display: block; 
}

#leftcolumn ul.nice-menu-right li.menuparent ul {
	background-color: #7c9340;
	margin-left:200px;
	margin-top: -34px;
	width: 150px;
	top:-34;
	border-left: 1px solid #fff;
	padding:0;
}

#leftcolumn ul.nice-menu-right li.menuparent ul li {
	width: 150px;
	border-bottom: 1px solid #fff;
	
}

#leftcolumn ul.nice-menu-right li.menuparent ul li a {
	padding: 7px 4px 7px 15px;
	height: auto;
}

#leftcolumn ul.nice-menu-right ul li.menuparent ul {
	margin-left:150px;	
}*/