/* ================================================================
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_2.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.
=================================================================== */



/*navigation box style */
/*
#nav {width:980px;

    float:right;
   position:static;


    top:85px;
    padding:0;
    margin:0; list-style:none; height:24px; z-index:500; font-family:arial, verdana, sans-serif;}
*/


#nav {
display:inline;
float:right;
font-family:arial,verdana,sans-serif;
height:24px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-bottom:0;
padding-left:0;
padding-right:15px;
position:relative;
top:-2px;
width:980px;
z-index:500;
}


/*navigation box -> li with id top style */
#nav li.top {text-align:center;display:block; float:right; height:19px;}

/*navigation box -> li with id toplink style */
#nav li a.top_link {text-align:center;display:block; float:left; height:20px; line-height:20px; color:#D3D3D3; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}

/*navigation box -> li -> a with id top-link -> span style */
#nav li a.top_link span {text-align:left;float:left; display:block; padding:0 10px 0 12px; height:24px; right top no-repeat;}
#nav li a.top_link span.down {text-align:left;vertical-align: middle;float:left; display:block; padding:0 10px 0 12px; height:24px; no-repeat right top;}

#nav li:hover a.top_link {background:#4088B8;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}


/* drop down from top where it starts */
#nav li:hover ul.sub
{font-size:11px;text-align:left;color:#696969;left:0px; top:24px;background:#fff; padding:5px;  white-space:nowrap; width:190px; height:auto; z-index:300;}

#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:190px; font-weight:normal;}

#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:188px; line-height:18px; text-indent:5px; color:#696969; text-decoration:none;}

#nav li ul.sub li a.fly
{background:#fff url(../images/arrow_over.gif) 180px 6px no-repeat;}


/* sub listing font and style */
#nav li:hover ul.sub li a:hover
{background:#333; font-weight:bold;color:#fff; border-color:#333;}

#nav li:hover ul.sub li a.fly:hover
{background:#333 url(../images/arrow_over.gif) 180px 6px no-repeat; color:#fff;font-weight:bold;}



#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:190px; top:-4px; background:#fff; padding:3px;
    border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;

	-moz-border-radius: 6px 6px 6px 6px;

    white-space:nowrap; width:190px; z-index:400; height:auto;}

#nav ul,
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{background:#fff;position:absolute;
    border-width: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;

    left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#333 url(../images/arrow_over.gif) 180px 6px no-repeat; color:#fff; border-color:#333;}

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#333 url(../images/arrow_over.gif) 180px 6px no-repeat; color:#fff; border-color:#333;}
