/*  
Theme Name: Leisure Tours Theme
Author URI: http://www.leisuretours.biz
Version: 1
Author: Janantha Marasinghe
Description: Leisure Tours E-booking site.
*/

* 	{
	margin:0;
	padding:0;
	}

body {
	font: 11px Arial, Verdana, Helvetica, sans-serfif; 
	background-color:white;
        background:#5b7681 url(images/red-gr.png) repeat-x;
	color:#fff;
	margin:0px 0px 25px 0px;
	text-align:center;
	}


#bookingform{
padding-left:10px;
padding-right:5px;
padding-bottom:5px;
background-color:#c6dcff;
margin:0px auto;
width:700px;
float:none;

}

#bookingform input { 
	border:0px;
        margin:5px 0 0 10px;
	}


#bookingform textarea{ 
        padding-top:2px;   
	padding-bottom:2px;
	border:0px;
        margin:5px 0 0 10px;
	}

#bookingform select{
        padding-top:2px;   
	padding-bottom:2px;
	border:0px;
        margin:5px 0 0 10px;
	}

#bookingform label
{
display: block;  /* block float the labels to left column, set a width */
float: left; 
width: 180px; 
padding: 0; 
margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
text-align: right; 

}


#flagbar
{
position:absolute;
top:0;
right:0;
float:right;
clear:both;
padding-right:160px;
padding-top:2px;

}

	
body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
a:link, a:visited{
	color: blue;
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}
	
#content p.topics a:link, #content p.topics a:visited {
	color:blue;
	}
	
#container { 
	width: 950px; 
	color:#222222;
	background:#fff;
	/*border:3px solid #0062ff;*/
	text-align: left; 
	margin: 20px auto;
	padding:0; 
	}
* html #container {
	width:950px;
	w\idth:900px;
	}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
/*
#footer-wrap { 
	background:url(images/footer-bot.png) no-repeat bottom left;
	width:950px;
	padding:0;
	margin:0;
	clear:both;
	}*/

#footerline
        {
	clear:both;
	background:#f7f7f7 url(images/footer-shadow.png) repeat-x;
	padding: 20px 15px 20px 15px;
	width:940;
	overflow:auto;
        }
	
#footer { 
	clear:both;
	width:940;
	overflow:auto;
	}

.footertext
{
        text-align:center;
        padding-top:10px;
        font-family:Arial,Verdana, Helvetica, sans-serif;
	color:#424b5a;
        font-size: 11px;
        
}

* html #footer {
	width:950px;
	w\idth:950px;
	}


#footer ul {
	float:left;
	width:150px;
	margin:0px;
	display:inline;
	list-style-type:none;
	padding:3px 0px 0px 0px;
	}

#footer h3 {
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size:18px;
	color:#94090d;
	border-bottom:1px solid #ffffff;/*2*/
	margin:0px 0px 5px 0px;
	padding-bottom:2px;/*3*/
	}

#footer p {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:black;
	}


.bottom a:link, a:visited{
	color: #blue;
	text-decoration:none;
	}

h3.notepad {
	background:url(images/notepad_24.png) no-repeat 0 50%;
	padding-left:26px;
	}


#section2
{
float:right;
width:220px;
margin:auto;
padding:45px;


}

.section {
	float:right;
	width:220px;
        padding-left:20px;
        padding-bottom:10px;
        padding-top:10px;
	/*padding:0px 20px 0px 80px;20px 80px*/
	margin:0px auto;

	}
* html .section {
	width:250px;
	w\idth:250px;
	}
#footer .section {
	display:inline;
	}

.author {
padding-left:100px;
}

.long {
	width:250px;
}

#footer .long {
	width:240px;
	}
/*#footer .comments ul {
	width:200px;
	}*/

#footer .comments ul li a {
	background:#fcfcfc;
	padding:5px;
	margin:5px 0px 0px 0px;
	font-weight:normal;
	}

#footer strong {
	color:#104385;
	}


#footer ul li {
	float:left;
	width:100%;
	margin:0px 0px 6px 0px;
	}

#footer ul li a {
	color:#104385;
	float:left;
	text-decoration:none;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px dotted #104385;
	letter-spacing:-1px;
	}
	
*html #footer ul li a, /**html #r_sidebar ul li a  */{
	border-bottom-style:solid;
	}

#footer p {
	padding:10px 0px 5px 0px;
	text-align:left;
	}

#footer .comments p {
	text-align:left;
	padding-top:5px;
	}

#footer img.author, #masthead img.author {
	float:left;
	width:75px;
	height:75px;
	padding:4px;
	background:#fffff9 url(images/author.jpg) no-repeat 4px 4px;
	border:1px solid #e9e9e9;
	margin:5px 10px 1em 0px;
	text-indent:-9999em;
	display:inline;
	}

#footer p.bottom {
	padding:15px 15px 0px 15px;
	}

#footer p strong {
	color:#333;
	}

#footer p a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted;
	}

.clear {
	clear:both;
}



/* ----------- HEADER ---------------- */
#header { 
	position:relative;
	background:#fff url(images/banner.jpg) no-repeat right top;
	padding-top:5px;
	height:150px;
        width:950px;

}

#header h1 {
	font: 35px Georgia, Arial, Verdana, Sans-Serif; 
	color: #104385;
	margin:20px 0px 0px 30px;
	letter-spacing:-2px;
}

#header h1 a {
	color:#104385;
	text-decoration: none;
	font-weight: bold;
}

#header h2 {
	font: 14px Georgia, Times New Roman, Sans-Serif; 
	color: #94090D;
	margin:0px 20px 20px 30px;
	font-weight: bold;
}
/* ---------- END HEADER -------------- */




/* ---------- MAIN NAVIGATION MENU CODE ---------------- */



#menu {
	position:absolute;
	font-size:15px;
	background:#fff; /*url(images/menu-gr.png) repeat-x;*/
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	right:0;
	bottom:0px;
	width:100%;
	height:36px;
	line-height:23px;
	}
	
* html #menu {
	bottom:-1px;
	}
	

/* -------------- END OF MAIN NAVIGATION MENU CODE --------------------- */


/* -------------- MAIN CONTENT OR MIDDLE COLUMN CONTENT ------------------------ */
#content-wrap {
	background:#ffffff;
	margin:0;
	padding:0;
	width:950px;
	}

#content {
	float:left;
	margin:0pt 0px 0px 0px;
	padding:25px 25px 15px 25px;
	width:500px;
	}


*html #content {
	width:500px;
	w\idth:450px;
	}

#content p img {
	float:left;
	border: none;
	margin-right:15px;
	margin-bottom: 3px;
	}


#content p{
	margin: 0;
	line-height: 18px;
	/*padding: 0 0 10px 0;*/
        padding-bottom:20px;
	}


#content h1, #content h2 {
	font: bold 22px "Verdana", Georgia, Arial, Sans-Serif; 
	color: #94090D;
	margin: 0;
	line-height: 120%;
	letter-spacing:-1px;
        padding-bottom:5px;
	}
#content h1 a, #content h2 a  {
	color: #94090D;
	text-decoration: none;
	}

#content h1 a:hover, #content h2 a:hover {
	color: #5E0002;
	text-decoration: none;
	}

#content h3 {
	font: bold 12px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #104385;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 1px dotted #cccccc;
	padding-bottom:5px;
	}
#content h3 a  {
	color: #3366ff;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
	
#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
#content li {
	margin: 0;
	padding: 0;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
	
#content ul li a {
	color: #3366ff;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
blockquote {
	background:#f9f9f9 none repeat scroll 0% 50%;
	border:1px solid #e9e9e9;
	border-left:6px double #d9d9d9;
	color:#333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0pt 0pt 10px 25px;
	padding:20px 20px 5px;
	}
	
#content blockquote p{
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content p.bloglinks {
	margin-bottom:10px;
	padding:5px 8px 5px 0px;
}

#content p.bloglinks a {
	color:#94090d;
	text-decoration:underline;
	}

.postspace {
	background-color: #ffffff;
	width: 440px;
	height: 30px;
	margin: 0;
	padding:0px;
	}
.postspace2 {
	background-color: #ffffff;
	width: 480px;
	height: 0;
	margin: 0;
	padding: 0;
	}
	
.postspace3 {
	background: #ffffff;
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
	}

.postspace4
{
	background: #ffffff;
	width: 750px;
	height: 15px;
	margin: 0;
	padding: 0;


}



/* ------------- END OF MAIN CONTENT OR MIDDLE COLUMN CODE -------------- */

#content2-wrap {
	background:#ffffff;
	margin:0;
	padding:0;
	width:950px;
	}

#content2 {
	float:left;
	margin:0pt 0px 0px 0px;
	padding:25px 25px 15px 25px;
	width:900px;
	}

#content2 p{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
	}

#content2 p img {
	float:left;
	border: none;
	margin-right:15px;
	margin-bottom: 3px;
	}
#content2 h1, #content2 h2 {
	font: bold 22px "Verdana", Georgia, Arial, Sans-Serif; 
	color: #94090D;
	margin: 0;
	line-height: 120%;
	letter-spacing:-1px;
	}
#content2 h1 a, #content2 h2 a  {
	color: #94090D;
	text-decoration: none;
	}

#content2 h1 a:hover, #content2 h2 a:hover {
	color: #5E0002;
	text-decoration: none;
	}

#content2 h3 {
	font: bold 16px Helvetica, Arial, Verdana, Sans-Serif; 
	color: black;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 1px dotted #cccccc;
	padding-bottom:5px;
	}
#content2 h3 a  {
	color: #3366ff;
	text-decoration: none;
	}

#content2 h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content2 ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
	
#content2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
#content2 li {
	margin: 0;
	padding: 0;
	}
	
#content2 ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
	
#content2 ul li a {
	color: #3366ff;
	text-decoration: none;
	}

#content2 ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
blockquote {
	background:#f9f9f9 none repeat scroll 0% 50%;
	border:1px solid #e9e9e9;
	border-left:6px double #d9d9d9;
	color:#333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0pt 0pt 10px 25px;
	padding:20px 20px 5px;
	}
	
#content2 blockquote p{
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#content2 p.bloglinks {
	margin-bottom:10px;
	padding:5px 8px 5px 0px;
}

#content2 p.bloglinks a {
	color:#94090d;
	text-decoration:underline;
	}


/* -------------- CONTENT 2 ------------------------ */

/* --------------------------------CONTENT 3------ */

#content3 label
{
display: block;  /* block float the labels to left column, set a width */
float: left; 
width: 180px; 
padding-right: 12px;
padding-top: 5px;
text-align: right; 

}

#content3 {
	float:left;
	margin:0pt 0px 0px 0px;
	padding:25px 25px 15px 25px;
	width:900px;
	}

#content3 p{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
	}

#content3 p img {
	float:left;
	border: none;
	margin-right:15px;
	margin-bottom: 3px;
	}
#content3 h1, #content2 h2 {
	font: bold 22px "Verdana", Georgia, Arial, Sans-Serif; 
	color: #94090D;
	margin: 0;
	line-height: 120%;
	letter-spacing:-1px;
	}
#content3 h1 a, #content2 h2 a  {
	color: #94090D;
	text-decoration: none;
	}

#content3 h1 a:hover, #content2 h2 a:hover {
	color: #5E0002;
	text-decoration: none;
	}

#content3 h3 {
	font: bold 16px Helvetica, Arial, Verdana, Sans-Serif; 
	color: black;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 1px dotted #cccccc;
	padding-bottom:5px;
	}
#content3 h3 a  {
	color: #3366ff;
	text-decoration: none;
	}

#content3 h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content3 ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
	
#content3 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
#content3 li {
	margin: 0;
	padding: 0;
	}
	
#content3 ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
	
#content3 ul li a {
	color: #3366ff;
	text-decoration: none;
	}

#content3 ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}

/* ------------- END OF CONTENT 2 -------------- */
/* SIDE BAR */

#r_sidebar
{
width:347px;
float:right;
padding-top:28px;
padding-right:1px;
}

/* --------------------------------END OF SIDE BAR --------------------- */
	
#content input {
	padding:2px 4px;
	border:0px ;/*solid #cccccc;*/
	}
#content input#submit {
	padding:4px 6px;
	background:#124992;
	border:0px solid #0D366C;
	color:#fffff9;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	width:130px;
	}



/* ------------ END OF RIGHT SIDEBAR CODE ----------------------- */





/* ------------ STYLING FOR CALENDAR WIDGET -------------------- */
#calendar_wrap table, #calendar_wrap caption {
	margin:0 auto;
	}
/* ------------ END OF STYLING FOR CALENDAR WIDGET -------------- */





/* ---------------- CONTENT COMMENTS SECTION -------------------- */
#content ol.commentlist {
	list-style: decimal; 
	line-height:1.6;
	margin:0;
	padding:0 0 10px 0;
	}
	
#content ol.commentlist p {
	padding:5px 15px 5px 15px;
	}

#content ol.commentlist li {
	border:4px solid #f7f7f7;
	list-style:none;
	margin-bottom:14px;
	padding-bottom:10px;
	}
	
#content ol.commentlist li.authcomment {
	border-color:#450003;
	}

#content ol.commentlist p.quote {
	padding:5px 15px 0px 15px;
	}

.commentlist cite {
	padding: 15px;
	display:block;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	background:#f7f7f7;
	color:#94090d;
	margin-bottom:10px;
	}	
	
ol.commentlist .commentmetadata a {	
	padding-top:0;
	margin:0px 0px 0px 15px;
	color:#94090d;
	}
	
ol.commentlist .authcomment .commentmetadata a {
	color:#EFD5BE;
	}
		
.commentlist cite a:link, .commentlist cite a:visited {
	font-weight:bold;
	font-size:12px;
	color:blue;
	text-decoration:underline;
	}

.commentlist a:link, .commentlist a:visited {
	color:blue;
	}

.commentlist a:hover, .commentlist a:active {
	color:#e8e8e8;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}
#content h3#comments {
	border-bottom:none;
	}
.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}
#content .commenttext p {
	padding:0;
	margin:0;
	}

.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}
	
.commenttext {
	background: #516B2D url(images/comment-gr.png) repeat-x;
	border-top:1px solid #c5f386;
	padding:15px 20px;
	color:#fafcf6;
	margin-bottom:15px;
	}
	
	.authcomment {
	background:#5c0003 !important;
	}
	
.commentlist li.authcomment cite {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	background:#450003;
	color:#EFD5BE;
	font-weight:bold;
	}

.authcomment p {
	color:#fffff9;
	}
	
span.cal {
background:url(images/calendar.png) no-repeat 0 -1px;
padding:0px 0px 5px 20px;
}
/* -------------- END OF CONTENT COMMENTS SECTION -------------------------- */

a:active, a:focus {
	outline: none;
	}

textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	padding:4px 8px;
	background:#fafafa;
	border:2px solid #cccccc;
	width:434px;
	font-size:12px;
	}

textarea:focus {
	border-color:#b7b7b7;
	}
	
#masthead-wrap {
/*background-color:#95938b;*/
background: url(images/mast-bottom.png) repeat-x;
width:950px;
margin:0;
}

* html #masthead {
width:950px;
w\idth:950px;
}


#masthead {
width:950px;/*725*/
/*background-color:#ffdb6c;*/
background: url(images/mast-bottom.png) repeat-x;
margin:0;
/*padding:20px 10px 2px 15px; 20px 15px 20px 15px;*/
overflow:hidden;
}
#masthead a {
color: black;
}

#masthead h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:black;
}

#masthead p,
#masthead .textwidget {
color:black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:1;
padding:10px 0px 10px 0px;
}

#masthead ul, #masthead ol {
	padding-bottom: 10px;
}


form#searchform input.searchsubmit {
background:#fafafa;
border:0px;/*2px solid #c7c7c7;2px solid #c7c7c7;*/
font-family:Arial, Verdana, Helvetica, sans-serif;
cursor:pointer;
}

form#searchform input:focus {
background:#e8f2ff;
border:0px; /*solid #104385;*/
}


#searchbox
{
/*background-image: url('images/sitesearch.gif');*/
border:solid 1px black;
background-color:#c9d7fb;
padding-top:10px;
padding-right:10px;
padding-left:10px;
padding-bottom:5px;
margin-top:20px;
margin-bottom:20px;
width:300px;

}

#searchbox input
{


}

#searchbox h2
{
color:white;
padding-bottom:2px;

}


#searchbox h3 {
	font-size:15px;
	color:#01040D;
	
}


#r_sidebar a {
border:none;
text-decoration:none;
}
	
/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
#content-wrap:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content-wrap
{display: inline-block;}

/* Hides from IE-mac \*/
* html #content-wrap
{height: 1%;}

#content-wrap
{display: block;}
/* End hide from IE-mac */

em {
font-style:normal;
font-weight:bold;
}

h3#comment {
background:url(images/comment.png) no-repeat 0 50%;
padding:0px 0px 0px 20px;
}
.section {

}


/*TESTING FOOTER ISSUE*/

#section3
{
position:absolute;
bottom:310px;
left:150px;
}


/* recent posts & recent comments*/

#recent-posts{
  margin: 16px 0 0 0;
  padding: 0 0 16px 14px;
  float: left;
  overflow: hidden;
}
#recent-comments{
  margin: 16px 0 0 0;
  padding: 0 0 16px 35px;
  float: left;
  position: relative;
  z-index: 2;
}
#recent-posts-x{
  margin: 16px 0 0 0;
  padding: 0 0 16px 14px;
  float: left;
}

/* extra */

#extra{
  margin: 0 0 0 35px;
  padding: 16px 0 16px 13px;
  float: left;
  width: 211px;
  background: url(skin/extra_bkg) no-repeat 0% 0%;
  position: relative;
  z-index: 3;
}

div.box{
	border:solid 1px black;
        /*background-image: url('images/gradient.jpg');*/
        background-color:#c9d7fb;
        /*background-repeat: repeat-x;*/
	padding:10px;
	color:#01040D;
        width:300px;

}


div.box h1 {
	font-size:11px;
	color:#01040D;
	padding-bottom:17px;
}

div.box h3 {
	font-size:15px;
	color:#01040D;
	padding-bottom:17px;
}

div.box p{padding-bottom:4px;}

div.box input .input-text{
	border:0px ;/*solid #3b6e22;*/
	color:#01040D;
	width:190px;
}

div.box input .select{
	border:0px: /*solid #3b6e22;*/
	color:#01040D;
	width:180px;
}

div.box label{
	display:block;
	margin-bottom:14px;
	color:#01040D;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
	font-weight:bold;
}


.submitButton
{
float:right;
padding-bottom:20px;
cursor:pointer;
}

/* MENU STUFF STARTS HERE*/

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {background: url(blank_over.gif);}
.preload2 {background: url(blank_overa.gif);}

#nav {float:right;padding:0; margin:0; list-style:none; height:36px; background:#fff; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(blank.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(blank.gif) right top;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(blanka.gif) no-repeat right top;}
#nav li a.top_link:hover {color:#fff; background: url(blank_over.gif) no-repeat;}
#nav li a.top_link:hover span {background:url(blank_over.gif) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(blank_overa.gif) no-repeat right top;}

#nav li:hover > a.top_link {color:#fff; background: url(blank_over.gif) no-repeat;}
#nav li:hover > a.top_link span {background:url(blank_over.gif) no-repeat right top;}
#nav li:hover > a.top_link span.down {background:url(blank_overa.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:0; top:31px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:160px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:160px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:20px; width:160px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
#nav li ul.sub li a.fly
{background:#fff url(arrow.gif) 80px 7px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#3a93d2; color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#3a93d2 url(arrow_over.gif) 80px 7px no-repeat; color:#fff;}

#nav li:hover ul li:hover > a.fly {background:#3a93d2 url(arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:160px; z-index:400; height:auto;}
