/* ---------------------------
*      Text Style Resets
*  ---------------------------*/
.input {

	font-size: 12px;

	color: #333333;

	background-color: #F9F9F9;

	border: 1px solid #333333;

}
.f_a {font-family:  Arial, Helvetica, Verdana, Geneva,sans-serif;}
.f_v {font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;}
.f_t {font-family: "Times New Roman", Times, serif;}
  
.s_7pt {font-size: 7pt;} 
.s_8pt {font-size: 8pt;}  
.s_9px {font-size: 9px;}
.s_9pt {font-size: 9pt;}
.s_10px {font-size: 10px;}
.s_10pt {font-size: 10pt;}
.s_11px {font-size: 11px;}
.s_11pt {font-size: 11pt;}
.s_12px {font-size: 12px;}
.s_12pt {font-size: 12pt;}
.s_13px {font-size: 13px;}
.s_13pt {font-size: 13pt;}
.s_14px {font-size: 14px;}
.s_14pt {font-size: 14pt;}
.s_15px {font-size: 15px;}
.s_15pt {font-size: 15pt;}
.s_16px {font-size: 16px;}
.s_16pt {font-size: 16pt;}
.s_17px {font-size: 17px;}
.s_17pt {font-size: 17pt;}

/* ---------------------------
*        Global Resets
*  --------------------------- */

/* Elements we want to clean out entirely: */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

 

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

abbr,acronym { border:0;
}
#mainMenu 
{
	/* original */
	position: relative;
	margin: 0px;
	padding: 0px;
	/* added */
	z-index: 100;
    float: left;
}

#menuList {
	width: 530px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../images/mainNavBg.gif) repeat-x;
}

/* set positioning of Primary and Secondary Navs */
#mainMenu .menuBar a {
border:0 none;
padding: 5px 8px 7px !important;
text-decoration:none;
}

#menuList ul 
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

#menuList li 
{
    z-index: 100;
    position: relative;
    line-height: 27px;
    height: 27px;
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	background: transparent url(../images/mainNavBg.gif) repeat-x;
}

/* All Rollovers */
#menuList :hover
{
    z-index: 100;
    color: #fff;
}

/* Secondary Rollovers */
#menuList li:hover
{
    background-color: #337294;
    text-transform: none;
}

/* Higlighted Main Default Color */
#menuList li a
{
    color: #aac4d2;
    text-transform: none;
}

/* Higlighted Main Navigation */
#menuList li a.selected 
{
    color: #fff;
}

#menuList ul li li
{
    top: -1px;
}


#menuList a 
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    width: 180px;
    background: transparent url(../images/mainNavBorder.gif) repeat-y right top;
}



/* End Setting Width for Each SubCategory */

#menuList li ul li {
    line-height: 1;
	height: auto;
	clear: left;
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #004f78;
}

#menuList li ul li :hover {
    background-color: #337294;
}

.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	
}

.menu li {
	/* added */
	z-index: 200;
	border-top: solid 1px #337294;
}

.menu li a {
	/* background: #5AB0C5;
	background-color: #004F78;  */
	display: block;
	font-size: 1em;
	padding: 2px;
	text-decoration: none;
	margin-top: -2px;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	color: #fff;
	background-color: #337294;
}
.button				{
	border: 1px solid #999;
					  -moz-border-radius: 2px; 	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
					  -webkit-border-radius: 2px; 	font-size: 11px;
 
	background-color: #337294;
}
.button:hover		{ background: white; color: black; }