﻿#menu, #menu ol {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu {
	width: 1000px;
	margin: 0 auto;
	background: #808080;
}

#menu:before,
#menu:after {
        content: "";
        display: table;
}

#menu:after {
        clear: both;
}

#menu {
        zoom:1;
}

#menu li {
	float: left;
	border-right: 0px solid #292929;
	-moz-box-shadow: 1px 0 0 #363636;
	-webkit-box-shadow: 1px 0 0 #545454;
	box-shadow: 0px 0 0 #1c1c1c;
	position: relative;
}

#menu a {
	float: left;
	text-transform: uppercase;
	padding: 5px 30px;
	color: #C0C0C0;
	font: normal 12px Arial, Helvetica;
}

/*#menu a {
	float: left;
	padding: 5px 30px;
	color: #C0C0C0;
	text-transform: uppercase;
	font: normal 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}*/


#menu li:hover > a {
        color: #fafafa;
}

*html #menu li a:hover { /* IE6 only */
        color: #fafafa;
}

#menu ol {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 9999;
        background: #808080 /*url(../img/menu_bg.jpg)*/ repeat-x top;
        -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
        -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
}

#menu li:hover > ol {
        opacity: 1;
        visibility: visible;
        margin: 0;
}

#menu ol ol {
        top: 0;
        left: 150px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
        -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
        -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
        box-shadow: -1px 0 0 rgba(255,255,255,.3);
}

#menu ol li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
     /*   -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
        -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
        box-shadow: 0 1px 0 #111, 0 1px 0 #666;*/
}

#menu ol li:last-child {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
}

#menu ol a {
        padding: 10px;
        width: 130px;
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
}


#menu ol a:hover {
        background-color: #2997AB;
        background-image: -moz-linear-gradient(#47b5c9,  #2997AB);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#47b5c9), to(#2997AB));
        background-image: -webkit-linear-gradient(#47b5c9, #2997AB);
        background-image: -o-linear-gradient(#47b5c9, #2997AB);
        background-image: -ms-linear-gradient(#47b5c9, #2997AB);
        background-image: linear-gradient(#47b5c9, #2997AB);
}

/*
#menu ol a:hover {
        background-color: #610100;
        background-image: -moz-linear-gradient(#930100,  #610100);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#930100), to(#610100));
        background-image: -webkit-linear-gradient(#930100, #610100);
        background-image: -o-linear-gradient(#930100, #610100);
        background-image: -ms-linear-gradient(#930100, #610100);
        background-image: linear-gradient(#930100, #610100);
}*/

#menu ol li:first-child > a {
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
}

#menu ol li:first-child > a:after {
        content: '';
        position: absolute;
        left: 40px;
        top: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #C0C0C0;
}


#menu ol ol li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid #C0C0C0;
}

#menu ol li:first-child a:hover:after {
        border-bottom-color: #47b5c9;
}

/*#menu ol li:first-child a:hover:after {
        border-bottom-color: #930100;
}*/

#menu ol ol li:first-child a:hover:after {
        border-right-color: #47b5c9;
        border-bottom-color: transparent;
}

#menu ol li:last-child > a {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
}

/*-------------------------------
    Footer Menu 
--------------------------------*/

.footer_menu {list-style: none; border: 0px solid black; width: 960px; margin: 10px auto 0; clear: both}

#menu3 {text-align: center}

#menu3 li {list-style-type: none; display: inline-block; margin: 0 3px}

#menu3 li a {    
    border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 1px #FFFFFF inset;
    color: #555555;
    font-weight: bold;
	text-decoration: none;
    padding: 0 8px;
	font-size: 11px;
	display: inline-block;
    text-shadow: 0 0 0 transparent, 0 1px 0 #FFFFFF;
	
   background-image: -o-linear-gradient(top, #fafafa, #E0E0E0);
   }

#menu3 li a:hover {  
  -webkit-box-shadow: 0 0 6px #cccccc;
  -moz-box-shadow: 0 0 6px #cccccc;
  box-shadow: 0 0 6px #cccccc}