/* CSS Document */

#nav, #nav ul {
	height: 22px;
	margin: 0;
	line-height: 14px;
	font-family: arial, helvetica, serif;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	list-style-image: none;
	list-style-type: none;
	background-color: #000000;
	white-space: normal;
	width: 760px;
}

#nav a {
	display: block;
	width: 107px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 22px;
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	padding-top: 3px;
	vertical-align: middle;
}
#nav a:hover
{
	text-decoration: none;
	background-image: url(images/btn-over.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}
#nav li {
	float: left;
	width: auto;
	/*vertical-align: text-bottom;*/
	text-align: center;
	white-space: nowrap;
	display: inline;
	position: relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0 0 0 0em; /* this moves the drop down right left */
	}

#nav li ul ul {
	margin: -1.5em 0 0 10em;
    color:#999900;
	text-decoration: underline;
}


/* the third level hide */
#nav li:hover ul ul, #nav li.flowouthover ul ul {
	left: -999em;
	color: #FFFFFF;
	text-decoration: underline;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.flowouthover ul, #nav li li.flowouthover ul {
	left: auto;
	text-decoration: underline;
	}

/* for forth level flow */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.flowouthover ul ul, #nav li.flowouthover ul ul ul 
{ 
left: -999em; 
} 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.flowouthover ul, #nav li li.flowouthover ul, #nav li li li.flowouthover ul {
	left: auto;
	text-decoration: underline;
} 

#nav li:hover
{

	text-decoration: underline;

}
.offerbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
	border: 1px solid #000000;
	
}
.okbtn {
	font-size: 10px;
}
.offertxt {
	font-family: Arial, Verdana, sans-serif, "Helvetica 65 Medium";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}