A:link {text-decoration: none; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}
A:visited {text-decoration: none; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}
A:active {text-decoration: none; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}
A:hover {text-decoration: none; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}

A.links:link {text-decoration: underline; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}
A.links:visited {text-decoration: underline; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}
A.links:active {text-decoration: underline; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}
A.links:hover {text-decoration: none; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}



.content {text-decoration: none; color: #666666; font-weight: normal; letter-spacing: 0pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none;}

.copyright {font-size: 10px; color: #2B67C1; font-family: Verdana, Arial, Helvetica, sans-serif font-weight: normal; text-align: center; letter-spacing: 0pt}

body {
	background-image: url('images/sky.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-color: #CCCCCC;
	scrollbar-face-color: #F4F4F4;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #999999;
}
input {background-color: #ffffff; color: #000000; font-size: 9px; font-weight: bold; font-family: arial; border: 1px #2b67c1 solid;}
select {background-color: #FFFFFF; color: #000000; font-size: 9px; font-weight: bold; font-family: arial; border: 1px #2b67c1 solid;}
textarea {background-color: #FFFFFF; color: #000000; font-size: 9px; font-weight: bold; font-family: arial; border: 1px #2b67c1 solid;}

.menu {width:750px; height:32px; position:relative; z-index:100; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:center;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:800px; w\idth:800px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}

/* 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; font-size:12px; text-decoration:none; color:#666666; height:30px; border-bottom:solid 1px #FFFFFF; line-height:29px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:none; text-align:center; margin:0px 10px 0px 10px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#2B67C1; background:#ffffff; border-bottom:solid 1px #FFFFFF; text-align:center;}
.menu :hover > a, .menu ul ul :hover > a {color:#2B67C1; background:#ffffff; border-bottom:solid 1px #FFFFFF; text-align:center;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#2B67C1; color:#ffffff;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#cccccc; color:#2B67C1;}
.menu ul ul :hover > a.drop {background:#cccccc; color:#2B67C1;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {width:175px;background:#2B67C1; color:#ffffff; height:auto; line-height:1em; padding:5px 10px; border:none; text-align:left;}
.menu ul ul a:hover { width:175px; background:#cccccc; color:#2B67C1; height:auto; line-height:1em; padding:5px 10px; border:none; text-align:left;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#2B67C1; color:#ffffff;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#cccccc; color:#2B67C1;}

/* 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:31px;left:0; width:200px; border:none;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:130x; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-130px;}

/* 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; border-collapse:collapse;;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* 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;}