/* CSS Document */

/* top_menu */
#top_menu {
	margin: 0;
	padding: 0;
	height: 23px;
	overflow: hidden;
}
#top_menu ul {
	margin: 0;
	padding: 0px;
	float: left;
	font: 0.8em Century Gothic;
	width: 1000px;
	list-style: none;
	color: #FFFFFF;
	background: #00448b;
	background: url(images/nav_bgrnd.jpg) no-repeat; 
	height: 22px;
}
#top_menu ul li{
	display: inline;	
}
#top_menu ul li a {	
	/*position: relative; bottom: -4px;*/
	float: left;
	color: #FFFFFF;
	padding:  4px 10px 3px 11px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF; 	
}
#top_menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	/*border-bottom: 1px solid #FFA600;*/
}
#top_menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	/*border-right: 1px solid #FFA600;*/
}
#top_menu a.lastitem {
	padding:  4px 10px 4px 10px;
	border-right:none;
}
#top_menu_drop{
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility:visible;
	left:26px;
	top:140px;
	overflow:visible;
	z-index:10000;
	
}

#menufl{clear: both;
	margin: 0; padding: 0 0 0px;}

#menu-drop-container
	{
	/*position: absolute;		*/
	z-index: 2;	/*top: 1em;*/
	/*left: 1em;*/
	
	}

#menu-drop
	{
	font-size: small;
	font-family: Century Gothic;
	width:100%;
	float:left;
	/*margin:2em;*/
	margin: 1px 0 0 0;
	/*border-bottom: 1px solid #999;*/
	background-color:#00448b;
	/*color:#990000;*/
	/*border-top: 1px dashed #C9C9C9;*/
	/*border-bottom: 1px dashed #C9C9C9;*/
	padding: 2px 0;
	background: url(images/nav_bgrnd.jpg) no-repeat; 
		}
	
table {
	border-collapse: collapse;
}	

td  {
	padding: 0;
	margin: 0;
}



#menu-drop a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0 7px;
	border-right: 1px dotted #F0F0F0;
	color:#fff;
	/*background-color:#ccc;*/
	}
	
#menu-drop a:link, #menu-drop a:visited, #menu-drop a:active	/* menu at rest */
	{
	/*color: #990000;*/
	/*background-color: #FFF;*/
	text-decoration:none;
	}
	
#menu-drop a:hover						/* menu on mouse-over WORKING */ 
	{
	color: #fff;
	/*color: #333333;*/
	text-decoration:none;
	background-color:#00acd4
	}	
	
#menu-drop a.top_parent  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(images/navdown_red.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
		
	/* color:#990000;*/
	
	
		}
#menu-drop a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*background-image: url(images/navdown_red.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none; 
	/*color: #333;*/
	background-color:#00acd4
	
		}
	
#menu-drop a.parent	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-size:11px;
	background-color:#00458c;
	text-decoration: none;
	/* color:#990000;*/
	border-bottom: 1px solid #006CD9;
	}
	
 #menu-drop a.parent:hover {
 background-color:#00acd4;
 font-size:11px;
 
 }

#menu-drop ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:166px;*//* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	
	}

#menu-drop li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menu-drop ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:170px;
	}

#menu-drop ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu-drop li:hover
	{
	cursor:pointer;
	z-index:100;
	/*background-color: #ccc;*/
	color:#FFFFFF;
	}

div#menu-drop li:hover ul ul,
div#menu-drop li li:hover ul ul,
div#menu-drop li li li:hover ul ul,
div#menu-drop li li li li:hover ul ul
{display:none; }

div#menu-drop li:hover ul,
div#menu-drop li li:hover ul,
div#menu-drop li li li:hover ul,
div#menu-drop li li li li:hover ul
{display:block; }

.dropdown{
	font-size:11px;
	display:block;
	background-color: #00458c;
	text-decoration: none;
	color:#990000;
	margin-top:5px;
	border-bottom: 1px solid #006CD9;
}
.wide{
	
	/*width:385px;*/
	display:block;
	font-size:11px;
	text-decoration: none;
	color:#990000;
	border-bottom: 1px solid #006CD9;
	background: #00458c;
}

.wideES{
	
	width:220px;
	display:block;
	font-size:11px;
	text-decoration: none;
	color:#990000;
	border-bottom: 1px solid #BFBFBF;
	background: #00458c;
}

.main_home{width:125px;}

/*#redmenu{
	float:right;
	width:258px;
	background-color:#990000;
	border-left: 3px solid #999;
	height:19px;
	margin-top: 4px;
	border-bottom: 1px solid #999;
}*/
.aboutsi{ width:142px; background-color:#CCC;  font-size:11px;}


#menu-drop a, #top_menu  a {
font-size: 12px !important;
font-family: Century Gothic, Trebuchet MS;
}
#top_menu  a {
	font-size: 10px !important;
}

.faq{ width:395px}
.flo{ width:110px;}
/* End CSS Drop Down Menu */

/*a.dropdown:hover, a.aboutsi:hover  {
	color: #333333;
}*/
/*#nav_bar{ background: url(images/nav_bgrnd.jpg) no-repeat; margin:0px; padding:0px; height:24px; width:100%;}*/
#nav {
	list-style-type:none;
    width:auto;
    position:relative;
    display:block;
    /*height:25px;*/
	font-size: 12px;
	font-family: "Century Gothic";
	background: url(images/nav_bgrnd.jpg) no-repeat 0px 1px;
    margin:0;
    padding:0;
	}

#nav ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
		}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	}

#nav a {
	
	color:#fff;
	margin:0;
	padding: 0 5px;
	text-decoration:none;
	border-right: 1px solid #F0F0F0;
	}

#nav a:hover {
   	color: #fff;
	text-decoration:none;
	background-color:#00acd4
	}


