#nav a {
	font-weight: bold;
	text-align: left;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	padding: 0.3em 7px;
	display: block;
	border: 5px solid #fff;
	border-width: 0 5px;
	font-weight: normal;
}

#nav li li a:hover {
	padding: 0.3em 7px;
	border: 5px solid #ddd;
	border-width: 0 5px;
	background: #eee;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	float: left;
	position: relative;
	width: auto; /* Set the width of sub menu */
	text-align: center;
	cursor: default;
	background-color: white;
/*	border: 1px solid #7d6340;
	border-width: 1px 0;*/
}

li#top_nav {
	background: url(/images/login/bg/nav_back.png) 100% 0%;
	float: left;
	width: 115px;
	border-bottom: #a9a9a9 1px solid;
	padding-right: 0px;
	display: block;
	padding-left: 1px;
	padding-right: 1px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 14px;
	padding-top: 24px;
	text-decoration: none
}

li#top_nav_last {
	background: url(/images/login/bg/nav_back_end.png) 100% 0%;
	float: left;
	width: 96px;
	border-bottom: #a9a9a9 1px solid;
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 14px;
	color: #545454;
	padding-top: 24px;
	text-decoration: none
}

li.over#top_nav, li:hover#top_nav {
	background: url(/images/login/bg/nav_back_sel.png) 100% 0%;
}

li.over#top_nav_last, li:hover#top_nav_last {
	background: url(/images/login/bg/nav_back_end_sel.png) 100% 0%;
}

li.selected_tab#top_nav {
	background: url(/images/login/bg/nav_back_sel.png) 100% 0%;
}

li#top_nav a{
	color: #545454;
	text-decoration: none;
}

li#top_nav a:hover{
	/*color: #00AFB4;*/
	text-decoration: underline;
}

li#top_nav_last a{
	color: #545454;
	text-decoration: none;
}

li#top_nav_last a:hover{
	color: #00AFB4;
	text-decoration: underline;
}

li ul {
	width: 15em; /* Set submenu width */
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #fff;
	padding: 0.5em 0 0.5em 0;
	border-color: #b9b9b9;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li>ul {
	/* top: 52;    Set the height of main menu so not sub menu goes over them */
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
