body, html {
	margin:0px;
	padding:0px;
	text-align:center;
	width:100%;
	background-color:#000;
	color:#000;
}

html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
}

* {
	margin:0;
	padding:0;
}

hr {
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
	border: 0;
	color: #5A648C;
	background-color: #5A648C;
	height: 1px;
}

.clear {
	clear: both ;
	overflow: hidden ;
}

.break {
	clear: both ;
	overflow: hidden ;
	height: 1px ;
}

.scrolling {
    position: fixed !important;
    top: 0 !important;
	width:965px !important;
	margin-left:-25px !important;
	padding-right:25px !important;
	border-bottom:solid 1px #c8cacd !important;
}

.scrollingMenu {
    position: fixed !important;
    top: 0 !important;
	width:906px !important;
	margin-left:-66px !important;
	padding-right:84px !important;
	border-bottom:solid 1px #c8cacd !important;
}

.countGreen {
	width:80px;
	padding: 4px 10px;
	color:#468847;
	background-color:#dff0d8;
	border:solid 1px #d6e9c6;
	text-align:center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.countRed {
	width:80px;
	padding: 4px 10px;
	color:#f00;
	background-color:#f2dede;
	border:solid 1px #eed3d7;
	text-align:center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.greyText {
	color:#999;
}

.orangeText {
	color:#FF6400;
}

.blueText {
	color:#0088CC;
}

#sortable {
    list-style-type: none;
    margin: 0 0 0 180px;
    padding: 0;
    width: 60%;
}
#sortable li {
    font-size: 1em;
    height: 18px;
    margin: 0 3px 3px;
    padding: 0.4em 0.4em 0.4em 1.5em;
}
#sortable li span {
    margin-left: -1.3em;
    position: absolute;
}

#sortable li.ui-state-default {
    background: linear-gradient(#f8f9fa, #f0f2f6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff inset;
    color: #000;
    font-size: 11px;
    line-height: 22px;
    padding: 7px 10px;
	cursor: move;
}

#wrap {
}

/* ~~~~~~ header ~~~~~~ */

#header {
	width:100%;
	height:60px;
	/*background: #000 url(../images/header.png) center top repeat-x;*/
	background-color:#2a323a;
	text-align:left;
}

#header .inner {
	position:relative;
	width:990px;
	height:60px;
	margin: 0 auto;
}

#header .inner .logo {
	position:absolute;
	width:150px;
	height:50px;
	top: 10px;
	left: 10px;
}

#header .inner .logo h1 {
	margin:6px 0;
    font-family: "Source Sans Pro",Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 300;
}

#header .inner .logo h1 a {
	color:#fff;
	text-decoration:none;
}

#header .inner .whatsnew {
	position:absolute;
	width:100px;
	height:20px;
	top: 17px;
	left: 160px;
}

#header .inner .whatsnew a {
    color: #0088CC;
    text-decoration: none;
}
#header .inner .whatsnew a:hover {
    color: #FF6400;
    text-decoration: none;
}

#header .inner .servicemenu {
	position:absolute;
	width:500px;
	height:30px;
	top: 25px;
	right: 10px;
	text-align:right;
	color:#fff;
}

#header .inner .servicemenu a {
	color:#fff;
}

.servicemenu .select-style {
	float:right;
	width:200px;
	height:24px;

	overflow: hidden;

	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);

	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-style: solid;
	border-width: 1px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}

.servicemenu .select-style:hover {
  color: #333333;
  text-decoration: none;
  background-image:none;
  background-color:#f0f0f0;
}


.servicemenu .select-style-arrow {
	width:200px;
	height:24px;

	background-image:url(../images/icons/button-select.png);
	background-repeat:no-repeat;
	background-position: 180px 5px ;
	background-size:12px 12px;
}

.servicemenu .select-style select {
	width:220px;
	height:24px;
	margin:0;
	padding:4px;
	border:none;
	font-size:12px;
	line-height:16px !important;
	background: transparent;
	-webkit-appearance: none;

}

.servicemenu .select-style select {

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ~~~~~~ menu ~~~~~~ */


#main_menu {
	width:100%;
	height:40px;
	/*background: #000 url(../images/menu_gradient.png) repeat-x;*/
	background-color:#0a141e;
	text-align:left;
}

#main_menu .inner {
	width:990px;
	height:40px;
	margin: 0 auto;
}

#main_menu ul {
	width: 990px ;
	height: 40px ;
	margin:0;
	list-style: none ;
	/*background: url(../images/menu_seperator.png) top left no-repeat;*/
}

#main_menu ul li {
	float: left ;
	display: block ;
	height: 40px ;
	/*background: url(../images/menu_seperator.png) top right no-repeat;*/
}

#main_menu ul li.firstchild {
}

#main_menu ul li.lastchild {
}

#main_menu a, #main_menu span {
	display: block ;
	float: left ;
	height: 26px ;
	padding: 14px 18px 0 48px ;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px ;
	color: #afafaf ;
	text-decoration: none ;
	text-shadow: 0px -2px 0px rgba(0, 0, 0, 1);

	background-image:none;
	background-repeat:no-repeat;
	background-position: 10px 4px;
}


/* ~~~~~~ main ~~~~~~ */

#container {
	width:100%;
	/*background: #4b4c50 url(../images/texture.png) center top repeat;*/
	background-color:#6e7887;
}

#container .inner {

	width:960px;
	padding:15px 15px 10px 15px;

	/*width:990px;*/
	margin: 0 auto;
	background-color:#fff;
	text-align:left;
	/*
	background-color:#f5f6f7;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 1);
	*/

}
/* ~~~~~~ submenu ~~~~~~ */

.submenu ul {
	width: 900px ;
	height: 27px ;
	margin:0 0 0 25px;
	list-style: none ;
}

.submenu ul li {
	float: left ;
	display: block ;
	height: 27px ;
}

.submenu a, .submenu span {
	display: block ;
	float: left ;
	height: 17px ;
	margin-left:-1px;
	padding: 8px 15px 0 15px ;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px ;
	line-height:12px;
	color: #666 ;
	text-decoration: none ;

	background: #e2e4e8 url(../images/tab-gradient.png) repeat-x;

	border:solid 1px #c8cacd;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.submenu span {
	color: #b4b4b4;
}

.submenu a.active, .submenu span.active {
	height:18px;
	margin-top:-1px;
	padding-top: 9px;
	color: #FF6400;
	border-bottom:none;
	background-color:#fff;
	background-image:none;
	/*background: #fff url(../images/tab-gradient-active.png) repeat-x;*/
}

.submenu a:hover {
	color: #000;
}

.submenu a.active:hover {
	color: #FF6400;
}

/* ~~~~~~ content ~~~~~~ */

.content {
	width:940px;
	min-height:490px;
	padding:10px;
	background-color:#fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
}

.content span.path_small {
	color:#999;
}
.contentLogin {
	width:940px;
	min-height:490px;
	padding:10px;
}

.content h1, .contentLogin h1 {
	margin:15px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#778aa8;

}

#menuSaveButton {
	width:840px;
	height:40px;
	padding:0px;
	margin:5px 0 20px 0;
}
#menuSaveButton-inner {
	width:840px;
	height:40px;
	padding:10px 0 0 0;
	background-color:#fff;
	z-index:9999;
	text-align:right;
}

#moduleHeader {
	width:940px;
	height:40px;
	padding:0px;
	margin-top:5px;
}
#moduleHeader-inner {
	width:940px;
	height:40px;
	padding:0px;
	background-color:#fff;
	z-index:9999;
}

#moduleHeader .moduleNavLeftRecords {
	position:relative;
	float:left;
	width:250px;
	height:30px;
	padding:10px 0 0 10px;
	color:#005580;
}
#moduleHeader .moduleNavLeftSearch {
	position:relative;
	float:left;
	width:420px;
	height:40px;
	color:#4b4b4b;
}

#moduleHeader .moduleNavLeft {
	position:relative;
	float:left;
	width:450px;
	height:40px;
	padding-left:170px;
	color:#4b4b4b;
}

#moduleHeader .moduleNavLeft .successMessage {
	position:absolute;
	width:400px;
	padding: 7px 20px;
	color:#468847;
	background-color:#dff0d8;
	border:solid 1px #d6e9c6;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#moduleHeader .moduleNavLeft .errorMessage {
	position:absolute;
	width:400px;
	padding: 7px 20px;
	color:#f00;
	background-color:#f2dede;
	border:solid 1px #eed3d7;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#moduleHeader .moduleNavRight {
	float:right;
	width:250px;
	height:40px;
}



/* ~~~~~~ list ~~~~~~ */

.content td {
	padding-left:5px;
	padding-right:4px;
	font-size:12px;
}

.content span.plussign {
	display:block;
	float:left;
	width:20px;
	height:20px;
	background-image:url(../images/icons/button-plus.png);
	background-repeat: no-repeat;
	background-size:16px 16px;
	background-position: 0 2px;
}

.content span.locked {
	display:block;
	float:left;
	width:20px;
	height:20px;
	background-image:url(../images/icons/button-lock.png);
	background-repeat: no-repeat;
	background-size:16px 16px;
	background-position: 0 2px;
}

.content td.bluesteel {
	border:solid 1px #dcdee4;
	height:30px;
	/*background:url(../images/steelblue2.png) repeat-x;*/
	background-color:#ecf0f4;
}

.togglecolorList1 {
	background-color:#fff;
}

.togglecolorList2 {
	background-color:#fafbfc;
}

.togglecolorAction1 {
	background-color:#fff;
	color:#ff6b00;
}

.togglecolorAction1 a {
	background-color:#fff;
}

.togglecolorAction2 {
	background-color:#fafbfc;
}

.togglecolorAction2 a {
	background-color:#fafbfc;
}

.total {
	background-color:#5A648C;
	color:#FFFFFF;
}

.menuEditorList1 {
	background-color:#fff;
}

.menuEditorList2 {
	background-color:#FFF0DC;
}

td.menuEditorList1 {
	font-size:15px;
}

table {
	border-collapse:collapse;
}

.content table.pageNavigation {
	background:transparent;
}

.content table.pageNavigation td {
	font-size:11px;
	padding:0;
}

.content table.pageNavigation td a {
	font-size:11px;
	text-decoration:underline;
	color:#000;
}

.content table.pageNavigation td a:hover {
	color:#005580;
}

.content table.pageNavigation td.pageNavActive {
	color:#005580;
	background-image:url(../images/nav_active.png) ;
	background-size:24px 16px;
	background-position: 3px 0;
	background-repeat:no-repeat;
}

tr.togglecolorList1 td {
	border:solid 1px #dcdee4;
	height:30px;
}

tr.togglecolorList2 td {
	border:solid 1px #dcdee4;
	height:30px;
}

.content td.bluesteel form {
	margin:0;
}

.content .select-style {
	width:50px;
	height:24px;

	overflow: hidden;

	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);

	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-style: solid;
	border-width: 1px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}

.content .select-style:hover {
  color: #333333;
  text-decoration: none;
  background-image:none;
  background-color:#f0f0f0;
}


.content .select-style-arrow {
	width:50px;
	height:24px;

	background-image:url(../images/icons/button-select.png);
	background-repeat:no-repeat;
	background-position: 30px 5px ;
	background-size:12px 12px;
}

.content .select-style select {
	width:70px;
	height:24px;
	margin:0;
	padding:4px;
	border:none;
	font-size:12px;
	line-height:16px !important;
	background: transparent;
	-webkit-appearance: none;

}

.content .select-style select {

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* ~~~~~~ edit/create form ~~~~~~ */

.content .editObjectForm td {
	padding-left:0px;
	padding-right:0px;
	font-size:11px;
}

.content .editObjectForm table.catList {
	border-top:solid 1px #C8CDDC;
}

.content .editObjectForm table.catList td {
	height:30px;
	padding:5px;
	border-bottom:solid 1px #C8CDDC;
	font-size:12px;
}


.content .statusBox {
	float:right;
	width:200px;
	margin-right:20px;
	padding:5px 10px 10px 10px;

	border:solid 1px #c8cddc;
	color:#666;
	font-size:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.content .statusBox label {
	float:left;
	margin:0 10px;
}

.content .statusBox3 {
	float:right;
	width:300px;
	margin-right:20px;
	padding:5px 10px 10px 10px;

	border:solid 1px #c8cddc;
	color:#666;
	font-size:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.content .statusBox3 label {
	float:left;
	margin:0 10px;
}

.content .booleanBox label {
	float:left;
	margin:0 10px;
}

.content .formBox {
	width:940px;
	margin-bottom:15px;
}
.content .formBoxHeader {
	width:900px;
	height:17px;
	padding: 8px 19px 0 19px ;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px ;
	color: #666 ;
	text-decoration: none ;

	background: #e2e4e8 url(../images/formheader-gradient.png) repeat-x;

	border:solid 1px #c8cacd;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

.content .formBoxContent {
	width:900px;
	padding: 20px 19px;
	border-right:solid 1px #c8cacd;
	border-bottom:solid 1px #c8cacd;
	border-left:solid 1px #c8cacd;

	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;

}

.content .editObjectForm .formRow {
	width:850px;
	min-height:30px;
	margin-bottom:10px;
}

.content .editObjectForm .formLabel {
	float:left;
	width:140px;
	min-height:24px;
	padding-top:6px;
}

.content .editObjectForm .formField {
	float:right;
	width:700px;
}

.content .editObjectForm .formRowText {
	width:850px;
	height:30px;
	margin-bottom:10px;
}

.content .editObjectForm .formLabelText {
	float:left;
	width:140px;
	height:20px;
	padding-top:5px;
}
.content .editObjectForm .formFieldText {
	float:right;
	width:700px;
	height:20px;
	padding-top:5px;
}

.content .editObjectForm .formFieldBlank {
	float:right;
	width:700px;
}

.content .editObjectForm .formFieldDate {
	float:left;
	width:320px;
	margin-left:10px;
}

.content .editObjectForm .formField input[type="text"], .formField input[type="password"], .content .editObjectForm textarea {
	padding:3px 5px;
	background:none;
	border:solid 1px #c8cddc;
	color:#666;
	font-size:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.content .editObjectForm .formField input[type="text"] {
	width:670px;
	height:20px;
}
.content .editObjectForm .formField textarea {
	width:670px;
	height:100px;
}


.content .editObjectForm table.attachmentList {
	border-top: 1px solid #C8CDDC;
	margin-bottom:40px;
}
.content .editObjectForm table.attachmentList td {
	font-size:13px;
	padding:5px;
	border-bottom: 1px solid #C8CDDC;
	background-color:#f7f8fa;
}

.content .editObjectForm table.menuList {
	border-top: 1px solid #C8CDDC;
}

.content .editObjectForm table.menuList td {
	height:30px;
	font-size:13px;
	padding:2px;
	border-bottom: 1px solid #C8CDDC;
}

.content .editObjectForm table.menuList td.menuListHeader {
	background-color:#f7f8fa;
	height:30px;
}

.content .editObjectForm table.menuList .quickViewTags {
	float:right;
	width:500px;
	margin:10px;
	padding:15px 15px 50px 15px;
	background-color:#f5f6fa;
	border:solid 1px #c8cacd;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}


.content table.userHomeList {
	border-top: 1px solid #C8CDDC;
	margin-bottom:20px;
}

.content table.userHomeList td {
	font-size:13px;
	padding:6px;
	border-bottom: 1px solid #C8CDDC;
}

.content table.userHomeList td.userHomeListHeader {
	background-color:#f7f8fa;
}

.contentLogin .loginForm {

	width:300px;
	margin-left:290px;
	padding:20px 30px;
	background-color:#fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);

}

.content .nolicence {

	width:300px;
	height:150px;
	margin:100px 0 0 290px;
	padding:20px 30px;
	background-color:#fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);

}

.contentLogin .loginForm label {
	font-size:13px;
	color:#999;
}


.contentLogin .loginForm input[type="text"], .contentLogin .loginForm input[type="password"] {
	width:300px;
	height:24px;
	padding:3px 5px;
	background:none;
	border:solid 1px #c8cddc;
	color:#666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:14px;
}
.contentLogin .loginForm .loginMessages {
	width:100%;
	min-height:25px;
	color:#f00;
}


/* ~~~~~~ title editor ~~~~~~ */

table.titleEditor tr.togglecolorList1 td {
	border-bottom:solid 1px #dcdee4;
	border-left:none;
	border-right:none;
	height:30px;
}

table.titleEditor tr.togglecolorList2 td {
	border-bottom:solid 1px #dcdee4;
	height:30px;
}



/* ~~~~~~ menu editor ~~~~~~ */

.menuEditor a {
	text-decoration:none;
}

.menuEditor a:hover {
	text-decoration:underline;
}

/* ~~~~~~ footer ~~~~~~ */

#footer {
	height: 45px;
	width:100%;
	/*background: url(../images/footer-1920x150.png) center top repeat-x;*/
	background-color:#3c4650;
	text-align:left;
}

#footer .inner {
	position:relative;
	width:960px;
	height:25px;
	margin: 0 auto;
	padding:15px 15px 0 15px;
	font-size:12px;
	color:#fff;
}

#footer .inner a {
	color:#fff;
}


/* ~~~~~~ login form transition ~~~~ */

.loginForm {

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ~~~~~~ menu skin ~~~~~~ */

#main_menu a.menu_id_1, #main_menu span.menu_id_1 {
	background-image:url(../images/icons/menu_home.png);
}
#main_menu a.menu_id_2, #main_menu span.menu_id_2 {
	background-image:url(../images/icons/menu_menu.png);
}
#main_menu a.menu_id_3, #main_menu span.menu_id_3 {
	background-image:url(../images/icons/menu_seo.png);
}
#main_menu a.menu_id_4, #main_menu span.menu_id_4 {
	background-image:url(../images/icons/menu_pages.png);
}
#main_menu a.menu_id_5, #main_menu span.menu_id_5 {
	background-image:url(../images/icons/menu_news.png);
}
#main_menu a.menu_id_6, #main_menu span.menu_id_6 {
	background-image:url(../images/icons/menu_modules.png);
}
#main_menu a.menu_id_7, #main_menu span.menu_id_7 {
	background-image:url(../images/icons/menu_widgets.png);
}
#main_menu a.menu_id_8, #main_menu span.menu_id_8 {
	background-image:url(../images/icons/menu_users.png);
}
#main_menu a.menu_id_9, #main_menu span.menu_id_9 {
	background-image:url(../images/icons/menu_settings.png);
}


#main_menu :hover > a {
	color: #fff ;
}

#main_menu :hover > a.menu_id_1, #main_menu a.menu_id_1_active, #main_menu span.menu_id_1_active {
	background-image:url(../images/icons/menu_home_active.png); color:#fff;

}
#main_menu :hover > a.menu_id_2, #main_menu a.menu_id_2_active, #main_menu span.menu_id_2_active {
	background-image:url(../images/icons/menu_menu_active.png); color:#fff ;
}
#main_menu :hover > a.menu_id_3, #main_menu a.menu_id_3_active, #main_menu span.menu_id_3_active {
	background-image:url(../images/icons/menu_seo_active.png); color:#fff ;
}
#main_menu :hover > a.menu_id_4, #main_menu a.menu_id_4_active, #main_menu span.menu_id_4_active {
	background-image:url(../images/icons/menu_pages_active.png); color:#fff ;
}
#main_menu :hover > a.menu_id_5, #main_menu a.menu_id_5_active, #main_menu span.menu_id_5_active {
	background-image:url(../images/icons/menu_news_active.png); color:#fff ;
}
#main_menu :hover > a.menu_id_6, #main_menu a.menu_id_6_active, #main_menu span.menu_id_6_active {
	background-image:url(../images/icons/menu_modules_active.png); color:#fff ;
}
#main_menu :hover > a.menu_id_7, #main_menu a.menu_id_7_active, #main_menu span.menu_id_7_active {
	background-image:url(../images/icons/menu_widgets_active.png); color:#fff ;
}
#main_menu :hover > a.menu_id_8, #main_menu a.menu_id_8_active, #main_menu span.menu_id_8_active {
	background-image:url(../images/icons/menu_users_active.png); color:#fff ;
}
#main_menu :hover > a.menu_id_9, #main_menu a.menu_id_9_active, #main_menu span.menu_id_9_active {
	background-image:url(../images/icons/menu_settings_active.png); color:#fff ;
}
