/***** Main Navigation (Primary Content) *****/

#navigation {		
			border: 0px solid #6d8e9d;
			width:210px;
			}

#navigation p{		
			border:0px solid #6d8e9d;
			font-size:11px;
			color:#4d5300;			
			padding:0px;
			margin:0px;
			}

#navigation ul {
		border: 0px solid #000000;
		list-style-type: none;
		padding: 0px;   
		margin: 0px; }
		
#navigation li {
		border-left: 2px solid #800000;	
		border-bottom: 1px solid #b2b27d;	
		border-top: 1px solid #b2b27d;	
		border-right: 1px solid #b2b27d;
		background:#f4f4da;		     
		margin-bottom:4px;
		margin-left:4px;
		line-height: 12px;
		position:relative;
		}

#navigation a{
		border: 0px solid #000000;  
		background:url('../media/nav/blue_arrow.gif') left top no-repeat;  	
    color:#303030;    
    display:block; 
    padding:2px 10px 4px 11px;
    margin:0px;
    line-height: 14px;
    text-decoration:none;    
    font-size:11px; }
      
#navigation a:hover{
    color:#303030;    
    background:#e5deb4 url('../media/nav/red_arrow.gif') left top no-repeat;  	 }

#navigation li:hover ul, #navigation li.over ul {
		background:#f4f4da url('../media/nav/red_arrow.gif') left top no-repeat;  	 
		display: block; }
		
#navigation li ul {
		position: absolute;
		z-index: 1;
		left: 204px;
		top: 0px;
		display: none;
		padding-top:3px;
		padding-right:3px;		
		}


* html #navigation ul li { 		
		float: left; }
		
* html #navigation ul li a {		
		height: 1%; }
     
#navigation li ul a {
		border: 0px solid #000000;
		background:#e5deb4;
		display:block;		
		text-decoration:none;
		text-align:left;
		padding: 4px 10px;
		margin:0px;
		width:135px; }
      

#navigation li ul a:hover {
		color:#002266;
		background:#f4f4da; }
		
