/*---------------- menu tab----------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.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.
=================================================================== */
/* style the outer div to give it width */
.menu {font-size:11px;padding:0px; margin:0px; float:right; width:780px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:28px; background: transparent url(../oimages/green.gif)}

/* style the sub-level lists */
.menu ul ul {width: auto;padding:0;margin:0;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:28px;line-height:28px;text-align:left;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em; border-bottom: solid 1px transparent ;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;letter-spacing:0.05em;font-weight:normal;font-size:11px;margin:0;text-decoration:none;color:#339900;background:transparent url(../oimages/green.gif);padding:0 6px 0 7px;}
.menu a.current{background:#008080;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:transparent url(../oimages/brown.gif); color:#fff;width:12em;height:100%;line-height:1em; margin-left:5px; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited {width:14em;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {left:-1px;}
.menu ul ul table ul.left {margin-left:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:transparent url(../oimages/pink.gif);margin-left:19px;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#660066;color:#FFF;margin:0px;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#FF9900;color:#000;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#FF9900;color:#000;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:#FF9900;color:#000;}
.menu :hover > a {color:#fff;background:#FF9900;color:#000;}
/* second */
.menu ul ul a:hover{color:#fff;background:#FF9900;color:#000;}
.menu ul ul :hover > a {color:#fff;background:#FF9900;color:#000;}
/* third */
.menu ul ul ul a:hover {background:#FF9900;}
.menu ul ul ul :hover > a {background:#FF9900;}
/* fourth */
.menu ul ul ul ul a:hover {background:#FF9900;}

/* 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:28px;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}

/* 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; height:auto; padding-bottom:3em; background:transparent url(../images/trans.gif);}
/* 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;}





/*---------------- other menu tab----------------------*/

.urbangreymenu{
width: 244px; /*width of menu*/
text-align:left;
}

.urbangreymenu .headerbar{
font: bold 10pt verdana;
color: white;
height: 22px;
border-bottom:1px #FFFFFF solid;
background: #004080 url(../images/top-image.jpg) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/

		font-variant: small-caps; 
padding: 12px 0 0px 30px; /*31px is left indentation of header text*/
}


.urbangreymenu .headerbar2{

background: url(../images/bottom-image.jpg) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
line-height: 0px;
height: 15px;
/*background: #004080; last 2 values are the x and y coordinates of bullet image*/
margin-top: 0; /*bottom spacing between header and rest of content*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
/*padding: 7px 0 7px 31px; 31px is left indentation of header text*/
}
.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 8pt verdana;
letter-spacing: 0.04em;
color: #000;
background: #FF9900;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 15px; /*link text is indented 8px*/
padding-right: 10px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #000;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #267cb2;
}

/*---------------- END other menu tab----------------------*/