/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

		
/*---------------
 Main Nav
----------------*/
#main-nav_wrap {
	clear:both;
	position:relative;
	overflow:hidden;
	height:35px;
	padding-top:14px;
	background: url(../images/nav.png) repeat-x top; }
	
#main-nav{
	height:35px;
	position:relative;
	overflow:hidden;}

	/* main menu ul or ol elment */
	ul#nav{
		display:block;
		position: absolute;
		float:left;
		list-style:none;
		margin:0;
		z-index:5;
		top:0;
		left:0;}
		
		/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
		ul#nav li { 
			background:url(../images/nav_border.png) no-repeat center right;
			display:block;
			padding-right:1px;
			list-style:none;
			float:left;}
		
			ul#nav li a, 
			#MainMenuSub a{
				text-decoration:none;
				display:block;}

			/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
			ul#nav li a{
				margin:0;
				float:left;
				color:#eebb20;
				text-decoration:none;
				display:block;
				font-size:1.2em;
				font-family:Georgia, "Times New Roman", Times, serif;
				padding:0 18px 0;
				height:35px;
				line-height:34px;}
				ul#nav li a span {}
						

				/* All menu links on hover or focus */
				ul#nav li a:hover, ul#nav li a:focus, 
				#MainMenuSub a:hover, #MainMenuSub a:focus, 
				ul#nav a.mainMenuParentBtnFocused, #MainMenuSub a.subMenuParentBtnFocused{
					background:#003556 url(../images/nav_current.png) repeat-x top;
					color:#94ABB9;}

				/* sub menu links on hover or focus */
				ul#nav li li a:hover, #nav li a:focus,
				#MainMenuSub li a:hover, #MainMenuSub  li a:focus, 
				#nav a.mainMenuParentBtnFocused, #MainMenuSub a.subMenuParentBtnFocused{
					color:#fff;
					background:none;}



/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -1px;}


/* All ULs and OLs */
ul#nav ul, ul#nav ol, 
#MainMenuSub ul, #MainMenuSub ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;}
	ul#nav {
		list-style: none; 
		line-height: 1em; 
		padding:0;}
	
	

	/* All submenu OLs and ULs */
	ul#nav ul, 
	#MainMenuSub ul {	
		left:0;
		border-right:1px solid #3F6174;
		background:#003556 url(../images/nav_drop_hover.png) repeat-x bottom;}
		ul#nav ul li a, 
		#MainMenuSub ul li a { 
			padding:0 40px 0 15px; 
			height:29px; 
			color:#94ABB9;
			border-top:1px dotted #486F85;
			line-height:30px;}
	
	

	#MainMenuSub li.parent a { 
		background:url(../images/nav_drop_arrow.png) no-repeat 96% 55%;}
		#MainMenuSub li.parent a:hover { 
			background-image:url(../images/nav_drop_arrow_hover.png) }
		
		
		
		/* When the parent item is set to current or active */
					
					ul#nav  li#current a,
					ul#nav  li.active a {
						color:#fff;
						background:#003556 url(../images/nav_current.png) repeat-x top;}
						ul#nav  li#current a span,
						ul#nav  li.active a span {
							background: url(../images/nav_current_effect.png) no-repeat bottom ;
							margin:0 -15px -1px;
							padding:0 15px 1px;
							display:inline-block;}
							
								
						#MainMenuSub li#current a { color:#fff;  background:url(../images/nav_current.png) repeat-x top;}
		
#MainMenuSub {	
	display:block; 	
	position:absolute;	
	top:0;	
	left:0;	
	width:100%;
	height:0;	
	overflow:visible;	
	z-index:10000000000; }
#MainMenuSub li{ list-style: none;}
				


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
	font-size:1em;}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 16em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:35px;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -2em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 16em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:35px }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:18em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 18em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 18em; }





/*===========================///////////////////-===========================
								  OtherMenu
*===========================///////////////////-==========================*/

#othermenu_wrap{
	padding:0;
	position:relative;
	overflow:hidden;
	height:280px;}
	
	/* main menu ul or ol elment */
	ul#othermenu, ol.mostreadmod clearfix {
		display:block;

		list-style:none;
		margin:0;
		z-index:5;
		top:0;
		left:0;
		display:block;
		width:100%;}
		
		/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
		ul#othermenu li, ol.mostreadmod clearfix li { 
			display:block;
			list-style:none;
			position:relative;}
			
			#OtherMenuSub{	
				display:block; 	
				position:absolute;	
				top:0;	
				left:0;	
				width:100%;	
				height:0;	
				overflow:visible;	
				z-index:1000000000; }				
				#OtherMenuSub li{	
					list-style: none;}
			
				ul#othermenu li a,
				#OtherMenuSub a{
					text-decoration:none;
					text-align:left;
					display:block;
					background:url(../images/othermenu_line.png) no-repeat bottom;
					color:#B2B2B2!important;
					font-size:1em;
					letter-spacing:0.05em;
					text-transform:uppercase;
					padding:0 0 0 1px;
					height:29px;
					line-height:30px;}					
					ul#othermenu li a:hover,
					#OtherMenuSub a:hover {
						color:#fff!important;
						background-position:bottom left;}
								
								#OtherMenuSub a:hover{ background-image:none}
						
					ul#othermenu li#current a,
					ul#othermenu li.active a,
					#OtherMenuSub li#current a {
							color:#EEBB20!important}
							ul#othermenu  ul li#current a,
							ul#othermenu ul li.active a,
							#OtherMenuSub ul li#current a { background-image:none}
					
						ul#othermenu li a span{
							display:block;}
								
						
					/* Just sub menu links */
					
					ul#othermenu li li {
						width:auto}
					#OtherMenuSub a, 
					ul#othermenu li li a{
						text-align:left;
						text-transform:none;
						font-size:1em;
						background-image:none;
						width:auto;
						border-bottom:1px dashed #888;
						letter-spacing:normal;}
						
						
						#OtherMenuSub a {
							padding:0 40px 0 20px;}

						/* Parent Main Menu Links ---[javascript users only]*/
					
							ul#othermenu  li.parent a span,					
							#OtherMenuSub li.parent a { 
							background: url(../images/othermenu_arrow_parent.png) 95% 55% no-repeat;}
							
							ul#othermenu  li.parent a:hover span,
							#OtherMenuSub li.parent a:hover  { 
								background-image:url(../images/othermenu_arrow_parent_hover.png) }
						
							
/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* All submenu OLs and ULs */
ul#othermenu ol, ul#othermenu ul, #OtherMenuSub ul, #OtherMenuSub ol {	
	/*border around submenu goes here*/
	border:1px solid #858585;
	border-bottom:none;
	left:0;
	background:#595959}

/* All ULs and OLs */
ul#othermenu, ul#othermenu ul, ul#othermenu ol, #OtherMenuSub ul, #OtherMenuSub ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}



/* --------------------------[ The below is just for non-javscript users ]--------------------------*/

ul#othermenu li li{	float:none; }

ul#othermenu li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

ul#othermenu li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	z-index:999999;
	overflow:visible;
	visibility:visible;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* third-and-above-level lists */
ul#othermenu li ul ul { margin: -1em 0 0 -1000em; }
ul#othermenu li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
ul#othermenu li:hover ul{	margin-left: 186px; margin-top:-2.5em;}
ul#othermenu li li:hover ul {	margin-left: 10em; }

/* extra positioning rules for limited noscript keyboard accessibility */
ul#othermenu li a:focus + ul {  margin-left: 186px; margin-top:-2.5em; }
ul#othermenu li li a:focus + ul { left:186px; margin-left: 1010em; margin-top:-2.5em;}
ul#othermenu li li a:focus {left:186px;  margin-left:1000em; width:10em;  margin-top:-2.5em;}
ul#othermenu li li li a:focus {left:186px; margin-left: 2010em; width: 10em;  margin-top:-2.5em;}
ul#othermenu li:hover a:focus{ margin-left: 0; }
ul#othermenu li li:hover a:focus + ul { margin-left: 10em; }
							
/*===========================///////////////////-===========================
					            Top Menu
===========================///////////////////-===========================*/
ul#topmenu {
	margin:0;
	float:left;}
	ul#topmenu li{
		list-style-type:none;
		display:inline;
		margin:0;
		border-right:1px solid #5A8BA6}
		ul#topmenu li a{
			font-size:.9em;
			margin:0 10px;
			color:#B7C8D2;}
			ul#topmenu li a:hover{
				text-decoration:none;
				color:#fff;}
				ul#topmenu li a span {}
						ul#topmenu li a:hover span {}


/*===========================///////////////////-===========================
					            Footer Links
===========================///////////////////-===========================*/

	#bottomlinks ul {
		position:relative;
		overflow:hidden;
		text-align:center;
		padding:0;
		margin:9px 0 5px;}
		 #bottomlinks ul li{
			list-style-type:none;
			display:inline;
			margin:0 0 0 14px;
			border-right:1px dotted #777}
			 #bottomlinks ul li a{
				margin-right:15px;
				font-size:1em;
				letter-spacing:0.05em;
				text-transform:uppercase;
				color:#B2B2B2;}
				#bottomlinks ul li a:hover{
					color:#fff;
					text-decoration:none;}


/*===========================///////////////////-===========================
					            Footer Menu
===========================///////////////////-===========================*/
#footer ul#footermenu {
		float:left;
		margin:0 30px 0 0; }
		#footer ul#footermenu li{
			list-style-type:none;
			float:left;
			margin:0 0 0 10px;}
			#footer ul#footermenu li a{
				margin-right:10px;
				color:#1F648F;}