
.login
{
	/*position:absolute;*/
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
	height: 53px;
	float: right;
	display: inline;

}

/* --- Start Menu Styles --- */

#nav {
	clear: both;
	width: 100%;
	height: 36px;
	float: left;
	background-image: url(images/bg_menu_gray2.gif);
	background-color: #FFF;
	margin: 0 0 0 0;
	z-index: 1;
}
.menu {
	font-family: "Trebuchet MS", Arial, san-serif;
	width:100%;
	height:36px;
	position:relative;
	font-size:11px;
	margin: 0;
    z-index: 1;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:81px; 
	height:36px; 
	text-align:center;
	border-bottom: 0;
	line-height:36px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;
}
/* first and last tabs */
.menu .one {
	padding-left: 1px;
	margin-right: -1px;
}
.menu .three {
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* button hover properties */
.menu ul li:hover a {
	color:#333;
	background: url(images/2b3.png);
}
.menu ul li:hover ul {display:block; position:absolute; top:36px; left:0; width:152px; margin: 0; padding: 0;}
.menu ul li:hover ul li a.two {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.two {
	/*background:#6fc;*/
	color:#333;
}
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover .one {
	color:#333;
	background: url(images/1b3.png);
}
.menu ul li:hover .three {
	color:#333;
	background: url(images/2b3.png);
}

/* dropdown properties */
.menu ul li:hover ul li a {
	background-image: none;
	display:block;
	height: 28px;
	line-height: 26px;
	color:#333;
	width:142px;
	text-align:left;
	margin: 0;
	padding:0 0 0 11px;
	font-weight:normal;
}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image: url(images/ddbg2.png);
	background-repeat:no-repeat;
	background-position:bottom left; 
}
.menu ul li:hover ul .hlight {
	background-image: url(images/hlight2.png);
	margin-right: 1px;
}

/* dropdown selected properties */
.menu ul li:hover ul li a:hover {color:#fff; background-image: url(images/hlight.png);}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
/* --- End Menu Styles --- */