﻿#navigation { 
background : url('../pictures/background.jpg'); 
height : 15px; 
} 
#navigation UL { 
margin : 0 5px; 
background : url('../pictures/background.jpg') no-repeat right 15px; 
float : right; 
} 
.firefox #navigation { 
float : inherit; 
position : absolute; 
} 
#navigation UL LI { 
position : relative; 
padding-bottom : 0; 
padding-left : 5px; 
padding-right : 0; 
display : block; 
background : url('../pictures/background.jpg') no-repeat right 15px; 
float : left; 
padding-top : 0; 
} 
#navigation UL LI:hover UL { 
display : block; 
} 
#navigation UL LI A { 
border-bottom-style : none; 
padding-bottom : 20px; 
line-height : 14px; 
border-right-style : none; 
text-transform : uppercase; 
padding-left : 0; 
padding-right : 5px; 
display : block; 
border-top-style : none; 
color : #a45004; 
font-family : "Calibri"; 
text-decoration : none; 
font-size : small; 
border-left-style : none; 
font-weight : normal; 
padding-top : 5px; 
} 
.firefox #navigation UL LI A { 
padding-top : 5px; 
} 
#navigation UL LI A:hover { 
color : #ffff99; 
} 
#navigation UL LI:hover A { 
color : #ffff99; 
} 
#navigation UL LI A:active { 
color : #999; 
} 
#navigation UL LI UL { 
z-index : 1000; 
position : absolute; 
padding-bottom : 0; 
margin : 0 0 10px; 
padding-left : 0; 
width : 170px; 
padding-right : 0; 
display : none; 
border-top : 1px solid #d9d7d7; 
top : 28px; 
padding-top : 0; 
left : 0; 
} 
#navigation UL LI UL LI { 
border-bottom : 1px solid #3D2001; 
border-left : 1px solid #3D2001; 
padding-bottom : 4px; 
text-transform : uppercase; 
margin : -1px 0 0; 
padding-left : 10px; 
padding-right : 10px; 
display : block; 
background : #291401; 
float : none; 
color : #444; 
font-weight : bold; 
border-right : 1px solid #3D2001; 
padding-top : 5px; 
} 
#navigation UL LI UL LI A { 
padding-bottom : 4px; 
text-transform : none; 
margin : -5px -10px -4px; 
padding-left : 27px; 
padding-right : 10px; 
background : #291401; 
color : #a45004 !important ; 
font-size : 11px; 
font-weight : normal; 
padding-top : 5px; 
} 
.firefox #navigation UL LI UL LI A { 
padding-bottom : 4px; 
text-transform : none; 
margin : -5px -10px -4px; 
padding-left : 27px; 
padding-right : 10px; 
background : #291401; 
color : #a45004 !important ; 
font-size : 11px; 
font-weight : normal; 
padding-top : 5px; 
} 
#navigation UL LI UL LI A:hover { 
color : #291401 !important ; 
background : #a45004 !important ; 
} 
