/* Default Style (Opera inspired) */

div#domMenu_main {
	/*border: 1px solid black;*/
}

div.domMenu_menuBar {
	background: url(/images/menu/menu_bg.gif) repeat-x;
	padding-left: 20px;
	/*border: solid red;
	border-width: 1px;*/
}
div.domMenu_menuElement {
	margin-left: 8px;
	/*font-family: Arial, sans-serif;
	font-size: 12px;
	border: solid yellow;
	border-width: 0 1px 1px 0;
	background: url(gradient.png) repeat-x;
	color: #0F0F0F;
	text-align: center;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;*/
}
div.domMenu_menuElementHover {
	/*background: url(gradient_hover.png) repeat-x;*/
}
div.domMenu_subMenuBar {
	background-color: #FCED97;
	opacity: .9;
	filter: alpha(opacity=90);
}
div.domMenu_subMenuElement {
	font-family: Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #174879;
	padding: 4px 19px;
}
div.domMenu_subMenuElementHover {
	background-color: #4678AB;
	color: #ffffff;
}
