@charset "UTF-8";
/* CSS Document */

ul#main_navigation { background:#ffef20; font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin: 0; padding: 0; list-style: none; height:33px; position:absolute; bottom:0; width:100%;}

ul li { display: block; position: relative; float: left;}

li ul { display: none;}

ul li a { display: block; width:160px; text-decoration:none; text-transform:uppercase; white-space: nowrap; line-height:33px; font-weight:bold; height:33px; text-align:center; color:#fff; background: #db4a56; /* Old browsers */
background: -moz-linear-gradient(top, #db4a56 0%, #e00016 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db4a56), color-stop(100%,#e00016)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #db4a56 0%,#e00016 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #db4a56 0%,#e00016 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #db4a56 0%,#e00016 100%); /* IE10+ */
background: linear-gradient(to bottom, #db4a56 0%,#e00016 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4a56', endColorstr='#e00016',GradientType=0 ); /* IE6-9 */}

ul li a:hover {background: #db4a56; /* Old browsers */
background: -moz-linear-gradient(top, #db4a56 0%, #dd878e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db4a56), color-stop(100%,#dd878e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #db4a56 0%,#dd878e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #db4a56 0%,#dd878e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #db4a56 0%,#dd878e 100%); /* IE10+ */
background: linear-gradient(to bottom, #db4a56 0%,#dd878e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4a56', endColorstr='#dd878e',GradientType=0 ); /* IE6-9 */}

li:hover ul { display: block; position: absolute;}

li:hover li { float: none; font-size: .8em;}

li:hover a { background: #db4a56; /* Old browsers */
background: -moz-linear-gradient(top, #db4a56 0%, #dd878e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db4a56), color-stop(100%,#dd878e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #db4a56 0%,#dd878e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #db4a56 0%,#dd878e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #db4a56 0%,#dd878e 100%); /* IE10+ */
background: linear-gradient(to bottom, #db4a56 0%,#dd878e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4a56', endColorstr='#dd878e',GradientType=0 ); /* IE6-9 */}

li:hover li a:hover { background: #752729; /* Old browsers */
background: -moz-linear-gradient(top, #752729 0%, #e00016 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#752729), color-stop(100%,#e00016)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #752729 0%,#e00016 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #752729 0%,#e00016 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #752729 0%,#e00016 100%); /* IE10+ */
background: linear-gradient(to bottom, #752729 0%,#e00016 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#752729', endColorstr='#e00016',GradientType=0 ); /* IE6-9 */}