/* css pages */
.page {
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

.page ul {
    margin: 0;
    padding: 0;
    text-align: left; /*Set to "right" to right align paginator-container interface*/
    font-size: 12px;
}
.page ul.submenu{
	margin:0;
	padding:0;
}
.page ul.children{
	margin:0;
	padding:0;
}
.page li {
    list-style-type: none;
    display: inline;
    margin-right: 3px;
    float: left;
}

.page li a {
    padding: 0 5px 0 5px;
    background-color: #e9e9e9;
    text-decoration: none;
    color: #000;
    float: left;
}

.page li a:link, .page li a:visited {
    color: #000;
}

.page li a:hover, .page li.current a {
    color: #fff;
    background-color: #FF0099;
}

/* css page menu*/
.PageMenu {
    width: auto; /*width of menu*/
    padding: 0 10px 0 10px;
    background-color: #f4f4f4;
}

.PageMenu .headerbar {
    font: 14px Arial none;
    color: white;
    background: black url(media/titlebar.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.PageMenu ul.current {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.PageMenu ul.current li a {
    background-image: none;
}

.PageMenu li.current {
    text-transform: uppercase;
}

.current li.children {
    text-transform: none;
}

.PageMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.PageMenu ul li {
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.PageMenu ul li a {
    color: #444343;
    /*background: url(../images/arrowbullet.png) no-repeat center left;*/ /*custom bullet list image*/
    display: block;
    padding: 5px 0px 5px 0px;
    margin: 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

.PageMenu ul li a:visited {
    color: #676767;
}

.PageMenu ul li a:hover { /*hover state CSS*/
    color: #A70303;
}

.PageMenu a.active {
    color: #A70303 !important;
}

/* PageMenu sub menu */
.PageMenu ul.children {
    padding: 0px;
}

.PageMenu ul.children li {
    padding-bottom: 2px; /*bottom spacing between menu items*/
    padding-left: 0;
}

.PageMenu ul.children li a {
    padding-left: 10px !important;
    text-transform: none;
    /*background: url(../images/arrowbullet.png) no-repeat left 5px;*/
}

.PageMenu ul.children li.active a {
    color: #A70303;
}
