/* Standard Elements */
.menu_category {
	display: block;
	height: 30px;
	background: #000000 url(ButtonShader.png) repeat-x;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #aaaaaa;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 0;
}


.menu_category_active {
	display: block;
	height: 30px;
	background: #958d77 url(ButtonShader.png) repeat-x;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 0;
}

.menu_content {
	display: block;
	background-color: #efefef;
	color: #666666;
	overflow: hidden;
	padding: 0 10px 0 10px;
	font-size: 11px;
	margin: 0 0 0 0;
}
	
a.main_menu:link{
	text-transform:capitalize;
	color:#EEEEEE;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}

a.main_menu:visited {
	text-transform:capitalize;
	color:#EEEEEE;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}

a.main_menu:active {
	text-transform:capitalize;
	color:#EEEEEE;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}

a.main_menu:hover {
        text-transform:capitalize;
        color:#FFFFFF;
        text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
a img {
	border: none;
}
a.main_menu_item:link {
	color: #666666;
	font-size: 11px;
	line-height: 20px;
        text-decoration:none;
	font-weight: normal;
	padding: 0 5px 0 5px;
	border-left: 3px solid #EFEFEF;
}

a.main_menu_item:visited {
	color: #333;
	font-size: 11px;
	line-height: 20px;
        text-decoration:none;
	font-weight: normal;
	padding: 0 5px 0 5px;
	border-left: 3px solid #EFEFEF;
}
a.main_menu_item:active {
	color: #666666;
	font-size: 11px;
	line-height: 20px;
        text-decoration:none;
	font-weight: normal;
	padding: 0 5px 0 5px;
	border-left: 3px solid #EFEFEF;
}
a.main_menu_item:hover {
	color: #666666;
	font-size: 11px;
	line-height: 20px;
        text-decoration:none;
	font-weight: normal;
	padding: 0 5px 0 5px;
	border-left: 3px solid #666666;
}

