/* style the outer div to give it width */
.menu {
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	z-index:100; 
	color: #445A6A; 
	float:left;
	margin-left:5px; 
	width:928px;
	background:url("/app/templates/default/images/bg-menu.gif") repeat-x scroll center top transparent;
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

/* remove all the bullets, borders and padding from the default list styling */
/*.menu ul {padding:0;margin:0;list-style-type:none;height:3em;}*/
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul li:hover {
	background:#8B8B8B;
	background: -moz-linear-gradient(top, #ffffff 0%, #8B8B8B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8B8B8B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#8B8B8B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#8B8B8B 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#8B8B8B 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8400', endColorstr='#8B8B8B',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#8B8B8B 100%); /* W3C */ 
}

/*
.menu ul li:active {
	border:1px solid #ff0000;
}
*/
.menu ul li a:hover {
	color:#444444 !important;
}
/* style the sub-level lists */
.menu ul ul {
	width:174px;
	background:url("/app/templates/default/images/bg-drop.png") repeat scroll 0 0 transparent;
	height:20px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 69px !important;
    width: 219px !important;
}

/* 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:3em;line-height:3em;}*/
.menu ul li {float:left;line-height:23px;height:65px;}

.menufirst {
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    width: 153px;
	border-right:1px solid #000000;
	width:154px;
}

.menumiddle {
	border-right: 1px solid #1F1F1F;
    overflow: inherit;
    padding: 0;
    width: 153px;
	border-right:1px solid #000000;
	width:154px;
}

.menulast {
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    width: 153px;
}

.menuFirstActive {
	background:#8B8B8B;
	background: -moz-linear-gradient(top, #ffffff 0%, #8B8B8B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8B8B8B));
	background: -webkit-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8400', endColorstr='#8B8B8B',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    width: 153px;
	border-right:1px solid #000000;
	width:154px;

}
.menuFirstActive a{
	color:#444444 !important;
}
.menuMiddleActive {
	border-right: 1px solid #1F1F1F;
    overflow: inherit;
    padding: 0;
    width: 153px;
	border-right:1px solid #000000;
	width:154px;
	background:#8B8B8B;
	background: -moz-linear-gradient(top, #ffffff 0%, #8B8B8B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8B8B8B));
	background: -webkit-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8400', endColorstr='#8B8B8B',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#8B8B8B 100%);

}
.menuMiddleActive a{
	color:#444444 !important;
}
.menuLastActive {
	background:#8B8B8B;
	background: -moz-linear-gradient(top, #ffffff 0%, #8B8B8B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#8B8B8B));
	background: -webkit-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8400', endColorstr='#8B8B8B',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#8B8B8B 100%);
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    width: 153px;

}
.menuLastActive a{
	color:#444444 !important;
}

/* style the sub level list items */
.menu ul ul li {display:block;width:219px;height:auto;position:relative;line-height:1em;text-align:left; background: url(/app/templates/default/images/left-nav-sub.gif) repeat-x;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	height:100%;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:16px;
    font-weight: bold;
	text-decoration:none;
	color:#FFF;
    letter-spacing: -1px;
	padding: 17px 0 0 0;

}
/*.menu a:hover {color:#aaaaaa;}*/

/*
.menu a {
	opacity:0.8;
	filter:alpha(opacity=85);
}
.menu a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
*/
/*.menu ul a, .menu ul a:visited {border:solid 1px #b8b4ac;}
.menu li a, .menu li a:visited {border:solid 1px #cbcbcb;}*/


/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;width:150px;height:100%;line-height:1.2em;padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited {width:150px;}
/*
.menu ul ul a {
	opacity:1;
	filter:alpha(opacity=100);
}
*/
/* style the sub level links */
.menu ul ul {margin:1px 0 0 0; margin-top: -4px;}
.menu ul ul li {margin:-1px 0 0 0;padding:0;width:219px;height:auto;}
.menu ul ul ul {margin:-45px 0 0 0;}
.menu ul ul ul li {margin:-1px 0 0 0;padding:0;width:auto;height:auto;}
.menu ul ul ul ul {margin:-60px 0 0 0;}
.menu ul ul ul ul li {margin:-1px 0 0 0;padding:0;width:auto;height:auto;}

/* 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 {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t: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-color:#E6E6E6; }*/
/* style the fourth level background */
/*.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background-color:#E6E6E6;}*/
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;}

/* style the level hovers */
/* first 
.menu a:hover {background:#FFFFFF;background:transparent url(/resources/images/menudivider.gif) center right no-repeat;}
.menu :hover > a {background:#FFFFFF;}
*/
/* second */
.menu ul ul a:hover {background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;color #444444 !important;}

.menu ul ul :hover > a {background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;}
.menu ul ul li:hover {
	border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
	width:227px;
	margin-left:-4px;
	background: -moz-linear-gradient(top, #ff8400 0%, #ff6300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#ff6300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8400 0%,#ff6300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8400 0%,#ff6300 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff8400 0%,#ff6300 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8400', endColorstr='#ff6300',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ff8400 0%,#ff6300 100%); /* W3C */ 
}
/*.menu ul ul li:hover {background: url(/app/templates/default/images/bg-drop-li.png) no-repeat scroll 0 0 transparent;}*/


/* third */
.menu ul ul ul a:hover {background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;}
.menu ul ul ul :hover > a {background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;}
/* fourth */
.menu ul ul ul ul a:hover {background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {position:absolute;height:0;top:26px;left:0;width:174px;z-index:10;visibility:hidden;}
/* position the third level flyout menu */
.menu ul ul ul{left:170px;top:0;width:174px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-170px;}


/* 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;}
/* 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;}


/*#menu {
	background:transparent url(/app/templates/default/images/top-nav-gradient.gif) repeat-x;
	height:23px;
	line-height:16px;
	width: 570px;
	position: absolute;
	left: 0;
	bottom: 0;
	border: none;
}
#menu .start {
	display:block;
	height:27px;
	width:3px;
	float: left;
}
#menu .end {
	display:block;
	height:27px;
	width:4px;
	float: left;
}*/

a.haschild{background: url(/app/templates/default/images/left-nav.gif) repeat-x !important;}
a.haschild :hover{background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;}
:hover > a.haschild{background: url(/app/templates/default/images/left-nav-rollover.gif) repeat-x;}

