.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #325278;
	text-decoration: none;
	font-weight: bolder;
}

.subheader_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

.regular_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}
a.regular_text:link { color:#0000FF; text-decoration:none;}
a.regular_text:visited { color:#0000FF; text-decoration:none;}
a.regular_text:hover { color:#0000FF; text-decoration:underline;}

.loginbox_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#666666;
}
a.loginbox_text:link { color:#0000FF; text-decoration:none;}
a.loginbox_text:visited { color:#0000FF; text-decoration:none;}
a.loginbox_text:hover { color:#0000FF; text-decoration:underline;}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#666666;
}
a.footer_text:link { color:#666666; text-decoration:none;}
a.footer_text:visited { color:#666666; text-decoration:none;}
a.footer_text:hover { color:#666666; text-decoration:underline;}

.footernavbar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#0000FF;
}
a.footernavbar_text:link { color:#0000FF; text-decoration:none;}
a.footernavbar_text:visited { color:#0000FF; text-decoration:none;}
a.footernavbar_text:hover { color:#FF9600; text-decoration:underline;}

.header_grey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color:#666666;
}

.header_blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color:#0088DE;
}

.header_orange_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color:#FF9600;
}

.navigation_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#CCCCCC;
}
a.navigation_text:link { color:#CCCCCC; text-decoration:none;}
a.navigation_text:visited { color:#CCCCCC; text-decoration:none;}
a.navigation_text:hover { color:#CCCCCC; text-decoration:underline;}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width:300px;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.desc_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.desc_text:link { color:#666666;}
a.desc_text:visited { color:#666666;}
a.desc_text:hover { color:#666666; text-decoration:underline;}

.pageresults_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}
a.pageresults_text:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#0000FF; text-decoration:none;}
a.pageresults_text:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#0000FF; text-decoration:none;}
a.pageresults_text:hover { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; color:#0000FF; text-decoration:underline;}

.articleheader_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #325278;
	text-decoration: none;
	font-weight: bolder;
}

.articlesubheader_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.articletext_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}
a.articletext_text:link { color:#0000FF; text-decoration:none;}
a.articletext_text:visited { color:#0000FF; text-decoration:none;}
a.articletext_text:hover { color:#0000FF; text-decoration:underline;}

.articleheadline_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}
a.articleheadline_text:link { color:#0000FF; text-decoration:none;}
a.articleheadline_text:visited { color:#0000FF; text-decoration:none;}
a.articleheadline_text:hover { color:#0000FF; text-decoration:underline;}


.menu {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
position:relative;
z-index:100;
}

.maintable {
background-color: white;
margin-top: 15px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu{
left: 1px;
background: white;
width:763px; 
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

* html .menu ul {
text-align: center;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;

position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
font-weight:bold;
color:#003366;
height:23px; 
padding-left:20px;
padding-right: 20px;
padding-bottom: 3px; 
line-height:23px;
text-align: left;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:94px;
w\idth:83px;
font-size: 11px;
padding-left:12px;
padding-right: 12px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#CCE675;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
color:#003366; 
background: #CCE675;
border:1px solid #002363; 
text-decoration:none; 
}

.menu ul ul :hover > a.drop {
color:#003366; 
background: #CCE675;
border:1px solid #002363; 
text-decoration:none; 
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#CCE675;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#CCE675;
text-decoration:none; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:27px;
left:0; 
width:220px;
text-align: left;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:26px;
text-align: left;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:163px; 
top:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#CCE675; 
border:1px solid #F0F9B7;
color:#003366; 
height:auto; 
line-height:1em; 
height:18px; 
padding-top:8px;
padding-left:8px;
padding-right: 8px;
width:145px;
white-space: nowrap;
/* yet another hack for IE5.5 */
}

* html .menu ul ul a{
width:220px;
w\idth:129px;
text-align: left;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#003366; 
/*background:#CCE675;*/
text-decoration:none; 
}

.menu :hover > a, .menu ul ul :hover > a {
color:#0054A8;
/*background:url(http://www.albanydatasystems.biz/images/navbar_mid.gif) bottom right no-repeat;*/
text-decoration:none; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}