/* ------------------------------------------------
      TOP SHADOWCAT AREA
------------------------------------------------ */

#title {
        position: absolute;
        top: 0px;
        left: 6px;
        z-index: 999;
        height: 146px;
        width: 950px;
}

#tagline {
        position: absolute;
        top: 122px;
        right: 5px;
        z-index: 999;
        text-align: right;
        font-variant: small-caps;
        font-family: arial, sans-serif;
        font-size: 80%;
        color: #ccc;
}

#nav {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 0px 0px 0px 0px;
        z-index: 990;
        height: 46px;
        background: #fff;
}

#nav div.left {
        position: absolute;
        top: 0px;
        left: 0px;
	  z-index: 991;
        height: 140px;
	  width: 100px;
        background: url(images/top_left.jpg) no-repeat;
}

#nav div.center {
        position: absolute;
        top: 0px;
        left: 99px;
	  right: 99px;
	  z-index: 991;
        height: 140px;
        background: url(images/top-mid.jpg) repeat-x;
}

#nav div.right {
        position: absolute;
        top: 0px;
	  right: 0px;
	  z-index: 991;
        height: 140px;
	  width: 100px;
        background: url(images/top_right.jpg) no-repeat;
}

#navlinks {
	position: absolute;
	right: 132px;
	top: 0px;
	height: 20px;
}

#navlinksright {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	width: 8px;
      background: #ffffff url(images/navright.png) no-repeat;
}

#navlinkscenter {
	top: 0px;
	height: 20px;
      background: #ffffff url(images/navcenter.png) repeat-x;
	padding: 0px 15px 0px 15px;
}

#navlinksleft {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 8px;
      background: #ffffff url(images/navleft.png) no-repeat;
}


#nav ul {
        margin:0px;
        padding-left: 0px;
        list-style:none;
        background: #ff0000;
}

#nav li{
        font-family: tahoma, arial, sans-serif;
        font-size: 10pt;
        height: 18px;
        font-weight: normal;
	  float: left;
        list-style:none;
}

#nav li a.line{
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 0px 5px 0px;
        height: 18px;
        float: left;
        border-left: 1px solid silver;
        text-align: center;
        list-style: none;
}

#nav li a.line:hover{
        color: #ffffff;
      background: url(images/navcenter_alt.png) repeat-x;
        border-left: 1px solid black;
}

#nav li a.endright{
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 0px 5px 0px;
        height: 18px;
        float: left;
        border-right: 1px solid silver;
        border-left: 1px solid silver;
        text-align: center;
        list-style: none;
}

#nav li a.endright:hover{
        color: #ffffff;
        border-right: 1px solid black;
        border-left: 1px solid black;
      background: url(images/navcenter_alt.png) repeat-x;
}
