/*START OF MENU STUFF*/

.menu{
	height: 30px;
	position:relative;
	z-index:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 3px 0 0 0;
	cursor:pointer;
    cursor:hand;
    }

/* hack to correct IE5.5 faulty box model */
* html .menu{
	width:801px;
	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{
	width:149px;
	}

/* 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;
	background-color: #ff0000;
	margin: 0 1px 0 1px;
	padding: 0 3px 1px 3px;
	border: solid black 1px;
	border-bottom: 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	}
.menu img{
	vertical-align: middle;
	border: 0;
	}

/* style the links for the top level */
.menu a, .menu a:visited{
	color: white;
	display:block;
	text-decoration:none;
	height:20px;
	border:0;
	}
.menu a:hover{
	text-decoration: none;
	}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited{
	width:149px;
	w\idth:138px;
	}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited{
	background-color:#ff0000;
	}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color:#ff0000;
	}

.menu ul ul :hover > a.drop{
	background-color:#ff6666;
	}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited{
	background-color:#ff0000;
	}

/* style the third level hover */
.menu ul ul ul a:hover{
	background:#ff6666;
	}

/* 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:21px;
	left:-2;
	border-top:0px;
	}

/* 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:153px;
	top:-1px;
	width:149px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left{
	left:-149px;
	}

/* 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;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited{
	border-top: 0;
	background:#ff0000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	}

.menu ul ul li{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited{
	width:150px;
	w\idth:128px;
	}

/* style the top level hover */
.menu a:hover, .menu li:hover, .menu ul ul a:hover{
	background:#ff6666;
	}
.menu :hover > a, .menu ul ul :hover > a {
	background:#ff6666;
	}


/* 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;
	background:#ff6666;
	}

/* 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;
	}

/*END OF MENU STUFF*/

/*START OF GREEN STUFF*/
li#green, li#green a{
    background-color:#00aa00;
    }

li#green:hover, li#green:hover>a{
    background-color:#00cc00;
    }

/*END OF GREEN STUFF*/

/*SOLAR MENU*/
.solarmenu{
/*	clear: both;
	top: -10px;
	width:800px;
*/	height: 30px;
	position:relative;
	z-index:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 3px 0 0 0;
/*	background: #8888ff;
*/	}

/* hack to correct IE5.5 faulty box model */
* html .solarmenu{
	width:801px;
	w\idth:800px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.solarmenu ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}

.solarmenu ul ul{
	width:149px;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.solarmenu li{
	float:left;
	position:relative;
	background-color: #1d39d8;
	margin: 0 1px 0 1px;
	padding: 0 3px 1px 3px;
	border: solid black 1px;
	border-bottom: 0;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	}
.solarmenu img{
	vertical-align: middle;
	border: 0;
	}

/* style the links for the top level */
.solarmenu a, .solarmenu a:visited{
	color: white;
	display:block;
	text-decoration:none;
	height:20px;
	border:0;
	}
.solarmenu a:hover{
	text-decoration: none;
	}


/* a hack so that IE5.5 faulty box model is corrected */
* html .solarmenu a, * html .solarmenu a:visited{
	width:149px;
	w\idth:138px;
	}


/* style the second level background */
.solarmenu ul ul a.drop, .solarmenu ul ul a.drop:visited{
	background-color:#ff0000;
	}

/* style the second level hover */
.solarmenu ul ul a.drop:hover{
	background-color:#ff0000;
	}

.solarmenu ul ul :hover > a.drop{
	background-color:#ffffff;
	}

/* style the third level background */
.solarmenu ul ul ul a, .solarmenu ul ul ul a:visited{
	background-color:#ff0000;
	}

/* style the third level hover */
.solarmenu ul ul ul a:hover{
	background:#ff6666;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.solarmenu ul ul{
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:-2;
	border-top:0px;
	}

/* another hack for IE5.5 */
* html .solarmenu ul ul{
	top:30px
	;t\op:31px;
	}

/* position the third level flyout menu */
.solarmenu ul ul ul{
	left:153px;
	top:-1px;
	width:149px;
	}

/* position the third level flyout menu for a left flyout */
.solarmenu ul ul ul.left{
	left:-149px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.solarmenu table{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}

/* style the second level links */
.solarmenu ul ul a, .solarmenu ul ul a:visited{
	border-top: 0;
	background:#ff0000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	}

.solarmenu ul ul li{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}

/* yet another hack for IE5.5 */
* html .solarmenu ul ul a, * html .solarmenu ul ul a:visited{
	width:150px;
	w\idth:128px;
	}

/* style the top level hover */
.solarmenu a:hover, .solarmenu li:hover, .solarmenu ul ul a:hover{
	background:#8e9eff;
	}
.solarmenu :hover > a, .solarmenu ul ul :hover > a {
	background:#8e9eff;
	}


/* make the second level visible when hover on first level list OR link */
.solarmenu ul li:hover ul, .solarmenu ul a:hover ul{
	visibility:visible;
	background:#ff6666;
	}

/* keep the third level hidden when you hover on first level list OR link */
.solarmenu ul :hover ul ul{
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.solarmenu ul :hover ul :hover ul{
	visibility:visible;
	}

/*END OF SOLAR MENU STUFF*/

head{
	text-shadow: #000000 0 0 0px; 
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	text-shadow: #000000 0 0 0px;
}

a{
	text-decoration: none;
	color: #ff0000;
	}

body a:hover{
	text-decoration: overline underline;
	}

.menudivider{
	font: 0;
	font-size: 0;
	clear: both;
	width: 100%;
	height: 2px;
	border-top: 1px solid #fff;
	background: red;
	overflow: hidden;
	}

.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

#links{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 100%;
}
.link{
	float: left;
	color: #000000
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.imgandtext{
	display: table;
}

.imgandtext p{
	display: table-cell;
	vertical-align: middle;
}

#buttons{
	list-style-type:none;
	position: relative;
	display: inline;
	clear: both;
}
	
#buttons li{
	float:left;
	position:relative;
	display: inline;
	padding: 5px;
}

#buttons a{
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration:none;
	outline:none;
	background: red;
	border: 1px solid black;
	color: white;
	height: 20px;
	width: 150px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#TICKER {
	float: right;
	overflow: hidden;
	width: 225px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
}
