/**
 * Top menu
 */
#nav {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10000;
}

#nav .menu_item {
	padding-top: 5px;
	margin: 0;
	height: 25px;
	position: relative;
	float: left;
}

#nav .menu_item .menu_item {
	width: 200px;
	height: 25px;
	background: #1A61AF;
	border-bottom: solid 1px #84ADDB;
	border-top: solid 1px #84ADDB;
	margin-top: -1px;
}

#nav .menu_item .sub_menu {
	position: absolute;
	display: none;
	top: 25px;
	left: 0px;
	width: 200px;
}

#nav .menu_item .sub_menu .menu_item .sub_menu .menu_item{
	position: relative;
	float: left;
	width: 200px;
	height: 25px;
	background: #84ADDB;
	border-bottom: solid 1px #1A61AF;
	border-top: solid 1px #1A61AF;
	top: -25px;
	left: 200px;
	margin-top: -1px;
}


/**
 * Left menu
 */
#top_menu_login {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0;
	vertical-align: middle;
	line-height: 2em;
}

#top_menu_login a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2em;
}

#top_menu_login input {
	color: #000000;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	height: 17px;
	width: 115px;
	font-size: 10px;
}

#top_menu_login .top_menu_content {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 8px;
	display: block;
	text-align: left;
}

#top_menu_login .menu_image {
	position: absolute;
	right: 5px;
	top: 8px;
}



/**
 * Bottom menu
 */
#bottom_menu {
	/*position: absolute;*/
	height: 17px;
        text-align: right;
        padding-top: 120px;
	/*bottom: 0;
	right: 0;*/
}


#bottom_menu a {
	color: #000;
	text-decoration: none;
}

#bottom_menu a:visited {
	color: #000;
	text-decoration: none;
}

#bottom_menu a:hover {
	color: #000;
	text-decoration: underline;
}
