﻿/*  // ---------------------
    // -- DROP DOWN MENU
    //---------------------- */
.chromestyle{
	font-weight: bold;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.chromestyle ul{
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	text-decoration: none;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-top: 5px;
}
.chromestyle .orders{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -1132px; 
	width: 25px; 
	height: 25px; 
}
.chromestyle .orders:hover{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -1207px; 
	width: 25px; 
	height: 25px;
}
.chromestyle .projects{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -1357px; 
	width: 25px; 
	height: 25px;
}
.chromestyle .projects:hover{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -1432px; 
	width: 25px; 
	height: 25px;
}
.chromestyle .companies{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -613px; 
	width: 18px; 
	height: 22px; 
}
.chromestyle .companies:hover{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -685px; 
	width: 18px; 
	height: 22px;
}
.chromestyle .people{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -1807px; 
	width: 25px; 
	height: 25px;
}
.chromestyle .people:hover{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -1882px; 
	width: 25px; 
	height: 25px;
}
.chromestyle .reports{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -1582px; 
	width: 25px; 
	height: 25px;
}
.chromestyle .reports:hover{
	background: url(../Images/powerflex_images.png) no-repeat top left;
	background-position: 0 -1657px; 
	width: 25px; 
	height: 25px;
}
.chromestyle .admin{
	background: url(../Images/menu_icons.png) no-repeat top left;
	background-position: 0px -250px;
	width: 25px; 
	height: 25px;
}
.chromestyle .admin:hover{
	background: url(../Images/menu_icons.png) no-repeat top left;
	background-position: 0px -275px; 
	width: 25px; 
	height: 25px;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	visibility: hidden;
	width: 80px;
	text-align: left;
	border: solid 1px #CCCCCC;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-color: #EEEEEE;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CCCCCC;
}
div.main_menu {
	float: right;
	/*margin:10px;*/
}
div.top_menu {
	display: inline;
	text-align: right;
}
div.top_menu ul{
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.top_menu li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 15px;
	padding-right: 15px;
}
div.top_menu li.first {
	border-left-style: none;
}