* {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#options {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	/*display:none;  every option menu will be set as "block" according to user rights in optionsRights.js */
}

#options ul {
    border-top-style: solid;
    border-top-width: 10px;
    width: 100%;
    list-style-type: none;
    margin-top: 0px;
    height: 35px;
    overflow: hidden;
    background-color: #313131;
}

#options ul +ul {
	margin-top: 20px;
}

#options h2 {
	margin-top: -12px;
	margin-bottom: 10px;
        cursor: default;
}
.imgTitle {
	width: 9px;
	margin-left: 120px;
        margin-top: 7px;
}

#options li img  {
	width: 9px;
	margin-right: 2px;
}

#options ul li {
	width: 160px;
	margin-left: -40px;
        padding-left: 3px;
}

#options ul li a {
    font-weight: normal;
}

#options ul li +li {
	margin-top: 3px;
}

#optPods {
	border-color : #14c818;
}

#optSettings {
	border-color : #D8FF10;
}

#optProAccount {
	border-color : #0081fa;
}

#optAdmin {
	border-color : #FF6B00;
}