#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	border-bottom: 1px solid #fff;
}

#menu {
	background: url('images/menu_tile.png');
	background-repeat: repeat-x;
	height: 51px;
	margin-bottom: 20px;
	margin-left: 7px;
	margin-right: 7px;
}

#menu_content {
	padding-top: 12px;
	color: #fff;
	font-size: 13px;
	margin-left: 40px;
	margin-right: 40px;
}

.menu_option {
	margin-right: 4px;
}

#menu_table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}

#menu_table td {
	width: 50%;
	padding: 0px;
}

#menu_table li, #menu_table ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu_table li {	
	list-style-type: none;
	margin-right: 5px;
}

#menu_login {
	text-align: right;
}

/* wordpress specific */


.pagenav {
}

.page_item {
}

.current_page_item {
}

.current_page_parent {
}
 