.cmsMenu
{
	margin:0px auto;
}
/* Styles for the administration section
==========================================*/
.cmspanel
{
	background-color:#5a76b7;
	padding:5px;
	background:#5a76b7 url(img/green-gradient.png) repeat-x;
	border:1px solid #90B557;
	/*-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;*/
	
}
.cmspanellinks 
{
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	
	color:#fff;
	text-align:center;
}
.cmspanellinks  a
{
	color:#fff;
	text-decoration:none;
}
.cmspanellinks  a:hover
{
	text-decoration:underline;
}
.cmsMenu a
{
	background-image:url(img/green-gradient.png) !important;
	border-color:#fff !important;
    border-bottom-color:#fff !important;
}
.cmsMenu a.shrink
{
	font-size:8pt;
	line-height:20px;
}
* html .cmsMenu a
{
	background-image:none !important;
}

.cmsMenu ul
{
	border-color:#fff !important;
}

/* make top-level menu items shrink to size. Needs IE hack below to prevent filling page*/
.cmsMenu li a.shrink, .cmsMenu li.shrink
{
	width:auto;
}

.cmsMenu li.shrink
{
	padding-right:0px;
}

.cmsMenu li a.shrink
{
	padding-right:10px;
       border-right-style:solid !important;
       border-right-width: 1px;
       margin-left: 3px;
}

/*takes advantage of IE improper width handling to counteract improper width:auto handling */
* html .cmsMenu li a.shrink
{
	width:50px !important;
	white-space:nowrap;
	overflow:visible;
}


/* ================================================================ 
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_drop.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.
=================================================================== */

.cmsMenu 
{
	height:22px; font-size:0.85em; 
	position:relative; z-index:100;
	
	overflow:visible;
	width:570px;
	padding-left:100px;
	margin:0px auto;
}
* html .cmsMenu 
{
	padding-left:60px;
}

/* remove all the bullets, borders and padding from the default list styling */
.cmsMenu ul {padding:0;margin:0;list-style-type:none;}
.cmsMenu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.cmsMenu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.cmsMenu a, .cmsMenu a:visited 
{
	display:block;font-size:11px; font-weight:bold; text-decoration:none; 
	color:#fff; width:138px; height:21px; border:1px solid #000; 
	border-width:1px 0 1px 1px; background:#5874b6; padding-left:10px; 
	line-height:20px;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .cmsMenu a, * html .cmsMenu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.cmsMenu ul ul a.drop, .cmsMenu ul ul a.drop:visited 
{
	background:#5874b6 url(img/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.cmsMenu ul ul a.drop:hover{background:#90B557 url(img/drop.gif) bottom right no-repeat;}
.cmsMenu ul ul :hover > a.drop {background:#90B557 url(img/drop.gif) bottom right no-repeat;}
/* style the third level background */
.cmsMenu ul ul ul a, .cmsMenu ul ul ul a:visited {background:#5874b6;}
/* style the third level hover */
.cmsMenu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.cmsMenu ul ul {visibility:hidden;position:absolute;height:0;
	top:22px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .cmsMenu ul ul {top:21px;t\op:22px;}

/* position the third level flyout menu */
.cmsMenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.cmsMenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.cmsMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.cmsMenu ul ul a, .cmsMenu ul ul a:visited {background:#5874b6; color:#000; 
	height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .cmsMenu ul ul a, * html .cmsMenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.cmsMenu a:hover, .cmsMenu ul ul a:hover{color:#ffffff !important; background:#90B557;}
.cmsMenu :hover > a, .cmsMenu ul ul :hover > a {color:#ffffff !important;background:#90B557;}

/* make the second level visible when hover on first level list OR link */
.cmsMenu ul li:hover ul,
.cmsMenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.cmsMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.cmsMenu ul :hover ul :hover ul{ visibility:visible;}



.cmsMenu ul ul div.plain {background:#d4d8bd; color:#000; height:auto; 
	line-height:1em; padding:5px 10px; border-width:1px 1px 1px 1px;

       background-color;none;
}

.cmsMenu ul ul div.plain a
{
	height:auto;
	width:auto;
	display:block;
	border:none;
margin:11px;
  padding:2px;
}

.timewarpPanel .button
{
	background:#90B557 url(img/green-gradient.png) repeat-x;
	color:#686868;
	border-width:1px;
	border-style:solid;
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	border-color:#B2D282;
    border-bottom-color:#90B557;
    cursor:pointer;
    margin:2px;
}
.timewarpPanel input.text
{
	border:1px solid #B2D282;
	padding:2px;
}
.timewarpPanel .button:hover
{
	color:#fff;
	font-size:8pt;
}
.timewarpPanel
{
	padding:3px;
	
	background:none;
	background-color:Orange;
}
