﻿html{
   overflow: -moz-scrollbars-vertical;
}

body{
    text-align:center;
    font-size:1em;
    font-family:Arial;
    color:#003f67;
}

input
{
    outline:none;
    border:none;
    background-color:Transparent;
}

.outerContain{
    margin:0px auto;
    width:760px;
}

.innerContain
{
    width:760px;
    background-color:#ffffff;
    background-repeat:no-repeat;
    margin:0 auto;
    text-align:left;
    float:left;
    position:relative;
}

#text
{
	float:left;
}

#dropdown
{
	float:right;
	font-size:15px;
}

h1
{
	color:#149eda;
	margin:0;
	padding:0;
	font-weight:100;
}

h2
{
	color:#003f67;
	margin:0;
	padding:0;
	font-weight:100;
}

.menu
{
	width:183px; 
	font-size:10px;
	font-family:Verdana;
	float:right;
	z-index:200;
}

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

/* 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;
	font-size:10px;
	width:183px;
}

/* style the links for the top level */
.menu ul li a, .menu ul li a:visited
{
	display:block;
	font-size:10px;
	text-decoration:none; 
	color:#636567; 
	width:133px; 
	height:21px; 
	border:1px solid #fff; 
	border-width:1px 1px 0 0; 
	background-image:url(images/temp1/ddown.jpg);
	padding-left:0px;
	line-height:20px;
}

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

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

/* 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:0; 
	width:133px;
}

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

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
	position:absolute; top:0; left:0;
	width:133px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
	background:#ffffff; 
	color:#636567; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:130px;
	border:solid 1px #109ede;
	border-bottom-width:0px;
}

.menu ul ul a:hover /* added by AW */
{
	text-decoration: none !important;
	color: #ffffff !important;
}

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

.menu ul ul li.menuLast a, .menu ul ul li.menuLast a:visited 
{
    border-bottom-width:1px;
}

/* for IE5.x and IE6 browsers only */
.menu ul li a:hover
{
	color:#000000; 
	background-color:#109ede;
}

.menu ul li a:hover ul
{
    display:block; 
	position:absolute; 
	top:20px; 
	left:0;
		background:#ffffff; 
	margin-top:0; 
	marg\in-top:1px;
}

.menu ul li a:hover ul li a:hover, .menu ul li a ul li a:hover 
{
    background-color: #109ede; 
	color:#ffffff;
}


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

.menu ul li a:hover ul, .menu ul li a:hover ul
{
	visibility:visible; 