#menu {
    width: 100%;
    height: 40px;
    background : #white;
    border-top: 2px solid #939393;
    position: relative;
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
    background-repeat: no-repeat;
    background-position: bottom right;
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1EC3F3', endColorstr='#C6E3F1',GradientType=0 ); /* IE6-9 */
    background-image: -ms-linear-gradient(top, #1EC3F3 0%, #C6E3F1 100%);  /* IE10+ */

    background : -webkit-gradient(linear, left top, left bottom, from(#1EC3F3), to(#C6E3F1));
    background : -moz-linear-gradient(top, #1EC3F3, #C6E3F1); 
    z-index: 1;   

}
#menu a {
    text-decoration: none;
    color: #363636;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
#menu ul {
    margin: 0;
    padding: 0;
}
 
#menu ul.menui {
    height: 40px;
    border-left: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    float:left;
}
 
#menu ul.menui li {
    list-style: none;
    float:left;
    height: 40px;
    text-align: center;
    background-image: -ms-linear-gradient(top, #404040 0%, #dbddde 100%);  /* IE10+ */
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(#dbddde), to(#404040) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, #dbddde 0%, #404040 100%);
    }
 
#menu ul li a {
    display: block;
    padding: 0 11px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    line-height: 40px;
    background:url(../images/trans_blue.png);
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1EC3F3', endColorstr='#C6E3F1',GradientType=0 ); /* IE6-9 */
    background-image: -ms-linear-gradient(top, #1EC3F3 0%, #C6E3F1 100%);  /* IE10+ */

    background : -webkit-gradient(linear, left top, left bottom, from(rgb(30,195,243)), to(rgb(192,227,241)));
    background : -moz-linear-gradient(top, rgb(30,195,243), rgb(192,227,241));
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    }
 
#menu ul li a:hover {
    background: transparent none;
    color:white;
}
 
#menu ul li.active a{
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}

/* Drop down section */
#menu li ul {
    display: none;
}
#menu ul.menuii li {
    list-style: none;
    float:left;
    height: 30px;
    text-align: center;   
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3F3F3F', endColorstr='#A8A8A8',GradientType=0 ); /* IE6-9 */ 
    background-image: -ms-linear-gradient(top, #3F3F3F 0%, #A8A8A8 100%);  /* IE10+ */    
/*    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) ); 
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%); */

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;             

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
 }   
#menu li:hover ul {
    display: block;
    position: absolute;
}
#menu li:hover li {
    float: none;
    font-size: 11px;
    line-height: 40px;
}
#menu li ul li a {
    display: block;
    padding: 0 11px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1EC3F3', endColorstr='#C6E3F1',GradientType=0 ); /* IE6-9 */ 
    background-image: -ms-linear-gradient(top, #1EC3F3 0%, #C6E3F1 100%);  /* IE10+ */
    background : -webkit-gradient(linear, left top, left bottom, from(#C6E3F1), to(#1EC3F3));
    background : -moz-linear-gradient(top, #C6E3F1, #1EC3F3);
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;             

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 30px;
}
#menu li ul li:hover li a:hover {
	display: block;
	padding: 0 11px;
	color:white;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	line-height: 30px;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbddde', endColorstr='#404040',GradientType=0 ); /* IE6-9 */ 
    background-image: -ms-linear-gradient(top, #dbddde 0%, #404040 100%);  /* IE10+ */
    background : -webkit-gradient(linear, left top, left bottom, from(#404040), to(#dbddde)); /* color order reversed from ie */
	background : -moz-linear-gradient(top, #404040,#dbddde);

	-webkit-transition-property: background;
	-webkit-transition-duration: 700ms;
	-moz-transition-property: background;
	-moz-transition-duration: 700ms;
                                                
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;             
	
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;  
}

li a:link {text-decoration:none;}
li a:visited {text-decoration:none;}
li a:hover {text-decoration:underline;}
li a:active {text-decoration:underline;}


a:visited {text-decoration:underline; color:#1fa9f4;}

#tester {
background: #959595; /* Old browsers */
background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
}
