/* demo page styles */

table_even tr:nth-child(odd) td {
    background-color: #fbfbfb
} /*odd*/
table_even tr:nth-child(even) td {
    background-color: #e8ecee
} /* even*/
table_even tr:hover td {
    background-color: #fffbae;
} 


.title-text2 {
   width: 100%; 
   text-align: left; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 24px 5px 0px 0px; 
} 

.title-text2 span { 
    background:#fff; 
	font-size:13px;
	font-weight:normal;
}








.example {
    position:relative;
    background:url("../images/background.jpg") no-repeat scroll center center #fff;
    width:640px;
    height:586px;
    border:1px #000 solid;
    margin:20px auto;
    padding:5px 0;
    border-radius:3px;
}

/* main menu styles */

/* tabs section */
#tabs-container {
    clear:both;
    font-size:11px;
    height:26px;
    margin:0 auto;
    padding:0
}
.tabs li {
    float:left;
    list-style:none;
    position:relative
}
.tabs li a:first-child {
    margin-left:10px
}
.tabs li a {
    background:#f3f3f3;
    border:none;
    border-left:1px solid #d5d5d5;
    border-right:1px solid #d5d5d5;
    border-top:1px solid #d5d5d5;
    color:#333;
    display:block;
    margin:0 2px 0 0;
    padding:6px 10px 4px
}
.tabs li.active a {
    -webkit-border-radius:4px 4px 0 0;
    background:#fff;
    border-bottom:1px solid #fff;
    border-left:1px solid #d5d5d5;
    border-radius:4px 4px 0 0;
    border-right:1px solid #d5d5d5;
    border-top:1px solid #d5d5d5;
    color:#222;
    display:block;
    padding:6px 10px 4px
}
.tabs li.child a {
    -webkit-border-radius:0 4px 0 0;
    background:#f3f3f3;
    border-radius:0 4px 0 0;
    color:#333;
    display:block;
    margin:0;
    padding:6px 10px 4px
}
.tabs li a:hover {
    background:#fafafa;
    border-bottom:1px solid #d5d5d5;
    color:#fff;
    text-decoration:none
}

/* Targeting the first level menu */
.tabs {
    display:block;
    margin:0;
    padding:1px 0 2px;
    position:absolute;
    z-index:100
}
.tabs > li > a:hover {
    background:#ececec;
    color:#222
}
.tabs > li.active > a:hover {
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    background:#fff;
    border-bottom:1px solid #fff;
    border-radius:3px 3px 0 0;
    color:#222
}

/*Middle Drop-Down Navigation*/
#nav-container {
    clear:both;
    font-size:12px;
    height:41px;
    margin:0 auto;
    padding:0;
	background:url(../images/menu-bg.png);
	font-family:Arial, Helvetica, sans-serif;

	
	}

/* Targeting both first and second level menus */
.nav li {
    list-style:none;
    position:relative;
	display:inline-block;
	/*padding-top:8px;*/
	background:url(../images/menu-divater.png) no-repeat right scroll ;
	}

.nav li a {
    border:none;
    color: #FFF;
    display:block;
    margin:0 6px 0 0;
    padding:8px 16px 5px 16px;
	height:20px;
}

/* Targeting the first level menu */
.nav {
	display:block;
	padding:5px 0 2px;
	position:absolute;
	z-index:10000;
	background:url(../images/menu-bg.png) repeat-x top scroll;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:25px;
	
	}
.nav > li > a:hover {
    background:#507aa5 url(images/arrow_hover.png)  no-repeat right;
    color:#fff;
    padding:5px 16px 5px 16px
}

/* Targeting the second level menu */
.nav li ul {
    background:#507aa5;
    color:#222;
    display:none;
    margin:0;
    padding:2px 0;
    position:absolute;
    width:180px
}
.nav li ul li {
    width:100%;
	border-bottom:1px solid #CCC;
	font-weight:normal;
	text-transform:none;
}
.nav li ul li a {
    background:#507aa5;
    border:none;
    color:#fff;
    line-height:25px;
    margin:0;
    padding:2px 0 5px 8px
}
.nav li ul li a:hover {
    background:#466A90
}
.nav li ul li.strong-archive a {
    border-top:1px solid #466A90;
    font-weight:600
}

/* A class of current will be added via jQuery */
.nav li.current > a {
    background:#507aa5 url(images/arrow_hover.png) no-repeat right;
    color:#fff
}

/* CSS fallback */
.nav li:hover > ul.child {
    display:block
}
