@charset "utf-8";
/* CSS Document */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.clearboth {
	clear: both;
}

/* For IE 6/7 (trigger has Layout)*/
.cf{
zoom:1;
}

/*style for both lists*/
ul#ipadMenu,ul#ipadMenu ul
{
	margin:0;
	list-style:none;
	padding:0;
	background-color:#2762FB;/*does not show up is red*/
	
	}

		
ul#ipadMenu ul
{
	display:none;
	position:absolute;
	left:0;
	top:100%;
	-moz-box-shadow:3.5px 3.5px 5px #000000;
	-webkit-box-shadow:3.5px 3.5px 5px #000000;
	box-shadow:3.5px 3.5px 5px #000000;
	background-color:#2762fb;/*change subNav bg color*/
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-color:#2762fb;/*change subNav border color*/
	padding:0 10px 10px;
	}
	
ul#ipadMenu li:hover>*
{
	display:block;
	}

ul#ipadMenu li
{
	position:relative;
	display:block;
	white-space:nowrap;
	font-size:0;
	float:left;
	padding-right:20px;/*added padding to original */
	
	}
	
	
ul#ipadMenu li:hover
{
	z-index:1;
	}
	
ul#ipadMenu{
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	zoom:1;
	padding:0;
	*display:inline;
	margin-left:20px;
	}
	

	
* html ul#ipadMenu li a
{
	display:inline-block;
	}

ul#ipadMenu>li
{
	margin:0;
	}

ul#ipadMenu a:active, ul#ipadMenu a:focus
{
	outline-style:none;
	}
/*Style links on top menu*/	
ul#ipadMenu a
{
	display:block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font: 12px Verdana;/*change font size and style*/
	color:#FFF;
	line-height:30px;/*Add line height*/
	text-shadow:#FFF 0 0 1px;
	cursor:pointer;
	padding-right:18px;
	padding-left:18px;
	background-color:#2762fb;/*change color between top menu items*/
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#2762fb;
	}

ul#ipadMenu ul li
{
	float:none;
	margin:10px 0 0;
	}
/*Style links on subNav*/	
ul#ipadMenu ul a{
	text-align:left;
	line-height:30px;
	padding:10px;
	background-color:#2762fb;/*color around text of subNav*/
	background-image:none;
	border-width:0;
	
	font:12px Verdana;
	color:#FFF;/*text color of subNav*/
	text-decoration:none;
	}
/*Style the hover state of the top menu links with tabs */	
ul#ipadMenu li:hover>a,ul#ipadMenu ul li a.pressed
{
	background-color:#263E88;
	color:#fff;
	position:relative;
	text-decoration:none;
	top:-5px;
	border-radius:8px 8px 0 0;
	box-shadow:3px 0px 3px #a6baf9;
	}
	
		
/*to mark current page*/	
	ul#ipadMenu li a.current
{
	background-color:#263E88;
	line-height:30px;
	color:#fff;
	position:relative;
	text-decoration:none;
	top:-5px;
	border-radius:8px 8px 0 0;
	box-shadow:3px 0px 3px #a6baf9;
}
/*Style words of the topNav of a subNav*/	
ul#ipadMenu span
{
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;
	}
	/*Hover style of all the links on the subNav*/
ul#ipadMenu ul li:hover>a,ul#ipadMenu ul li a.pressed
{
	background-color:#263e88;/*bg color around subNav words*/
	background-image:none;
	color:#FFF;
	text-decoration:none;
	}
	
/*Radius of first link on top menu list*/	
ul#ipadMenu li.topfirst>a
{
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	}
	/*Radius of last link on top menu list*/
ul#ipadMenu li.toplast>a
{
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;}
