/*navigation file*/

#navigation { 
width: 1120px;
margin: 0 auto;
height: 48px;
border-left: 1px solid #13459c;
border-right: 1px solid #13459c;
}

#navigationTop { 
width: 100%;
height: 10px;
background-image: url('../images/nav/navTopRepeat.jpg');
background-position: left top;
background-repeat: repeat-x;
}

#navigationMiddle { 
width: 100%;
height: 23px;
background-image: url('../images/nav/navRepeat.jpg');
background-position: left top;
background-repeat: repeat-x;
text-align: center;
}

#navigationBottom { 
width: 100%;
height: 15px;
background-image: url('../images/nav/navBottomRepeat.jpg');
background-position: left top;
background-repeat: repeat-x;
}

#leftNav { position: relative;
	background: #ffffff;
	width: 137px;
    z-index: 10;
	margin-left: 1em;
	margin-top: 1em;
}

#leftNavTop {
width: 137px;
height: 82px;
background-image: url('../images/leftNav/topArrow.jpg');
background-position: right top;
background-repeat: no-repeat;
}

#leftNavBottom {
width: 137px;
height: 82px;
background-image: url('../images/leftNav/bottomArrow.jpg');
background-position: left top;
background-repeat: no-repeat;
}

#leftNavSep {
width: 137px;
height: 3px;
background-image: url('../images/leftNav/hBar.jpg');
background-position: left top;
background-repeat: no-repeat;
}

#leftNavMiddle {
width: 137px;
height: auto;
background-image: url('../images/leftNav/leftNavRepeatY.jpg');
background-position: left top;
background-repeat: repeat-y;
}

