#menu {
	position: relative;
	text-align: left;
	text-transform: lowercase;
	margin-top: 50px;
	margin-right: auto;
	margin-left: 10px;
	width: 530px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	padding: 0;
}

li.submenu {
	font-size: 8pt;
	color: #B8B8B8;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-right: 14px;
	padding-left: 0;
	margin-left: 0;
}

li.submenu a:hover {
	background: #000;
}

ul.submenu {
	font-size: 8pt;
	text-transform: lowercase;
	color: #B8B8B8;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

li.main, li.menu {
	float: left;
	text-transform: lowercase;
	list-style-type: none;
	border: 1px solid #fff;
	width: 100px;
	text-align: center;
}

li ul {
	list-style-type: none;
	display: none;
	position: absolute;
}

li > ul {
	top: auto;
	left: 0;
}

#menu li:hover, #menu li.over {
	background: #000;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
	margin-top: 10px;
	margin-right: 0;
	float: right;
}

a.menu {
	text-decoration: none;
	color: #fff;
}
a.menu:hover {
	text-decoration: none;
	color: #fff;
}
a.mainmenu {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
a.mainmenu:hover {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
a.mainmenuselected {
	text-decoration: none;
	color: #193067;
}
li.menu {
	font-weight: normal;
	margin: 10px 0 auto 0px;
	background: red;
	list-style-type: none;
}
li.main {
	margin-right: 5px;
	list-style-type: none;
}
ul.sub {
	width: 540px;
	position: absolute;
	top: 1px;
	padding: 0;
	left: 0;
}
ul.sub li {
	float: left;
	margin-right: 5px;
}
ul.sub li a {
	display: block;
	width:100px;
}
ul.sub li a:hover {
	background: #000;
}
#nav{
	width: 550px;
	position: absolute;
	top: 1px;
	padding-left: 0;
	margin-left:0;
	left: 0;
}
#menu_link {
	position: absolute;
	top: 14px;
	left: 8px;
	height: 20px;
	width: 125px;
}
#menu_link img {
	border:none;
}

.no-border {
	border:1px solid #FFF;
}