
.dropStyle {color: #333333;
background-color: white;
font-family : Verdana, Helvetica, sans-serif;
font-size : xx-small;
}
.style1 {font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
body {
  font-family: helvetica, verdana, sans-serif;
  font-size:12px;
 color: white;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	background: black;
}

td, th {
	font-family: helvetica, verdana, sans-serif;
  font-size:12px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
}

.flash_container {
    padding:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.footer{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:5px;
}

.footer2{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:500px;
}

A:link{
	color: white; text-decoration: none;}
A:active  
{color: blue; text-decoration: none;}


A:visited {
	color: white; text-decoration: none;
}
A:hover {
	 text-decoration: underline; color: #19446f;
}
.title{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}

.table{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}

.maincontent {
	text-align: left;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: white;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
	margin-right:200px;
}
.outputcontent {
	text-align: left;
	font-family: helvetica, verdana, sans-serif;
	color: black;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}

.checkout {
	text-align: left;
	font-family: helvetica, verdana, sans-serif;
	color: black;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}
.choose{
text-align: left;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: black;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}
.row ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

.row ul li {
	margin-left: 0;
	padding-left: 0;
	font-size: 90%;
	}

.row ul li.shade {
	background: #f0f0ff;
	}
.row ul li:hover {
	background: #3366ff;
	color: #ffffff;
	text-decoration: white;
	cursor: ;
	}
	

.row2  {
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
	background: #3366ff;
	color:white;
	font-weight: bold;
	
	}
	
.row2:hover {
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
	background: white;
	cursor: hand;
	color:blue;
	font-weight: bold;
	}
	

.fptablecontent {
	text-align: left;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: black;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
	margin-right:200px;
}
.leftcontent {
	text-align: left;
	font-family: helvetica, verdana, sans-serif;
	color: white;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}

span {
	font-family: verdana, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform:uppercase;
	text-indent:10px;
}
.floor_content {
	text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}
.floor_content a:hover {
    color:#663300;
	text-decoration:none;
}
.top_nav {
	text-align: right;
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	padding: 3px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
}
/* style the outer div to give it width */
.menu {
font-size:0.85em;
padding: 45px;
padding-bottom:0px;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
text-align:center;
}
.menu ul ul {
width:70px;
text-align:left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:75px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#fff; 
width:70px; 
background:#000; 
line-height:29px;
border:1px solid #000; 
border-width:1px 1px 0 0; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:88px;
w\idth:88px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#FFF;
}
.menu ul ul :hover > a.drop {
background:#FFF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#19446f;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#FFF;
}
.menu ul ul ul :hover > a {
background:#FFF;
}

/* 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:30px;
left:0; 
width:88px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:35px;
t\op:35px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:88px;
}
/* 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 ppart in the layout - required for IE to work */
navbox {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#19446f; 
color:#FFF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#19446f; 
background:#FFFFFF;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
background:#FFFFFF;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :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;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>
