/* Rapport Header CSS */

#clientlogin {
	font-size: 0.8em;
	z-index: 900;
	position: absolute;
	top:18px;
	padding-right:0px;
}

#headlogo {
	height: 130px;
	/*background-image: url("_img/logo.jpg");*/
	background-position: 20px 0;
	background-repeat: no-repeat;
}

/* Menu */
.menu {
	position: absolute;
	margin: 0px;
	z-index: 500;
	top: 99px;
}

.menu a {
	display: block;
	height: 27px;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	text-align: center;
}

a.home {
	background-image: url("_img/_menu/home.gif");
	background-repeat: no-repeat;
	width: 58px;
	margin-right: 3px;
}

li.dropdown /* Products */ {
	background-image: url("_img/_menu/products.gif");
	background-repeat: no-repeat;
	width: 147px;
	margin-right: 2px;
}

li.hover{
	background-position: 0px -47px;
	text-decoration: none;
	border: 0px;
	z-index: 500;
}

a.quick {
	background-image: url("_img/_menu/quick.gif");
	background-repeat: no-repeat;
	width: 93px;
	margin-right: 2px;
}

a.telephony {
	background-image: url("_img/_menu/telephony.gif");
	background-repeat: no-repeat;
	width: 151px;
	margin-right: 2px;
	padding: 10px 0px 10px 0px
}

a.clients {
	background-image: url("_img/_menu/clients.gif");
	background-image: no-repeat;
	width: 64px;
	margin-right: 0px;
}

a.careers {
	background-image: url("_img/_menu/careers.gif");
	background-repeat: no-repeat;
	width: 72px;
	margin-right: 0px;
}

a.contact {
	background-image: url("_img/_menu/contact.gif");
	background-repeat: no-repeat;
	width: 91px;
}

a.home:hover, li.dropdown:hover, li.dropdown.sfhover, a.quick:hover, a.products, a.telephony:hover, a.clients:hover, a.careers:hover, a.contact:hover {
	background-position: 0px -47px !important;
	text-decoration: none !important;
	border: 0px;
	z-index: 500;
}

#menu #selected {
	background-position: 0px -94px;
}

#menu #selected:hover {
	text-decoration: none;
	background-position: bottom !important;
}

li.dropdown a {
	text-align: left;
}

#menu a.products {
	text-align: center;
}

#menu li {
	float: left;
	color: #1B3D66;
	font-size: 0.9em;
	position: relative;
}

#menu li ul {
	position: absolute;
	display: none;
	float: left;
	z-index: 500;
	background-color: #FFFFFF;
	margin-top: -16px;
	width: 180px;
	padding: 0px 10px 10px 10px;
	border-bottom:1px solid #DAE0E6;
	border-left:1px solid #DAE0E6;
	border-right:1px solid #DAE0E6;
}

#menu li ul li {
	width: 100%;
}

#menu li ul a, #menu li ul a.section {
	height: auto;
	width: auto;
	padding: 8px 0px;
	font-size: 0.9em;
}

#menu li ul a {
	border-bottom: 1px solid #BFC6CC;
}

#menu li ul a.bottom {
	border: 0px;
	padding-bottom: 0px;
}

#menu li ul a.section {
	border-color: #8F9AA7;
	padding-top: 16px;
}

#menu li:hover ul, #menu li.sfhover ul /* IE Fix */ {
	display: block;
}