/* START COLOURS */
.tabs
{
	background: transparent url(../images/menu-bg.png) repeat top left;
}
.tabs span
{
	background: transparent url(../images/tab-bg.png) no-repeat bottom left;
}
.tabs span span
{
	background: #023469 url(../images/tab-bg.png) no-repeat bottom right;
}
.tabs .activemenuitem span
{
	background: transparent url(../images/tabsel-bg.png) no-repeat top left;
}
.tabs .activemenuitem span span
{
	background: #023469 url(../images/tabsel-bg.png) no-repeat top right;
}
.tabs .menuitem
{
	border-bottom-color: #0d64ab;
}
.tabs .activemenuitem span
{
	border-bottom-color: white;
}
.menuitem a
{
	color: #023469;
}
.submenubar .activemenuitem
{
	background-color: White;
}
.activemenuitem a
{
	color:  Black;
	font-weight: bold;
}
.submenubar
{
	background: transparent url(../images/submenu-bg.png) repeat-x bottom left;
	border-bottom-color: white;
}
#systemheadermenu .menuitem
{
	background: transparent url(../images/systemheadermenu-bg.png) repeat-x top left;
}
#systemheadermenu .activemenuitem
{
	background-color: White;
}
#systemheadermenu .menuitem a
{
	color: White;
}
.objectnodeleft
{
	background: transparent url(../images/left-tab.png) no-repeat top right;
	color: White;
}
.smalltabs .menuitem span
{
	background: transparent url(../images/inactive-smalltab.png) no-repeat top left;
	border-bottom-color: #A5BFE1;
}
.smalltabs .activemenuitem span
{
	background: transparent url(../images/active-smalltab.png) no-repeat top left;
	border-bottom-color: white;
}
.smalltabs .menuitem span span
{
	background: white url(../images/inactive-smalltab.png) no-repeat top right;
	border-bottom-color: #A5BFE1;
}
.smalltabs .activemenuitem span span
{
	background: white url(../images/active-smalltab.png) no-repeat top right;
	border-bottom-color: white;
}
.smalltabs
{
	background: white url(../images/smalltabs-bg.png) repeat right;
}
/* END COLOURS */

/* START LAYOUT */
#menu
{
	clear: both;
	min-width: 800px;
}
#menulevel2, #menulevel3, #menulevel4, #menulevel5, #menulevel6, #menulevel7, #menulevel8, #menulevel9
{
	min-height: 18px;
	_height: expression(document.body.clientHeight ? "18px" : "auto"); /* simulates min-height in IE6 */
}
#systemheadermenu
{
	min-height: 10px;
	_height: expression(document.body.clientHeight ? "10px" : "auto"); /* simulates min-height in IE6 */
	padding-top: 2px;
	padding-bottom: 3px;
}
#systemheadermenu ul
{
	list-style:none;
}
#systemheadermenu li
{
      display:inline;
}

#systemheadermenu .menuitem, #systemheadermenu .activemenuitem
{
	white-space: nowrap;
    float: left;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 4px;
	min-height: 10px;
	_height: expression(document.body.clientHeight ? "10px" : "auto"); /* simulates min-height in IE6 */
}

.tabs
{
	clear: both;
	min-height: 10px;
	_height: expression(document.body.clientHeight ? "10px" : "auto"); /* simulates min-height in IE6 */
	white-space: nowrap;
	float: left;
	margin: 0px;
	padding: 0px;
	border:0px;
	width: 100%;
}
.tabs ul
{
	list-style:none;
	margin: 0px;
	padding: 0px;
	border:0px;
	margin-left: 8px;
}
.tabs li
{
      display:inline;
}
.tabs span
{
    float:left;
	text-decoration:none;
    padding-left: 2px;
    margin-left: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	/*cursor: pointer;*/
}
.tabs span span
{
	float:left;
    padding-left: 0px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: small;
    border-bottom-width: 0px;
}
.tabs .menuitem, .tabs .activemenuitem
{
	min-height:16px;
	_height: expression(document.body.clientHeight ? "16px" : "auto"); /* simulates min-height in IE6 */
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float:left;
}
.submenubar ul
{
	list-style:none;
	margin: 0px;
	padding: 0px;
	border:0px;
}
.submenubar li
{
      display:inline;
}
.submenubar a
{
	text-decoration: none;
}
.submenubar .menuitem, .submenubar .activemenuitem
{
	min-height:20px;
    _height: expression(document.body.clientHeight ? "20px" : "auto"); /* simulates min-height in IE6 */
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float:left;
	white-space: nowrap;
}


.smalltabs
{
	min-height: 22px;
	_height: expression(document.body.clientHeight ? "22px" : "auto"); /* simulates min-height in IE6 */
	font-size: smaller;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	border:0px;
	width:auto;
}
.smalltabs .menuitem span, .smalltabs .activemenuitem span
{
	float:left;
	min-height:16px;
	_height: expression(document.body.clientHeight ? "16px" : "auto"); /* simulates min-height in IE6 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 8px;
	padding-right:0px;
}
.smalltabs .menuitem span span, .smalltabs .activemenuitem span span
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	padding-left: 0px;
	padding-right: 8px;
}
.smalltabs .menuitem span span
{
    padding-top: 4px;
}
.smalltabs .activemenuitem span span
{
    padding-top: 5px;
}

.smalltabs ul
{
	list-style:none;
	margin: 0px;
	padding: 0px;
	border:0px;
	float: left;
	padding-left: 9px;
}
.smalltabs li
{
	display:inline;
}
.smalltabs span
{
	float:left;
	padding-top: 0px;
	padding-right: 8px;
	min-height:16px;
	_height: expression(document.body.clientHeight ? "16px" : "auto"); /* simulates min-height in IE6 */
}
.menuitem a, .activemenuitem a
{
	text-decoration: none;
	cursor: pointer;
}

.activemenuitem a
{
	font-weight: bold;
}
.submenubar
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: smaller;
}
.objectnode
{
	float: none;
}
.objectnodeleft
{
	font-weight: bold;
	float: left;
	
	padding-right: 20px;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
}
/* END LAYOUT */