/* 
	Author: http://codecanyon.net/user/sike?ref=sike
*/

body{
	font: .8em/1.4em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}
a, a, a img{
	border: none;
	outline: none;
}
a.link, a:active, a:selected {
	border: none;
	outline: none;
	color: #00BFFF;	
}
a.link, a:visited{
	color: #00BFFF;  
}       

#slider1, #slider2, #slider3{
	width: 100%;
	overflow: hidden;
	margin-top: 36px;
}

#slider3 .sliderItem{
	width: 100%;
}
#slider3 .sliderItem img{
	position: relative;
	display: block;
	margin: 0 auto;
}

.sliderContainer{
	width: 100%;
	height: 300px;
	position: relative;
}
.sliderItem{
	margin: 0 auto;
}
.sliderItem img{
	position: relative;
	z-index: 1000;
	/*
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	*/
}
img.center{
	width: 540px;
	height: 270px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.floatleft{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.imgleft{
	position: relative;
	float: left;
	margin-left: 80px;
	margin-right: 14px;
	padding: 0;
}
.textleft{
	position: relative;
	float: left;
	margin-left: 100px;
	margin-right: 14px;
	padding: 0;
}
.floatright{
	position: relative;
	float: right;
}

div.cover{
	width: 540px;
}

.desc{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
	.desc p{
		display: block;
		margin: 0;
		padding: 0;
	}
.desc2{
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
	.desc p{
		margin: 0;
		padding: 0;
	}
	
.monitor1{
	position: absolute;
	left: 80px;
}	
.monitor2{
	position: absolute;
	left: 180px;
}	

.book1{
	margin: 20px 0 0px 180px;
}
.book2{
	margin: 20px 0 0px -80px;
}

.sliderItem p{
	position: relative;
	display: inline-block;
	background: #FFF;
	color: #333;
	z-index: 1100;
	font-size: .9em;	
	padding: 8px;	
}
.pos1{
	font: 1.4em/1.5em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	position: absolute;
}
.pos2{
	position: relative;
	float: left;
	margin: -240px 0 0 120px;	
}
.pos3{
	position: relative;
	margin: -180px 0 0 120px;
	float: left;
}

.sliderMenu { 
	width:100%; 
	text-align: center; 
	position: relative; 
	z-index: 1001; 
	margin:0 auto; 
	margin-top: 12px;	
}


.menuStyle0 li,
.menuStyle0 li a { display:-moz-table-cell; display:inline-block; *display:inline; *zoom:1; }
.menuStyle0 li a { 
	background-color: #d7e5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7e5f5), color-stop(100%, #cbe0f5));
	background-image: -webkit-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -moz-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -ms-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -o-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: linear-gradient(top, #d7e5f5, #cbe0f5);
	border-top: 1px solid #abbbcc;
	border-left: 1px solid #a7b6c7;
	border-bottom: 1px solid #a1afbf;
	border-right: 1px solid #a7b6c7;
	border-left-color: transparent;	
	-webkit-box-shadow: inset 0 1px 0 0 white;
	-moz-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	color: #1a3e66;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding:6px 8px 7px; 
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	min-width: 60px;
}
.menuStyle0 li a:hover { 
	background-color: #ccd9e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
    background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: #163659;
    cursor: pointer;
}


.menuStyle0 li a.first-child { 	
	border-left: 1px solid #a7b6c7;
}

.menuStyle0 li:first-child a {
    -webkit-border-radius:6px 0 0 6px; 
	-moz-border-radius:6px 0 0 6px; 
	border-radius:6px 0 0 6px;
}
.menuStyle0 li:last-child a { 
	-webkit-border-radius:0 6px 6px 0; 
	-moz-border-radius:0 6px 6px 0; 
	border-radius:0 6px 6px 0; 	
}

.menuStyle0 li a.active { 
	background-color: #ccd9e8;
    border: 1px solid #8c98a7;
    -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee; 
}


/* the menu style 1 */
.menuStyle1 li,
.menuStyle1 li a { display:-moz-table-cell; display:inline-block; *display:inline; *zoom:1; }
.menuStyle1 li a { 
	background-color: #759ae9;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759ae9), color-stop(50%, #376fe0), color-stop(50%, #1a5ad9), color-stop(100%, #2463de));
	background-image: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	background-image: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	background-image: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	background-image: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	background-image: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
	/*
	border-top: 1px solid #1f58cc;
	border-right: 1px solid #1b4db3;
	border-bottom: 1px solid #174299;
	border-left: 1px solid #1b4db3;
	*/
	border: 1px solid #1b4db3;	
	border-left-color:transparent; 	
	-webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
	-moz-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
	box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
	color: #fff;
	font: 12px "helvetica neue", helvetica, arial, sans-serif;
	padding:6px 8px 7px; 
	text-shadow: 0 -1px 1px #1a5ad9;
	min-width: 80px; 
	text-decoration: none;
	/*
	padding:6px 16px 7px; 
	min-width:115px; 
	border:1px solid #cfcfcf; 
	border-left-color:transparent; 
	text-decoration:none;
    background-color:#f8f8f8;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f4f4f4));
    background:-moz-linear-gradient(100% 100% 90deg, #f4f4f4, #fefefe);
    -webkit-box-shadow:inset 1px 0 0 #fff; 
	-moz-box-shadow:inset 1px 0 0 #fff; 
	box-shadow:inset 1px 0 0 #fff;
	*/
}
.menuStyle1 li a:hover { 
	/*
	color:#0088cc;
    -webkit-box-shadow:1px 0 0 #fff; 
	-moz-box-shadow:1px 0 0 #fff; 
	box-shadow:1px 0 0 #fff;
    background-color:#fcfcfc;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fafafa));
    background:-moz-linear-gradient(100% 100% 90deg, #fff, #fafafa);
	*/
    background-color: #5d89e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d89e8), color-stop(50%, #2261e0), color-stop(50%, #044bd9), color-stop(100%, #0d53de));
    background-image: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -o-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    cursor: pointer; 
	
}

.menuStyle1 li a.active { 
    background-color: #5d89e8;
	/*
    border-top: 1px solid #1b4db3;
    border-right: 1px solid #174299;
    border-bottom: 1px solid #133780;
    border-left: 1px solid #174299;
	border-left-color: transparent;
	*/
    border-left: 1px solid #174299;	
    -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee; 
}


.menuStyle1 li a.first-child { 	
	border-left: 1px solid #1b4db3; 
}

.menuStyle1 li:first-child a {
    -webkit-border-radius:6px 0 0 6px; 
	-moz-border-radius:6px 0 0 6px; 
	border-radius:6px 0 0 6px;
	/*
    -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;
	*/
}
.menuStyle1 li:last-child a { 
	-webkit-border-radius:0 6px 6px 0; 
	-moz-border-radius:0 6px 6px 0; 
	border-radius:0 6px 6px 0; 
}




/* the menu style 2 */

.menuStyle2 li,
.menuStyle2 li a { display:-moz-table-cell; display:inline-block; *display:inline; *zoom:1; }
.menuStyle2 li a { 
	background-color: #ee432e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
	background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
	border: 1px solid #951100;
	border-left-color: transparent;
	/*
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
	*/
	color: #fff;
	font: 12px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	padding: 8px 4px 10px 4px;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	min-width: 80px;
	text-decoration: none;
}


.menuStyle2 li a:hover { 
    background-color: #f37873;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f37873), color-stop(50%, #db504d), color-stop(50%, #cb0500), color-stop(100%, #a20601));
    background-image: -webkit-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -moz-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -ms-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: -o-linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    background-image: linear-gradient(top, #f37873 0%, #db504d 50%, #cb0500 50%, #a20601 100%);
    cursor: pointer; 
}

.menuStyle2 li a.active { 
    background-color: #d43c28;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d43c28), color-stop(50%, #ad3224), color-stop(50%, #9c1500), color-stop(100%, #700d00));
    background-image: -webkit-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -moz-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -ms-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: -o-linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
    background-image: linear-gradient(top, #d43c28 0%, #ad3224 50%, #9c1500 50%, #700d00 100%);
	/*
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4);
    -moz-box-shadow: inset 0px 0px 6px 3px rgba(255, 115, 100, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4); 
	*/
    -webkit-box-shadow: inset 0 0 6px 3px rgba(255, 115, 100, 0.4), 0 1px 0 0 #333;
    -moz-box-shadow: inset 0 0 6px 3px rgba(255, 115, 100, 0.4), 0 1px 0 0 #333;
    box-shadow: inset 0 0 6px 3px rgba(255, 115, 100, 0.8), 0 1px 0 0 white;
}

.menuStyle2 li a.first-child { 	
	border-left: 1px solid #951100;	
}

.menuStyle2 li:first-child a {
    -webkit-border-radius:6px 0 0 6px; -moz-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px;
}
.menuStyle2 li:last-child a { 
	-webkit-border-radius:0 6px 6px 0; -moz-border-radius:0 6px 6px 0; border-radius:0 6px 6px 0; 
}



/* the menu style 3 */

.menuStyle3 li,
.menuStyle3 li a { display:-moz-table-cell; display:inline-block; *display:inline; *zoom:1; }
.menuStyle3 li a { 
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 7px 6px 8px 6px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 #4c9021;
 	min-width: 70px;
}


.menuStyle3 li a:hover { 
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}

.menuStyle3 li a.active { 
    background-color: #76b347;
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; 
}

.menuStyle3 li a.first-child { 	

}

.menuStyle3 li:first-child a {
    -webkit-border-radius:6px 0 0 6px; -moz-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px;
}
.menuStyle3 li:last-child a { 
	-webkit-border-radius:0 6px 6px 0; -moz-border-radius:0 6px 6px 0; border-radius:0 6px 6px 0; 
}


/* the menu style 4 */

.menuStyle4 li,
.menuStyle4 li a { display:-moz-table-cell; display:inline-block; *display:inline; *zoom:1; }
.menuStyle4 li a { 
	background-color: #52a8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
	background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
	background-image: linear-gradient(top, #52a8e8, #377ad0);
	border-top: 1px solid #4081af;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	/*
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	*/
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 0px 0px 0 #b3b3b3;
	-moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 0px 0px 0 #b3b3b3;
	color: #fff;
	font:12px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	padding: 6px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #3275bc;
	-webkit-background-clip: padding-box; 
	min-width: 80px;
}


.menuStyle4 li a:hover { 
    background-color: #3e9ee5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e9ee5), color-stop(100%, #206bcb));
    background-image: -webkit-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -moz-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -ms-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: -o-linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
    background-image: linear-gradient(top, #3e9ee5 0%, #206bcb 100%);
	/*
    border-top: 1px solid #2a73a6;
    border-right: 1px solid #165899;
    border-bottom: 1px solid #07428f;
    border-left: 1px solid #165899;
	*/
    -webkit-box-shadow: inset 0 1px 0 0 #62b1e9;
    -moz-box-shadow: inset 0 1px 0 0 #62b1e9;
    box-shadow: inset 0 1px 0 0 #62b1e9;
    cursor: pointer;
    text-shadow: 0 -1px 1px #1d62ab;
    -webkit-background-clip: padding-box; 
}

.menuStyle4 li a.active { 
    background: #3282d3;
    border: 1px solid #154c8c;
    border-bottom: 1px solid #0e408e;
    -webkit-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    -moz-box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 white;
    text-shadow: 0 -1px 1px #2361a4;
    -webkit-background-clip: padding-box; 
}

.menuStyle4 li a.first-child { 	
}

.menuStyle4 li:first-child a {
    -webkit-border-radius:6px 0 0 6px; -moz-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px;
}
.menuStyle4 li:last-child a { 
	-webkit-border-radius:0 6px 6px 0; -moz-border-radius:0 6px 6px 0; border-radius:0 6px 6px 0; 
}



/* the menu style 5 */

.menuStyle5 li,
.menuStyle5 li a { display:-moz-table-cell; display:inline-block; *display:inline; *zoom:1; }
.menuStyle5 li a { 
	background: #e3e3e3;
	border: 1px solid #bbb;
	border-left: transparent;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font: 12px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	padding: 8px 8px 9px 8px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	min-width: 70px;
}


.menuStyle5 li a:hover { 
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; 
}

.menuStyle5 li a.active { 
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; 
}

.menuStyle5 li a.first-child { 	
	border: 1px solid #bbb;
}

.menuStyle5 li:first-child a {
    -webkit-border-radius:6px 0 0 6px; -moz-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px;
}
.menuStyle5 li:last-child a { 
	-webkit-border-radius:0 6px 6px 0; -moz-border-radius:0 6px 6px 0; border-radius:0 6px 6px 0; 
}


/* the menu style 6 */

.menuStyle6 li,
.menuStyle6 li a { display:-moz-table-cell; display:inline-block; *display:inline; *zoom:1; }
.menuStyle6 li a { 
	background-color: #9e76e8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e76e8), color-stop(50%, #7038e0), color-stop(50%, #6021de), color-stop(100%, #6224de));
	background-image: -webkit-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
	background-image: -moz-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
	background-image: -ms-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
	background-image: -o-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
	background-image: linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	color: #fff;
	font: 12px "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1;
	padding: 6px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 1px #473569;
	min-width: 70px;
	-webkit-background-clip: padding-box; 
}


.menuStyle6 li a:hover { 
    background-color: #8d69cf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d69cf), color-stop(50%, #6332c7), color-stop(50%, #551dc4), color-stop(100%, #561fc4));
    background-image: -webkit-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -moz-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -ms-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -o-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    -webkit-background-clip: padding-box;
    cursor: pointer; 
}

.menuStyle6 li a.active { 
    background: #4a1aab;
    background: -moz-radial-gradient(50% 31% 0deg, circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)), -moz-linear-gradient(top, #7b5cb5 0%, #572bad 50%, #4a1aab 50%, #4b1bab 100%);
    background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7b5cb5), color-stop(0.5, #572bad), color-stop(0.5, #4a1aab), color-stop(1, #4b1bab));
    color: #ddd;
    -webkit-background-clip: padding-box; 
}

.menuStyle6 li a.first-child { 	

}

.menuStyle6 li:first-child a {
    -webkit-border-radius:6px 0 0 6px; -moz-border-radius:6px 0 0 6px; border-radius:6px 0 0 6px;
}
.menuStyle6 li:last-child a { 
	-webkit-border-radius:0 6px 6px 0; -moz-border-radius:0 6px 6px 0; border-radius:0 6px 6px 0; 
}

