@charset "utf-8";

#menu_top
{
    position:absolute;
	height: 117px;
	padding: 0px;
	right: 0px;
	top: 0px;
}

#upperRight
{
	height: 80px;
	background-size:80px 80px;
	background-repeat:no-repeat;
	background-position:right;
	margin-top:10px;
	margin-bottom:10px;
}

#upperRight select
{
	margin: 40px 100px 0 0;
}

#lowerRight
{
	height: 25px;
	text-align:right;
}
	
#menu_top a,
#menu_top select,
#menu_top span
	{
	font-size: 1em;
	color: #c7e2f4;
	padding: 2px 2px 2px 2px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	}

#menu_top a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	}

#menu_top select
	{
	background: #3b7eb1;
	border: 1px solid #FFF;
	width: 100%;
	}

#menu_top option
	{
	padding: 0 10px 0 0;
	}

#menu_top span
	{
	color: #326a95;
	text-shadow: 1px 0px 1px #4e8ebc;
	padding: 4px 2px 4px 2px;
	cursor: default;
	}


#menu_left
	{
	margin: 0 0 19px 1px;
	float: left;
	clear: right;
	width: 159px;
	height: auto;
	}
	
#menu_left ul
	{
	float: left;
	width: 100%;
	}

#menu_left ul li
	{
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	}

	#menu_left ul li.current {
	filter:	hue-rotate(-220deg) brightness(0.95);
	}


#menu_left ul li .indicator
	{
	position: absolute;
	display: none;
	width: 7px;
	height: 55px;
	top: 0;
	left: -7px;
	background: transparent top left no-repeat url(../Images/menu/active-indicator.png);
	}

#menu_left ul li.current .indicator
	{
	display: block;
	}


#menu_left ul li a
	{
	display: block;
	width: 100%;
	line-height: 47px;
	background-position: left top;
	text-indent: 46px;
	font-size: 1.6em;
	color: #b6b6b6;
	outline: none;
	}

#menu_left ul li > a:hover
	{
	color: #666666;
	text-decoration: none;
	}

#menu_left ul li.current > a
	{
	background-position: left bottom;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration: none;
	cursor: default;
	}

#dashboard_link
	{
	background: transparent no-repeat url(../Images/menu/dashboard.png);
	}

#routers_link
	{
	background: transparent no-repeat url(../Images/menu/routers.png);
	}


#users_link
	{
	background: transparent no-repeat url(../Images/menu/users.png);
	}


#workflows_link
	{
	background: transparent no-repeat url(../Images/menu/workflows.png);
	}


#reports_link
	{
	background: transparent no-repeat url(../Images/menu/reports.png);
	}

#system_link
	{
	background: transparent no-repeat url(../Images/menu/system.png);
	}

#clients_link
	{
	background: transparent no-repeat url(../Images/menu/clients.png);
	}





#menu_left ul ul
	{
	display: none;
	background: transparent top right repeat-y url(../Images/menu/subnav.png);
	padding: 1em 0 1em 0;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #ffffff;
	}

#menu_left li.current ul
	{
	display: block;
	}

#menu_left ul ul li
	{
	}

#menu_left ul ul li a
	{
	line-height: 1em;
	border: none;
	text-indent: 2em;
	font-size: 1.1em;
	color: #828282;
	padding: 6px 0 6px 0;
	text-shadow: none;
	margin-bottom: 1px;
	}

#menu_left ul ul li a:hover
	{
	background: transparent top right repeat-y url(../Images/menu/subnav-item.png);
	line-height: 1em;
	padding: 5px 0 5px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	}

#menu_left ul ul li.current > a
	{
	background: transparent top right repeat-y url(../Images/menu/subnav-item.png);
	line-height: 1em;
	padding: 5px 0 5px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	}


