/* simple_tabs_blue */

.dmxNavigationMenu.simple_tabs_blue {
	background-color: #C6D9FF;
	padding: 5px 5px 0 5px;
	border: 1px solid #ccc;
}

.dmxNavigationMenu.simple_tabs_blue h3 {
    float: left;
    margin: 5px;
}

.dmxNavigationMenu.simple_tabs_blue ul.horizontal li.main {
	background-color: #E3E071;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	margin-left: 1px;
	padding: 2px 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCC33;
	border-right-color: #CCCC33;
	border-bottom-color: #CCCC33;
	border-left-color: #CCCC33;
}

.dmxNavigationMenu.simple_tabs_blue li.main.active {
	background-color: #def !important;
}

.dmxNavigationMenu.simple_tabs_blue li {
	display: block;
	position: relative;
	white-space: nowrap;
}

.dmxNavigationMenu.simple_tabs_blue li.separator {
	background-color: #FFFFFF;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 1px;
	margin: 3px 5px;
	font-size: 0;
	line-height: 0;
	text-indent: -10000px;
}

.dmxNavigationMenu.simple_tabs_blue ul.mega,
.dmxNavigationMenu.simple_tabs_blue ul.sub {
	background-color: #fafafa;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #0000FF;
}

.dmxNavigationMenu.simple_tabs_blue li a {
	color: #FF0000;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}

.dmxNavigationMenu.simple_tabs_blue li a.selected {
	background: none;
	color: #333;
}

.dmxNavigationMenu.simple_tabs_blue li a:hover,
.dmxNavigationMenu.simple_tabs_blue li a.hover {
	background-color: #def;
	color: #333;
	font-weight: bold;
}

.dmxNavigationMenu.simple_tabs_blue li.main > a:hover,
.dmxNavigationMenu.simple_tabs_blue li.main > a.hover {
	background: none;
	color: #0000FF;
}